[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-developers] Mailertable on a RaQ3
- Subject: [cobalt-developers] Mailertable on a RaQ3
- From: Ariel Manzur <punto@xxxxxxxxxxxx>
- Date: Thu Jun 29 08:46:57 2000
Hi..
I want to use a custom mailer for mails directed to a certain (local)
domain, on a RaQ3, so I created a "mailer.pl" script, and added this to
sendmail.cf:
Mmailerpl, P=/usr/bin/mailer.pl, F=DFMSPhnu9, S=11/31, R=21/31,
T=DNS/RFC822/X-Unix,
A=mailer.pl $h $f $u
(I copied the lines used for Mprocmail) and also:
Kmailertable hash -o /etc/mailertable
and this on /etc/mailertable:
domain.com mailerpl:domain.com
and then created the mailertable.db file.
It's not working. The mails never bouce back, but "mailer.pl" never runs..
Is there anything I'm missing?
Thanks.. Bye.
Ariel.