diff options
author | araujo <araujo@FreeBSD.org> | 2007-10-22 02:35:12 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-10-22 02:35:12 +0800 |
commit | 7c639057b7f43351b2a36c5a0582475d2a86b80f (patch) | |
tree | efd6791fca45f8c122363954f73fb4e7111225f3 /mail/Makefile | |
parent | 4abbfa017f32ad350c4924d7e75cfbac642d33b5 (diff) | |
download | freebsd-ports-graphics-7c639057b7f43351b2a36c5a0582475d2a86b80f.tar.gz freebsd-ports-graphics-7c639057b7f43351b2a36c5a0582475d2a86b80f.tar.zst freebsd-ports-graphics-7c639057b7f43351b2a36c5a0582475d2a86b80f.zip |
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).
PR: ports/116332
Submitted by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br>
Approved by: stas (mentor)
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index dd5ca1c1627..856105c1c44 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -653,6 +653,7 @@ SUBDIR += wmymail SUBDIR += xbuffy SUBDIR += xc-mail + SUBDIR += xf-spf SUBDIR += xfaces SUBDIR += xfce4-mailwatch-plugin SUBDIR += xfmail |