Bug 191292 - [New port]: mail/postsrsd
Summary: [New port]: mail/postsrsd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-22 23:22 UTC by Krzysztof
Modified: 2014-07-06 02:55 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!