* 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:
2024-10-21 23:40:51 -04:00
parent 073a985ff2
commit c299cf93c5
8 changed files with 20 additions and 7 deletions

View File

@@ -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";
}

View File

@@ -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";
}