Hi,
i am using SME on ADSL line (dynamic IP), so i have to upload emails to my ISP for delivery. My ISP added an extra feature to all his smtp-servers. Outgoing email needs a reply-to adress in the header, that fits one of the mailboxes from the sender's domain. They explain it in
http://wiki.goneo.de/doku.php?id=mailversand_phpas such:
Before: sendmail_path = /usr/local/sbin/sendmail -t -i
After: sendmail_path = /usr/local/sbin/sendmail -t -i -f mail@ihre-domain-bei-goneo.de
Now i can send emails via smtp-auth proxy to smtp-server of my provider by using Thunderbird directly. But if i send the same email out to SME, and from there to SMTP-Server at my ISP, it is rejected by the ISP's SMTP with "authentification-error".
If i disable smtp-auth, i get
82.XXX.XXX.XXX does not like recipient.
Remote host said: 553 5.7.1 <blah@blah.de>: Sender address rejected: not logged in
Giving up on 82.XXX.XXX.XXX
Provider's helpfile also says, the the smtp-authentication should
not be secured. Plain username + password.
As a workaround i installed a small mercury mailserver for smtp-delivery. This works flawlessly SME->fixedIP->Mercury@windozeWS->ISP-SMTP. But this is no solution.
How can i get these 2 settings into SME, so i can at least figure out?