mastabog wrote:
Little by little ...

I have a couple more questions regarding some MX issue if there is an error sending a mail ... my mailer wants to send a notification to the postmaster about the error and i receive an error like "mail loops back to self". I'll be on this and will post if I have a fix. Any ideas anyone? (i have configured the aliases/systemm file for the postmaster address correctly then ran "makealiases")
This error message means that the best MX for the domain in the email address points to your machine, but your machine doesn't believe it's a final destination for that domain.
Check that you've got Courier set up to know that whatever is after 'postmaster@' is recognised as being local to you (without seeing the message, it might be postmaster@localhost,
postmaster@your.domain,
postmaster@yourhost.your.domain, or something even odder.)
For postfix, this is /etc/postfix/mydomains, I'm not sure where Courier puts it to be honest.
Regards,
Tim.