Hello !
First of all, thank you all for your amazing work on SME Server !
Context :[INTERNET] ----- [ROUTER/FIREWALL] ------ [LAN]
|
|
[SME 1]----[PCs]----[SME 2]
SME 1 is a domain controler and a file server (domain is something.local)
SME 1 is backuped to SME 2 using rsync, the script also send an email with log to some external email adresses.
PROBLEM :My problem is that the ISP smtp is using port 587 and authentification. I changed that via server-manager (using console) ( smtp.myisp.com:587, and enabling auth with an account that I know is working)
The router blocks port 25 trafic.
when I send email using
mail command, i've got this error in /var/log/qmail/current :
@400000004e88347e016202f4 delivery 2158439: failure: Connected_to_127.0.0.1_but_sender_was_rejected./Remote_host_said:_553_Bad_ip_syntax/
I thought my problem was that the mail was send from root@mydomain.local to an external address and SME smerver did not like that.
So i used sendmail with a file including from: to: subject: . But the problem was still here.
I've search the internet and contribs.org looking for any solutionse but I found nothiing relating to 553 bad ip adress for Qmail.
I'll be glad to here any suggestion of any of you

If you need more informations, just ask !
Regards,