* Mon Oct 21 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-9.sme
- fix configuration for auth per deamon [SME: 12451] - remove deamontools requirement [SME: 12615]
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
my $auth_smtp = ($qpsmtpd{Authentication} eq 'enabled') ? 'yes' : 'no';
|
||||
return "# auth/auth_imap disabled " if $auth_smtp eq "no";
|
||||
$OUT = "auth/auth_imap 127.0.0.1 143";
|
||||
}
|
@@ -0,0 +1,5 @@
|
||||
{
|
||||
my $auth_smtp = ($qpsmtpd{Authentication} eq 'enabled') ? 'yes' : 'no';
|
||||
return "# auth/auth_imap disabled " if $auth_smtp eq "no";
|
||||
$OUT = "auth/auth_imap 127.0.0.1 143";
|
||||
}
|
Reference in New Issue
Block a user