Hello,
last year I replaced a 10 user Microsoft small business server with a machine running Centos 4.1 and Scalix 9. (and Samba)
part of the reason for dong the change was because we started another related business "on the side" and needed more users and another domain name for the new business
because the machine is also doing "samba" for file sharing, I have local users (in the password file) which are peoples first name (tom, dick, harry, etc)
some people work for one company (tom@mainbusiness.co.uk),
some work for both (dick@mainbusiness.co.uk & dick@other.co.uk)
some just for the new business (harry@other.co.uk)
because I have all the domains listed in /etc/mail/local-host-names, the server correctly bounces baddly addresses e-mails ...
BUT .. if an e-mail is sent to a valid unix user name that is on the "wrong" domain (tom@other.co.uk), it gets delivered to the server, where Scalix discovers it's not a scalix user, so it gives it to sendmail, which then delivers it to /var/spool/mail/username
which no one ever reads,
and because it was sucessfully delivered (but not to a scalix mailbox) no bounce is generated, so the sender doesn't know that no one is ever going to read it
I'm just looking at 4 big files in /var/spool/mail/what-ever and wondering ....
1) what to do with 6 months of out of date but might have been important e-mails
(read the man page on fetchmail)
2) how to prevent this happening again?
(should I disable procmail, or with that break other stuff?)
any suggestions?