I agree with nenonano,
sending mail directly from your server is a _bad_ idea if you have a dynamic IP address
For example, recently I used comcast (cable provider)as my ISP and had a very difficult time sending mail.
Two things happened.
1. Some servers recognized I was sending from a dynamic IP and rejected the email. Most accepted it fine, but a few rejected the email.
2. All email sent to another comcast member was rejected by the comcast servers. Their mail servers new I was sending from one of their IP's and also new my server was not one of their SMTP servers.
The problem for me was that I could not know for sure the messages would be delivered. Without that sense of reliability, I had to stop using my own mail server.
To resolve this problem, I installed several contribs from this web page:
http://no.longer.valid/phpwiki/index.php/SME6.0.1ContribsThe FetchMail contrib has the option to disable the SME server's SMTP proxy, allowing my email client on the individual workstations to send directly to my ISP's SMTP server.
Although I have not tested any other features of this FetchMail contrib, the ability to turn off the SMTP Proxy solved my issue perfectly (running sme 6.0.1-01).
[/quote]