On 8/14/2013 9:34 PM, LuKreme wrote: > OK, so the old mailserver that I was not allowed to updated much or run ports > on because of the fear it would die up and died today. Overall, though it's > been hours of restoring from backup and compiling this is still good news > because everything is getting built onto FreeBSD 9.2 and at current versions. > > So, I think to myself, let's try this dovecot thing again. > > first, postfix is up and running right now without anyone able to login. > > I compiled everything out of ports (shhh!) and told the postfix config from > ports to built with dovecot since it's all new and I added > dovecot_enable="YES" to rc.conf and I setup the > /usr/local/etc/dovecot/dovecot.conf file exactly as is shown at > http://www.postfix.org/SASL_README.html > > So far so good. postconf -a shows dovecot (postconf -A shows nothing though?)
That's correct. Dovecot provides server SASL (clients connecting to postfix), but not client SASL (outgoing from postfix to some other server). > > I try to start dovecot and I get: I'm pretty sure the examples in the postfix docs are for dovecot 1, and not appropriate for dovecot 2. Someone should probably submit a documentation update that covers all dovecot versions. For dovecot 2.x, see the dovecot wiki. -- Noel Jones