[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: fetchmail and not delivering cc + bcc mail
- From: Keith <ac7xcLnx newsguy com>
- To: For users of Fedora Core releases <fedora-list redhat com>, gregory machin gmail com
- Cc:
- Subject: Re: fetchmail and not delivering cc + bcc mail
- Date: Tue, 31 Oct 2006 05:35:48 -0800
On Tue, 2006-10-31 at 12:41 +0200, Gregory Machin wrote:
> Hi
> Please could you advise.
> I have fetchmail / sendamil running on a server that collects mail
> every 15 min, but it seems that the mail address in the cc and bcc are
> not being delivered to the user's boxes and going to the catch all
> box.
> What could be wrong ...
>
> --
> Gregory Machin
> gregory machin gmail com
> www.linuxpro.co.za
>
Create a procmail recipe to deliver the mail to the user mailbox.
If fetchmail is being run by root then put a .fetchmailrc in root's
directory or you can set one up in /etc. If it is a user account you are
running fetchmail create a .fetchmailrc in the users directory. The most
important line is to use
is localuseraccountname here
sample .fetchmailrc
set postmaster "username"
set logfile .mailfetch-log
poll mail.servername.net with proto POP3 uidl
user 'pop3_username'
pass 'pop3_password'
is localuseraccountname here
keep
## end of .fetchmailrc
You can use a .procmailrc recipe to catch anything to a
certain pop3_accounts name in the header.
:0H:
* .*pop3_username.*
/var/spool/mail/username
--
BC-246T Control & Programming Tool TCL/TK
http://home.comcast.net/~kilowattradio/ftp/
Ham _Scanner SWL Info http://home.comcast.net/~kilowattradio/
WindowXP <> Linux Easy Dual Boot
http://home.comcast.net/~kilowattradio/linux/wXP_linux_boot.txt
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]