It is possible to add several domains to a list of ignored domains for postsrsd. This is important do not break SPF records for domains hosted on this host, especially if you have a multi-domain setup. For this the option in /etc/rc.conf could be used: postsrsd_exclude_domains="domain1.de,domain2.com,domain3.org" If you define here several domain postsrsd will fail to start. Please apply the following patch to fix this: --- files/postsrsd.in.old 2015-04-30 07:08:36.186078678 +0200 +++ files/postsrsd.in 2015-04-30 07:08:48.202079334 +0200 @@ -67,7 +67,7 @@ postsrsd_idle_timeout="-t ${postsrsd_idle_timeout}" fi if [ "x${postsrsd_exclude_domains}" != "x" ];then - postsrsd_exclude_domains="-X ${postsrsd_exclude_domains}" + postsrsd_exclude_domains="-X${postsrsd_exclude_domains}" fi Thanks a lot.
Created attachment 156130 [details] Patch
A commit references this bug: Author: jbeich Date: Sun May 3 07:33:56 UTC 2015 New revision: 385236 URL: https://svnweb.freebsd.org/changeset/ports/385236 Log: mail/postsrsd: fix handling of postsrsd_exclude_domains in rc.d script PR: 199797 Submitted by: idefix@fechner.net Approved by: ports@bsdserwis.com (maintainer) Changes: head/mail/postsrsd/Makefile head/mail/postsrsd/files/postsrsd.in
Thanks. Committed.
A commit references this bug: Author: mandree Date: Mon May 23 22:42:04 UTC 2016 New revision: 415750 URL: https://svnweb.freebsd.org/changeset/ports/415750 Log: Add pkgconfig file. Add LICENSE clause. PR: 199797 Submitted by: resver@gmail.com Changes: head/devel/libublio/Makefile head/devel/libublio/pkg-plist
Missed devel/libublio/files/libublio.pc.in file.
Hello vvd. (In reply to vvd from comment #5) > Missed devel/libublio/files/libublio.pc.in file. I referred your comment in a bug 199717 comment 5, where it was directly related. CC: mandree
(In reply to commit-hook from comment #4) My apologies for the typo in the PR: row of SVN changeset 415750.