rkulik
Oct 19 2001, 10:19 AM
Ok here is the problem. Any email addressed to
postmaster@whateverdomainontheserver.com comes to my admin account. Its not a bounce.
If i try to add the postmaster alias to one of the domains, it tells me that address is already in use. I have looked in the passwd file and alias file and there is no postmaster address except for the main domain.
Any ideas?
webbcite
Oct 19 2001, 10:34 AM
edit /etc/mail/virtusertable and find the line:
postmaster@
www.host4sure.com postmaster
and change the postmaster at the end to "whatever" username.
Make sure you save and then run "newaliases".
webbcite
Oct 19 2001, 10:54 AM
No this would only change it to go to one address for all. You would have to mess with /etc/aliases to remove the postmaster account for the server.
I would suggest NOT messing with the postmaster account. Too much SPAM opportunities.
If you really want to, then I would suggest searching the Cobalt user archives...
rkulik
Oct 19 2001, 10:56 AM
after looking at the file, I see what you ment, and will make the changes if I need to for some postmaster accounts.
Thanks