comparison examples/example.route @ 189:dc89737b27aa

removed the pop-before-smtp (smtp-after-pop) function this kind of authentication is superseded by SMTP AUTH today removing it is a step towards removing the POP stuff completely If you still rely on pop-before-smtp, stay with 0.2.x or run an arbitrary pop client before
author meillo@marmaro.de
date Thu, 15 Jul 2010 10:33:53 +0200
parents 08114f7dcc23
children 55b7bde95d37
comparison
equal deleted inserted replaced
188:bfa7a8b566da 189:dc89737b27aa
80 # see also: man 5 masqmail.route 80 # see also: man 5 masqmail.route
81 81
82 #auth_name="cram-md5" 82 #auth_name="cram-md5"
83 #auth_login="yourname" 83 #auth_login="yourname"
84 #auth_secret="dontTellAnyBody" 84 #auth_secret="dontTellAnyBody"
85
86 # if your mail server requires smtp after POP (eg. gmx), set this.
87 # It is not necessary if you fetch from the pop server just before you
88 # send mail (either masqmail, fetchmail or any other pop client).
89 # Set it to a get file.
90 # You need to compile masqmail with pop3 support (default)
91 # pop3_login = "/etc/masqmail/example.get"
92 # see also: man 5 masqmail.route, man 5 masqmail.get