--
On Thu, Jun 06, 2002 at 12:13:06AM +0300, Lauri Tischler wrote:
| Our backup software sends notifications via smtp,
| naturally they dont work.
| Snooping with tcpdump I was able to find out following.
|
| Backup Exec 9.0 from Veritas send folloving:
|
| MAIL FROM: <"BE90" <backupexec@???>>
|
| and Exim responds like this:
|
| 501 <"BE90" <backupexec@???>>: "@" or "." expected after ""BE90""
|
| Is there any way to tell Exim to accept that as I dont believe that
| the people at Veritas will fix their crap.
I don't think so, because that's not SMTP.
Can you try to direct the backup software vendor to RFC 2821 (or even
821)?
As a semi-non-solution, you could write your own SMTP proxy that
simply looks for that pattern and strips off the bogus junk but
otherwise just passes everything from the input socket to a socket
connected to exim (and vice versa). (or, if you really want to,
modify your copy of exim to strip off that bogus junk)
-D
--
I tell you the truth, everyone who sins is a slave to sin. Now a slave
has no permanent place in the family, but a son belongs to it forever.
So if the Son sets you free, you will be free indeed.
John 8:34-36
GnuPG key :
http://dman.ddts.net/~dman/public_key.gpg
--
[ Content of type application/pgp-signature deleted ]
--