Hi Maschoff,
I found the problem here.
Since I removed the just the starttls from the file semu.py, there is still the 2nd EHLO being sent.
I also remove the EHLO (after the starttls) and now the relay work fine.
Solution:
Remove both lines from semu.py (after "if auth:"):
smtp.starttls ()
smtp ...
Search found 3 matches
- Fri Jan 14, 2011 7:58 pm
- Forum: Bugs, bug fixes & releases
- Topic: HELP: TLS Configuration
- Replies: 5
- Views: 8141
- Fri Jan 14, 2011 6:53 pm
- Forum: Bugs, bug fixes & releases
- Topic: HELP: TLS Configuration
- Replies: 5
- Views: 8141
Re: HELP: TLS Configuration
Hi maschoff,
thanks a lot for your quick reply.
I removed the line, but now I do get the following errors:
[14.01.2011 12:47:46] 404 WARNING/7acTc21900000001: Retry as sent to mail.mycompany.com failed 400: "('SMTP AUTH extension not supported by server.',)"
[14.01.2011 12:47:46] 404 DEBUG ...
thanks a lot for your quick reply.
I removed the line, but now I do get the following errors:
[14.01.2011 12:47:46] 404 WARNING/7acTc21900000001: Retry as sent to mail.mycompany.com failed 400: "('SMTP AUTH extension not supported by server.',)"
[14.01.2011 12:47:46] 404 DEBUG ...
- Thu Jan 13, 2011 3:52 pm
- Forum: Bugs, bug fixes & releases
- Topic: HELP: TLS Configuration
- Replies: 5
- Views: 8141
HELP: TLS Configuration
Hi all,
I have OpenEMM 6.2 windows version installed.
Sending Emails via my ISP works fine. I have a problem, when using the smart relay host:
It seems my mail-provider does not support TLS. I do see the following message in my semu-log:
[13.01.2011 09:00:37] 364 DEBUG/11f0Tbc0600000001: New ...
I have OpenEMM 6.2 windows version installed.
Sending Emails via my ISP works fine. I have a problem, when using the smart relay host:
It seems my mail-provider does not support TLS. I do see the following message in my semu-log:
[13.01.2011 09:00:37] 364 DEBUG/11f0Tbc0600000001: New ...
