[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] queuing mails in sendmail for 20 days
- Subject: RE: [cobalt-users] queuing mails in sendmail for 20 days
- From: "Andy Brown" <andy.brown@xxxxxxxxxxxxx>
- Date: Fri Dec 21 07:22:07 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>
> Hi all,
>
> I need to queue mail from one domain for 20 days in
> sendmail, any idea?
>
> Saludos, Víctor.
Hi There,
Open up /etc/sendmail.cf and look for the lines:
O Timeout.queuereturn=6d
O Timeout.queuewarn=4d
This is what I have them set to, which means that after 6days it will
return mail as undeliverable, and send an email warning to the sender
after 4days of non-delivery.
Change these as required, then restart sendmail
/etc/rc.d/init.d/sendmail stop
/etc/rc.d/init.d/sendmail start
Regards,
andy@xxxxxxxxxxxxxxxxxxxxx
http://ineedlinux.info/