2012/11/30 Rajender Vallapureddy <[email protected]>: > I am doing telnet on port 25. > > this is the following result I am getting. > > mail from:<[email protected]> > 250 2.1.0 Sender <[email protected]> OK > rcpt to:<[email protected]> NOTIFY=SUCCESS,FAILURE > 504 Unrecognized or unsupported option: NOTIFY
You can send the "NOTIFY=..:" part only if an SMTP server replies "DSN" to the EHLO command. If DSN is not written in the list of ESMTP supported extensions, then you're not allowed to use that extension "language". Stefano > in the james server & smpt log I am getting the following message. > > org.apache.james.smtpserver.JamesRcptCmdHandler: 504 [Unrecognized or > unsupported option: NOTIFY] > > Please can someone guide me, where I would be doing wrong with mail > delivery notification. > > Regards, > Rajender --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
