diff options
-rw-r--r-- | hel.nix | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -190,7 +190,8 @@ | |||
190 | relayHost = "uucp:ymir"; | 190 | relayHost = "uucp:ymir"; |
191 | recipientDelimiter = "+"; | 191 | recipientDelimiter = "+"; |
192 | extraMasterConf = '' | 192 | extraMasterConf = '' |
193 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) | 193 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) |
194 | sshsendmail unix - n n - - pipe falgs=Fqhu user=postfix argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix/ssh.config $nexthop sendmail -f$sender ($recipient) | ||
194 | ''; | 195 | ''; |
195 | extraConfig = '' | 196 | extraConfig = '' |
196 | default_transport = uucp:ymir | 197 | default_transport = uucp:ymir |
@@ -202,9 +203,10 @@ | |||
202 | 203 | ||
203 | smtp_sender_dependent_authentication = yes | 204 | smtp_sender_dependent_authentication = yes |
204 | sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" '' | 205 | sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" '' |
205 | #/@math(ematik)?\.(lmu|uni-muenchen)\.de$/ smtp:wapmail.mathematik.uni-muenchen.de | 206 | /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ sshsendmail:math60.mathinst.loc |
207 | /@(cip|stud)\.ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtp.ifi.lmu.de | ||
206 | ''} | 208 | ''} |
207 | smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd | 209 | smtp_sasl_password_maps = texthash:/var/db/postfix/sasl_passwd |
208 | smtp_sasl_type = cyrus | 210 | smtp_sasl_type = cyrus |
209 | smtp_sasl_auth_enable = yes | 211 | smtp_sasl_auth_enable = yes |
210 | 212 | ||