Help in smtp PLZZZZ

jack sparrow

Verified User
Joined
Feb 3, 2010
Messages
41
hello

i have try many tutorials how to active smtp email

i have VPS centos 5.X installed and fresh DA installed

but i was try to send email throw SMTP by using this

mail.mywebsite.com
mywebsite.com
smtp.mywebsite.com
mywebsite.com/mail

mail.myip.com
myip

and try the ports 25 , 26 and DA port

all failed

please can any one tel me how to active SMTP on Fresh DA installed
 
What error do you get?
What is in logs:

/var/log/exim/mainlog ?

Don't your VPS provider block outgoing connections to any remote 25 port?
 
For additional help repost with out hiding the real information.

Note that port 25 is not the injection port for SMTP; it's the port that mail serves (MTAs) use to communicate between themselves. You probably need to inject email using plaintext authentication on port 587.

Jeff
 
Back
Top