diff 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
line wrap: on
line diff
--- a/examples/example.route	Thu Jul 15 00:33:09 2010 +0200
+++ b/examples/example.route	Thu Jul 15 10:33:53 2010 +0200
@@ -82,11 +82,3 @@
 #auth_name="cram-md5"
 #auth_login="yourname"
 #auth_secret="dontTellAnyBody"
-
-# if your mail server requires smtp after POP (eg. gmx), set this.
-# It is not necessary if you fetch from the pop server just before you
-# send mail (either masqmail, fetchmail or any other pop client).
-# Set it to a get file.
-# You need to compile masqmail with pop3 support (default)
-# pop3_login = "/etc/masqmail/example.get"
-# see also: man 5 masqmail.route, man 5 masqmail.get