Hello
i have a debian 6 vps with a provider who blocks port 25
i want to configure exim4 to use port 587
until now i put in /etc/default/exim4
SMTPLISTENEROPTIONS='-oX 587:465:25 -oP /var/run/exim4/exim.pid'
restart exim and try to send mail with no luck
the logs shows:
2013-01-08 21:50:07 1TsfBX-0003VL-Mr <= corpus@my.domain.net U=corpus P=local S=475 id=20130108195007.GA13449@my.domain.net
2013-01-08 21:50:28 1TsfBX-0003VL-Mr alt3.gmail-smtp-in.l.google.com [173.194.71.26] Connection timed out
2013-01-08 21:50:28 1TsfBX-0003VL-Mr == myemail@gmail.com R=dnslookup T=remote_smtp defer (110): Connection timed out
what iam doing wrong?
any help will be usefull