comparison examples/example.get @ 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
comparison
equal deleted inserted replaced
188:bfa7a8b566da 189:dc89737b27aa
12 user=okurth 12 user=okurth
13 13
14 # and the password: 14 # and the password:
15 pass="keepInMind" 15 pass="keepInMind"
16 16
17 # if you just use this for SMTP after POP, you do not need the settings below:
18
19 # the (local) address, where the retrieved mail should be sent to: 17 # the (local) address, where the retrieved mail should be sent to:
20 address=okurth@localhost 18 address=okurth@localhost
21 19
22 # should we keep the mail on server? 20 # should we keep the mail on server?
23 do_keep=false 21 do_keep=false