Reduce noise for dkim signing.

This commit is contained in:
Vsevolod Stakhov 2014-01-30 15:53:39 +00:00
parent 61cb8e4ae1
commit 86c2be6e87

View file

@ -760,7 +760,7 @@ mlfi_envfrom(SMFICTX *ctx, char **envfrom)
}
else {
priv->dkim = NULL;
msg_info ("do not add dkim signature for unauthorized user");
msg_debug ("do not add dkim signature for unauthorized user");
}
}
CFG_UNLOCK();