Bug 116332 - [NEW PORT] mail/xf-spf
Summary: [NEW PORT] mail/xf-spf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 17:00 UTC by Felippe de Meirelles Motta
Modified: 2007-10-22 04:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.97 KB, text/plain)
2007-09-13 17:00 UTC, Felippe de Meirelles Motta
no flags Details
xf-spf.txt (3.36 KB, text/plain)
2007-10-14 00:29 UTC, Felippe de Meirelles Motta
no flags Details
xf-spf.txt (3.74 KB, text/plain)
2007-10-14 01:26 UTC, Felippe de Meirelles Motta
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Felippe de Meirelles Motta 2007-09-13 17:00:06 UTC
xf-spf is an customized SPF checker for qmail to be used with qmail and
SMTPEXTFORK patch. When an SMTP session starts, xf-spf is expected to be forked
from qmail-smtpd - this is why you need SMTPEXTFORK. When forked, this proces-
ses gets all enviroment variables which were available for the parent process
(qmail-smtpd).

When forked, xf-spf will use TCPREMOTEIP, REMOTEMF, REMOTERCPT and REMOTEHELO
enviroment vars. The first one is set by tcpserver(1) and the last three are
set my SMTPEXTFORK patch; xf-spf will them use libspf2 to perform the SPF
check and validate the sender according to RFC-4408.

WWW:    http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/

Fix: Patch attached with submission follows:
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-13 17:22:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 Marcelo Araujo freebsd_committer freebsd_triage 2007-09-20 18:19:45 UTC
State Changed
From-To: open->feedback

I contact him directed by mail, I'm waiting Felippe reply!
Comment 3 Felippe de Meirelles Motta 2007-10-14 00:29:20 UTC
The new port xf-spf version coded for new GCC version. Please reconsider 
it patch as NEW PORT to FreeBSD Ports.

Thanks! :)

-- 

Atenciosamente,
Felippe de Meirelles Motta
FreeBSD Brasil LTDA.
http://www.freebsdbrasil.com.br
Comment 4 Felippe de Meirelles Motta 2007-10-14 01:26:20 UTC
New patch, fixing pkg-descr only.

Sorry, and thanks! :)

-- 

Atenciosamente,
Felippe de Meirelles Motta
FreeBSD Brasil LTDA.
http://www.freebsdbrasil.com.br
Comment 5 Marcelo Araujo freebsd_committer freebsd_triage 2007-10-21 19:38:43 UTC
State Changed
From-To: feedback->closed

New port added, with minor changes. Thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-10-22 04:34:37 UTC
araujo      2007-10-21 18:35:12 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/xf-spf          Makefile distinfo pkg-descr 
    mail/xf-spf/files    pkg-message.in 
  Log:
  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)
  
  Revision  Changes    Path
  1.873     +1 -0      ports/mail/Makefile
  1.1       +36 -0     ports/mail/xf-spf/Makefile (new)
  1.1       +3 -0      ports/mail/xf-spf/distinfo (new)
  1.1       +39 -0     ports/mail/xf-spf/files/pkg-message.in (new)
  1.1       +10 -0     ports/mail/xf-spf/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"