Author Topic: SMTP With or without SSL Delivery Status Notification (DSN) not working  (Read 4489 times)

Offline mn3250

  • Newbie
  • *
  • Posts: 1
Looks like I can not get DSN working.
Is there an option I should set?

Here is the SMTP debug:
Code: [Select]
[11-Oct-2013 14:30:42 -0600]: Recv: 220-xxxxxx.com ESMTP Exim 4.80 #2 Fri, 11 Oct 2013 14:30:42 -0600
[11-Oct-2013 14:30:42 -0600]: Recv: 220-We do not authorize the use of this system to transport unsolicited,
[11-Oct-2013 14:30:42 -0600]: Recv: 220 and/or bulk e-mail.
[11-Oct-2013 14:30:42 -0600]: Send: EHLO www.xxxxxx.com
[11-Oct-2013 14:30:42 -0600]: Recv: 250-xxxxxx.com Hello www.xxxxxx.com [127.0.0.1]
[11-Oct-2013 14:30:42 -0600]: Recv: 250-SIZE 52428800
[11-Oct-2013 14:30:42 -0600]: Recv: 250-8BITMIME
[11-Oct-2013 14:30:42 -0600]: Recv: 250-PIPELINING
[11-Oct-2013 14:30:42 -0600]: Recv: 250-AUTH PLAIN LOGIN
[11-Oct-2013 14:30:42 -0600]: Recv: 250 HELP
[11-Oct-2013 14:30:42 -0600]: Send: AUTH LOGIN
[11-Oct-2013 14:30:42 -0600]: Recv: 334 xxxxxx
[11-Oct-2013 14:30:42 -0600]: Send: xxxxxx
[11-Oct-2013 14:30:42 -0600]: Recv: 334 xxxxxx
[11-Oct-2013 14:30:42 -0600]: Send: xxxxxx=
[11-Oct-2013 14:30:42 -0600]: Recv: 235 Authentication succeeded
[11-Oct-2013 14:30:42 -0600]: Send: MAIL FROM:<xxxxxx>
[11-Oct-2013 14:30:42 -0600]: Recv: 250 OK
[11-Oct-2013 14:30:42 -0600]: Send: RCPT TO:<xxxxxx>
[11-Oct-2013 14:30:42 -0600]: Recv: 250 Accepted
[11-Oct-2013 14:30:42 -0600]: Send: DATA
[11-Oct-2013 14:30:42 -0600]: Recv: 354 Enter message, ending with "." on a line by itself
[11-Oct-2013 14:30:42 -0600]: Send: MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary="=_c5d215313c59e6a51346c89b65cee3dc"
Date: Fri, 11 Oct 2013 22:30:41 +0200
From: xxxxxx
To: xxxxxx <xxxxxx>
Subject: test
Message-ID: <3530a3aa4172b9b3ab73d255c5de8ac7@xxxxxx>
X-Sender: xxxxxx
User-Agent: xxxxxx Webmail/0.9-rc

--=_c5d215313c59e6a51346c89b65cee3dc
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=UTF-8



test

--=_c5d215313c59e6a51346c89b65cee3dc
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style=3D'font-family: Verdana,Geneva,sans-serif'>
<p>test</p>
<div>&nbsp;</div>
</body></html>

--=_c5d215313c59e6a51346c89b65cee3dc--
[11-Oct-2013 14:30:42 -0600]: Send:
.
[11-Oct-2013 14:30:42 -0600]: Recv: 250 OK id=1VUjMA-0001ZQ-RC
[11-Oct-2013 14:30:43 -0600]: Send: QUIT
[11-Oct-2013 14:30:43 -0600]: Recv: 221 xxxxxx.com closing connection


Thank you in advance.
« Last Edit: October 11, 2013, 04:35:31 PM by mn3250 »

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Re: SMTP With or without SSL Delivery Status Notification (DSN) not working
« Reply #1 on: October 12, 2013, 07:09:04 AM »
Your SMTP server does not support it. Search for "Exim + DSN".