<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I updated the “could”  :)<div class=""><br class=""></div><div class="">Do you think it would be faster to get the directory using postconf or to just use the regex?<br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Tahoma; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><br class="">-<br class="">Jerry Benton<br class=""><a href="http://www.mailborder.com" class="">www.mailborder.com</a><br class="">+1 - 844-436-6245<br class=""><br class=""><br class=""></div>

</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Apr 8, 2017, at 12:06 PM, Mark Sapiro <<a href="mailto:mark@msapiro.net" class="">mark@msapiro.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 04/08/2017 04:10 AM, Shawn Iverson wrote:<br class=""><blockquote type="cite" class="">Hi Jerry,<br class=""><br class="">Just looked over your code.  It looks straightforward and complete to me.<br class=""><br class="">My only question I may have is "/var/spool/postfix/public/qmgr" being<br class="">hard coded.  Is it possible for this path to vary depending on the<br class="">postfix configuration on other systems?<br class=""></blockquote><br class=""><br class="">It's possible. The actual path is $queue_directory/public/qmgr where<br class="">queue_directory is defined in Postfix main.cf. This can be obtained via<br class="">`postconf -h queue_directory`. I.e.,<br class=""><br class="">my $qdir = `postconf -h queue_directory`;<br class="">$qdir =~ s/\R//;<br class="">my $pf_connection = $qdir . '/public/qmgr';<br class=""><br class="">Also, in Jerry's code, "could" is misspelled in two "KickMessage coould<br class="">not write to ..." messages.<br class=""><br class="">-- <br class="">Mark Sapiro <<a href="mailto:mark@msapiro.net" class="">mark@msapiro.net</a>>        The highway is for gamblers,<br class="">San Francisco Bay Area, California    better use your sense - B. Dylan<br class=""><br class=""><br class="">-- <br class="">MailScanner mailing list<br class=""><a href="mailto:mailscanner@lists.mailscanner.info" class="">mailscanner@lists.mailscanner.info</a><br class="">http://lists.mailscanner.info/mailman/listinfo/mailscanner<br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>