> > No, read up in "man fetchmail" on how to specify the target user
> > in the config file, e.g. with "is marc". But fetchmail is mighty
> > with regard to config options, so there are several ways.
>
> Actually...
>
> -------------
> set daemon 60
>
> poll   mail.adlerpacific.com
>        proto pop3
>        user ???
>        pass ???
>        is  marc
>        and wants mda "/usr/bin/formail -ds /usr/bin/procmail"
>        fetchall
> -------------
>
> This is the content of both my /etc/fetchmailrc and ~/.fetchmailrc
> files. "is marc" was already there.
>

Marc, you don't have to do the 'mda' line.  Leave it just going to yourself,
then run formail from procmail.  My fetchmailrc is as follows:
----------------------
set syslog
set postmaster "benjamin"
set bouncemail
set no spambounce
set properties ""
set daemon 600
poll imap.us.army.mil with proto IMAP
       user '********' there with password '**********' is 'benjamin' here
options fetchall ssl

Ben


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to