-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 8 Sep 2003 15:51:22 -1000, Marc Adler wrote:

> > 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.
> 
> Any ideas?

Specifying a custom MDA such as in your case is dangerous. For
instance, if your disk is full, procmail has no way to bounce a
message. You would lose mail. Additionally, you override the default
delivery mechanism (local sendmail) and hence lose the target user
"marc" setting. Since you run fetchmail as root, formail and procmail
process the messages for root. As I've recommended earlier, run
fetchmail manually to debug your config file. Unless it works, don't
even consider running it in daemon mode. You probably need
to add procmail option "-d marc" if you insist on using procmail
as the MDA.

As a side-note: if at all, I would move the formail "digest-split"
into marc's ~/.procmailrc rule file.

- -- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/XTY90iMVcrivHFQRAuqyAJsEZfn0qRgoeaoIhVgxUAdXsDRm5ACfY2b9
aXx06byD75MXmYqPyCy9FmQ=
=brXf
-----END PGP SIGNATURE-----


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

Reply via email to