meillo@0: # example 'mail get' configuration meillo@0: # meillo@0: # the protocol, only 'pop3' or 'apop' are supported. apop is meillo@0: # recommended if the server supports it (password encryption). meillo@0: # Unfortunately most do not. meillo@0: protocol=apop meillo@0: meillo@0: # the server: meillo@0: server = pop.example.org meillo@0: meillo@0: # the account name: meillo@0: user=okurth meillo@0: meillo@0: # and the password: meillo@0: pass="keepInMind" meillo@0: meillo@0: # if you just use this for SMTP after POP, you do not need the settings below: meillo@0: meillo@0: # the (local) address, where the retrieved mail should be sent to: meillo@0: address=okurth@localhost meillo@0: meillo@0: # should we keep the mail on server? meillo@0: do_keep=false meillo@0: meillo@0: # if we do keep the mail, you should really set this to true, meillo@0: # otherwise you will get it again next time you fetch mail. meillo@0: # masqmail completely ignores any headers (which may mark a mail as read). meillo@0: do_uidl=false meillo@0: meillo@0: # optionally, you can set the maximum size of a mail. Setting it to 0 meillo@0: # means get all, disregarding size. meillo@0: max_size=50000