update mailman ssh settings and add root alias
This commit is contained in:
parent
6a0655e3b1
commit
a44c2e04e2
1
config/aliases
Normal file
1
config/aliases
Normal file
|
@ -0,0 +1 @@
|
|||
root: mathias_stuhlbein
|
|
@ -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;
|
||||
|
|
|
@ -10,7 +10,10 @@
|
|||
webHosts = [ "lists.${config.fsr.domain}" ];
|
||||
hyperkitty.enable = true;
|
||||
enablePostfix = true;
|
||||
siteOwner = "root@${config.fsr.domain}";
|
||||
siteOwner = "mailman@${config.fsr.domain}";
|
||||
settings = {
|
||||
mta.smtp_secure_mode = "SecureMode.SMTPS";
|
||||
};
|
||||
ldap = {
|
||||
enable = true;
|
||||
serverUri = "ldap://localhost";
|
||||
|
|
Loading…
Reference in a new issue