I wanted to post this to the group, and FAQs, or archives, as I have added Bruce Guenter's relay-control (http://untroubled.org/relay-ctrl/) which utilizes POP before SMTP, and now IMAP(S) before SMTP. I have successfully implemented this with Binc with the following 2 line additions to the run script.
exec 2>&1
exec tcpserver -c 100 -u 0 -g 0 \ -l $(hostname) -HDRP \ 0 993 \ envdir /etc/relay-ctrl /usr/local/bin/relay-ctrl-chdir \ /opt/bincimap/bin/bincimap-up \ --logtype=multilog \ --conf=/etc/opt/bincimap/bincimap.conf --ssl -- \ /bin/checkpassword /usr/local/bin/relay-ctrl-allow \ /opt/bincimap/bin/bincimapd \
Works perfectly.. I finally decided to put it together, as I was going on the road. My thanks to Jesper Toft, back in March, for getting me on the right track with this. Glad I saved his email <g>
-- Gary