Bug 191292

Summary: [New port]: mail/postsrsd
Product: Ports & Packages Reporter: Krzysztof <ports>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: adamw
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Krzysztof 2014-06-22 23:22:40 UTC
PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix. SRS is needed if your mail server acts as forwarder. Full documentation and source can be found on https://github.com/roehling/postsrsd

I've made a complete port with patches to compile on FreeBSD. I'm using this "port" on my two boxes: 10.0 and 9.2. There is no errors at all, but on 10.0 box there are some warnings during compilation. I'm sure it's because of clang, but maybe someone can have a look howto remove this warnings. You can download port from my private server: http://prv.wtp3.org/port-postsrsd.tar which should be extract to PORTS/mail tree.

I'm just thinking if startup script should be more documented...

Greetings,
--
Krzysztof Stryjek
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-07-06 02:55:00 UTC
A commit references this bug:

Author: adamw
Date: Sun Jul  6 02:54:36 UTC 2014
New revision: 360856
URL: http://svnweb.freebsd.org/changeset/ports/360856

Log:
  Add mail/postsrsd.

  PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based lookup
  tables for Postfix. SRS is needed if your mail server acts as forwarder.

  WWW: https://github.com/roehling/postsrsd

  PR:		ports/191292
  Submitted by:	Krzysztof Stryjek <ports@bsdserwis.com>

Changes:
  head/mail/Makefile
  head/mail/postsrsd/
  head/mail/postsrsd/Makefile
  head/mail/postsrsd/distinfo
  head/mail/postsrsd/files/
  head/mail/postsrsd/files/patch-CMakeLists.txt
  head/mail/postsrsd/files/patch-postinstall.cmake.in
  head/mail/postsrsd/files/patch-postsrsd.c
  head/mail/postsrsd/files/patch-srs2.c
  head/mail/postsrsd/files/patch-srs2.h
  head/mail/postsrsd/files/postsrsd.in
  head/mail/postsrsd/pkg-descr
  head/mail/postsrsd/pkg-plist
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2014-07-06 02:55:45 UTC
Committed with small modifications. Good work on this port!