Le 16/04/2014 13:02, Steffen Kaiser a écrit :
md_syslog('warning', $RelayAddr . "/" . $SendmailMacros{"auth_authen"})

ok you helped me found the bug as the auth appear there, it seems that it was the comparison operator that was not a good perl one

&& ($SendmailMacros{"auth_authen"} != 'monitoringemail')

instead of

&& ($SendmailMacros{"auth_authen"} ne 'monitoringemail')

Thanks a lot for your help i was trying to figure out but was searching the wrong way !

Regards,
Ghislain.
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID.  You may ignore it.

Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to