On Thu, 02 Aug 2012 13:13:45 -0400 "Kevin A. McGrail" <[email protected]> wrote:
> Or just shell out and run sendmail -bv [email address] Which may not work 100%. MD runs as "defang" and sendmail -bv is not guaranteed to be accurate for non-root users: $ /usr/sbin/sendmail -bv [email protected] Notice: -bv may give misleading output for non-privileged user Also, if you shell out, make sure you do NOT do something like: open(IN, "/usr/sbin/sendmail -bv $recipient|"); Reasons why left as an exercise for the reader. Regards, David. _______________________________________________ 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

