mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9e3978507d
qmail-smtpd - this is why you need SMTPEXTFORK. When forked, this processes gets all enviroment variables which were available for the parent process (qmail-smtpd). PR: ports/116332 Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> Approved by: stas (mentor)
11 lines
441 B
Plaintext
11 lines
441 B
Plaintext
When an SMTP session starts, xf-spf is expected to be forked from
|
|
qmail-smtpd - this is why you need SMTPEXTFORK. When forked, this processes
|
|
gets all enviroment variables which were available for the parent process
|
|
(qmail-smtpd).
|
|
|
|
A customized SPF checker for qmail to be used with
|
|
SMTPEXTFORM patch, used and approved by a number of FreeBSD Brasil LTDA's
|
|
customers.
|
|
|
|
WWW: http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/
|