masqmail

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