PDA

View Full Version : Relay


esteban
2003-09-24, 18:50 PM
Hi, i am having a problem with exim config. I have cpanel and whm. Exim is not configured to let me send e-mails out of the server. What shall i do? Its very simple what i need, but i never worked with exim.

I can send through server, i can recibe from anywhere, but i cant send to hotmail ie.

Thks

btwatts
2003-09-27, 19:56 PM
I was having trouble sending mail using pine. After digging around the web for a solution, I found a tip that solved my problem. I don't have the orignal URL handy, but the solution to my problem is:

In the exim.conf file, the value:

tls_advertise_hosts = *

had to be changed to:

tls_advertise_hosts = ! : !127.0.0.0/8 : *

esteban
2003-09-29, 08:29 AM
Thanks a lot. --