Opened 3 years ago
Closed 3 years ago
#1486783 closed Bugs (worksforme)
SMTP Error with 0.4 beta
| Reported by: | Nurn | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-stable |
| Component: | SMTP connection | Version: | 0.4-beta |
| Severity: | critical | Keywords: | |
| Cc: |
Description
Hello,
I've upgraded to 0.4 beta, and with the same config than 0.3 stable I've now got SMTP errors when trying to send emails.
Here's the debug smtp file :
[09-Jun-2010 20:21:02 +0200]: Recv: 220 mail.domain.com ESMTP [09-Jun-2010 20:21:02 +0200]: Send: EHLO webmail.domain.com [09-Jun-2010 20:21:02 +0200]: Recv: 250-mail.domain.com [09-Jun-2010 20:21:02 +0200]: Recv: 250-STARTTLS [09-Jun-2010 20:21:02 +0200]: Recv: 250-SIZE 0 [09-Jun-2010 20:21:02 +0200]: Recv: 250-PIPELINING [09-Jun-2010 20:21:02 +0200]: Recv: 250 8BITMIME [09-Jun-2010 20:21:02 +0200]: Send: RSET [09-Jun-2010 20:21:02 +0200]: Recv: 250 flushed [09-Jun-2010 20:21:02 +0200]: Send: QUIT [09-Jun-2010 20:21:02 +0200]: Recv: 221 mail.domain.com
Any clue ?
Change History (1)
comment:1 Changed 3 years ago by alec
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

There was a change in tls/ssl setting in smtp_server option. So, you'll need probably just to add tls:// prefix there.