masqmail-0.2

diff examples/example.get @ 0:08114f7dcc23

this is masqmail-0.2.21 from oliver kurth
author meillo@marmaro.de
date Fri, 26 Sep 2008 17:05:23 +0200
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/example.get	Fri Sep 26 17:05:23 2008 +0200
     1.3 @@ -0,0 +1,32 @@
     1.4 +# example 'mail get' configuration
     1.5 +#
     1.6 +# the protocol, only 'pop3' or 'apop' are supported. apop is
     1.7 +# recommended if the server supports it (password encryption).
     1.8 +# Unfortunately most do not.
     1.9 +protocol=apop
    1.10 +
    1.11 +# the server:
    1.12 +server = pop.example.org
    1.13 +
    1.14 +# the account name:
    1.15 +user=okurth
    1.16 +
    1.17 +# and the password:
    1.18 +pass="keepInMind"
    1.19 +
    1.20 +# if you just use this for SMTP after POP, you do not need the settings below:
    1.21 +
    1.22 +# the (local) address, where the retrieved mail should be sent to:
    1.23 +address=okurth@localhost
    1.24 +
    1.25 +# should we keep the mail on server?
    1.26 +do_keep=false
    1.27 +
    1.28 +# if we do keep the mail, you should really set this to true,
    1.29 +# otherwise you will get it again next time you fetch mail.
    1.30 +# masqmail completely ignores any headers (which may mark a mail as read).
    1.31 +do_uidl=false
    1.32 +
    1.33 +# optionally, you can set the maximum size of a mail. Setting it to 0
    1.34 +# means get all, disregarding size.
    1.35 +max_size=50000