Roundup Tracker - Issues

Message4660

Author dgatwood
Recipients ber, dgatwood, jherazo-beverly, pefu
Date 2012-10-29.18:29:42
Message-id <1351535383.99.0.940233506312.issue2550747@psf.upfronthosting.co.za>
In-reply-to
If memory serves, the sendmail binary creates a randomly named data file and a 
corresponding lock file inside the outgoing mail spool directory, writes the message into the 
main file, then deletes the lock file.

Meanwhile, the sendmail daemon (running as root) watches that queue directory and when it 
sees a new file, it waits for the corresponding lock file to disappear (if it even still exists at 
that point).  Then it reads the file, relays its contents, and deletes the file from disk.

That said, I've never done any coding under the hood of sendmail—the closest I've ever come 
is writing sendmail.cf rules—so I'm not certain about that.
History
Date User Action Args
2012-10-29 18:29:43dgatwoodsetmessageid: <1351535383.99.0.940233506312.issue2550747@psf.upfronthosting.co.za>
2012-10-29 18:29:43dgatwoodsetrecipients: + dgatwood, ber, pefu, jherazo-beverly
2012-10-29 18:29:43dgatwoodlinkissue2550747 messages
2012-10-29 18:29:42dgatwoodcreate