I have setup a CGI mailing list for my friend on my Apache web server. He has more than 2000 subscribers but the problem is quite a few addresses are wrong ( = not working).
When he sends out a message I (I guess because I own the domain) get back about 100 Returned mails saying "Local configuration error - user unknown or does not exist".
Is there a way to setup the mail program (in my case the "standard" sendmail program) or the CGI script so it returns the error messages to my friend instead of me?
I tried:
print MAIL "Reply-to: myfriend@email.com";
...
no effect
when I try (for local configuration)
print MAIL "Return-Path: <mydomain>";
...
the script doesn't send any messages.
Any ideas?
Thanks!
When he sends out a message I (I guess because I own the domain) get back about 100 Returned mails saying "Local configuration error - user unknown or does not exist".
Is there a way to setup the mail program (in my case the "standard" sendmail program) or the CGI script so it returns the error messages to my friend instead of me?
I tried:
print MAIL "Reply-to: myfriend@email.com";
...
no effect
when I try (for local configuration)
print MAIL "Return-Path: <mydomain>";
...
the script doesn't send any messages.
Any ideas?
Thanks!