Where are incoming messages queued/stored when sendmail is communicating with a milter?
Posted
by
Mike B
on Server Fault
See other posts from Server Fault
or by Mike B
Published on 2012-10-10T20:54:21Z
Indexed on
2012/10/10
21:40 UTC
Read the original article
Hit count: 251
sendmail
CentOS 5.x | SendMail
I'd like to better understand how milter hand-offs work.
We a remote MTA initiates an SMTP session, my understanding is that Sendmail hands the message data off to the milter during that session. Where/how is this message data stored? Is this all done in memory? Or is there a "queue" area where message data for milter is stored for pickup by the milter?
If it helps, let's say I'm calling a milter like this:
INPUT_MAIL_FILTER(`foo', `S=unix:/var/lib/foo/foo.sock, F=T, T=C:5m;S:3m;R:5m;E:5m')dnl
© Server Fault or respective owner