Is the smtpd.conf file in /etc/sasl2 neccessary? I did not have one with my previous postfix install (before upgrade via emerge) and it worked perfectly. I understand the file is needed for sasl authentication, but I would suspect it is not needed at all if sasl is not in USE.
if [ "`use sasl`" ]; then insinto /etc/sasl2 doins ${FILESDIR}/smtpd-2.0.conf smtpd.conf dodir /usr/lib/sasl2 dosym ../../../etc/sasl2/smtpd.conf /usr/lib/sasl2/smtpd.conf fi This is now in the 2.0.13-r1 ebuild.