Re: 550 after HELO
Sam Varshavchik <[email protected]>
| Newsgroups | gmane.mail.imap.courier.general |
|---|---|
| Message-ID | <[email protected]> |
Philipp Ewald writes: > > I would expect the return code of 1 from here resulting in a call to > connection_closed(), that logs "Connection unexpectedly closed". > How can I analyse this? there is no more information in the queue files ether The way I investigate something like this: find the pid of the courieresmtp process. "ps" lists it as "./courieresmtp". Then strace it: strace -s 256 -f -o strace.log -p <pid> This will capture a bunch of stuff, and then sift through the strace log, looking for clues. _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRupkKLJP96aW75pIOKYPgoojZS4gUCZczbhgAKCRCKYPgoojZS 4r8mAQDnClBVgOkRp85BLv9XcuYjECEqDM7JaSWKJ/bvSsKwcAD+IEU8/hVgOHTY HJnDV+KOKmj7hLUacGfuLk0TKZWHBg4= =4iON -----END PGP SIGNATURE-----