[opendmarc-users] spf align question
Andrei Ioachim
andrei at inteligis.ro
Wed Apr 3 05:02:06 PDT 2013
On 03/04/13 00:09, Andreas Schulze wrote:
> I use http://sourceforge.net/projects/smfs/ with a set of patches without problems.
>
> Andreas
thanks for the suggestion and patches, works great
i had to add the line/patch for postfix "unknown" problem
static sfsistat smf_connect(SMFICTX *ctx, char *name, _SOCK_ADDR *sa) {
struct context *context = NULL;
char host[64];
//add for postfix "unknown"
if (sa == NULL) return SMFIS_ACCEPT;
(sorry, don't know how to generate a patch file)
More information about the opendmarc-users
mailing list