Help with SMTP AUTH -- SOLVED

Reko Turja reko.turja at liukuma.net
Sun Mar 16 20:11:38 UTC 2014


-----Original Message----- 
From: Drew Tomlinson
Sent: Sunday, March 16, 2014 9:46 PM
To: Reko Turja ; freebsd-questions at FreeBSD.org
Subject: Re: Help with SMTP AUTH -- SOLVED

> I just tried commenting out the smtpd_sasl_path option and tested. 
> SUCCESS!!!.  In my comments, I have a note from back when I first got this 
> working on FBSD 4 back in 2003  that says "Cyrus adds the .conf to
< the file name".  Apparently that is no longer the case.

> But what I don't understand is that if I include smtpd_sasl_path = 
> /usr/local/lib/sasl2/smtpd.conf in my config, it still doesn't work.  It 
> will only work if I leave this commented out.  Why?

I think I've never used the smtpd_sasl_path in my postfix configs; from 
postfix docs:

"Search path for Cyrus SASL application configuration files, currently used 
only to locate the $smtpd_sasl_path.conf file. Specify zero or more 
directories separated by a colon character, or an empty value to use Cyrus 
SASL's built-in search path."

So I reckon the parameter has to be directory without any filename part , 
but if the config file is in default place, parameter can be left unset.

> Thanks for all of your help!

You're welcome, glad I was of assistance.

-Reko 



More information about the freebsd-questions mailing list