Revision 218da3d4
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
SL/Mailer/SMTP.pm | ||
---|---|---|
24 | 24 |
extended_status => 'no send attempt made', |
25 | 25 |
); |
26 | 26 |
|
27 |
my $cfg = $::lx_office_conf{mail_delivery} || {}; |
|
27 |
my $email = $self->myconfig->{email}; |
|
28 |
my $cfg = $::lx_office_conf{"mail_delivery/email/$email"} || $::lx_office_conf{mail_delivery} || {}; |
|
29 |
|
|
28 | 30 |
$self->{security} = exists $security_config{lc $cfg->{security}} ? lc $cfg->{security} : 'none'; |
29 | 31 |
my $sec_cfg = $security_config{ $self->{security} }; |
30 | 32 |
|
Auch abrufbar als: Unified diff
Benutzerbezogenes SMTP-Auth (email als Konfigurationsschlüssel)