[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 Jul 6 05:32:04 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. All mails bouce back with a "User unknown" error.
Is there anything I'm missing?
Thanks.. Bye.
Ariel.