Fred Backman <[EMAIL PROTECTED]> wrote:

>Actually, I just tried modifying /var/qmail/control/me to read
>"no_domain_specified" and on one hand it worked fine bouncing back a
>message when I tried this:
>
>echo to:fred | /var/qmail/bin/qmail-inject
>
>But the bounce came from MAILER-DAEMON@no_domain_specified, which is not
>what I want. I also suspect any bounces will be sent from the same
>address which will be very confusing.
>
>If there is no other way, I guess I have to put on a hard hat and start
>digging... :)

mv /var/qmail/bin/qmail-inject /var/qmail/bin/qmail-inject.real
vi /var/qmail/bin/qmail-inject
 [write wrapper to validate addresses, then exec qmail-inject.real]
chmod 755 /var/qmail/bin/qmail-inject

-Dave

Reply via email to