update mailman ssh settings and add root alias
This commit is contained in:
parent
6a0655e3b1
commit
a44c2e04e2
3 changed files with 6 additions and 2 deletions
|
@ -95,7 +95,7 @@ in
|
|||
"permit_mynetworks"
|
||||
"reject_unauth_destination"
|
||||
];
|
||||
#alias_maps = [ "ldap:${ldap-aliases}" ];
|
||||
alias_maps = [ "hash:${../config/aliases}" ];
|
||||
smtpd_milters = [ "local:/run/opendkim/opendkim.sock" ];
|
||||
non_smtpd_milters = [ "local:/var/run/opendkim/opendkim.sock" ];
|
||||
smtpd_sasl_auth_enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue