partial sendmail breakage

Matthew Seaman matthew at FreeBSD.org
Fri Aug 10 15:27:48 UTC 2012


On 10/08/2012 14:32, Robert Huff wrote:
> 	I have restarted sendmail and get this in /var/log/messages:
> 
> Aug 10 08:26:56 jerusalem sm-mta[87853]: sql_select option missing
> Aug 10 08:26:56 jerusalem sm-mta[87853]: auxpropfunc error no mechanism available
> 
> 	I'm (obviously) not a sendmail expert; what other information
> should I provide to help figure out what went wrong?

You've implemented saslauth in this sendmail instance against some sort
of SQL database.  However something has caused sendmail to lose the
ability to look up user accounts in that DB.  Could be all sorts of
things: is the DB running?  Can you login to it manually using the same
credentials as sendmail?  Has there been any changes to DB schemas or
user grants recently?  How about changes to
/usr/local/lib/sasl2/Sendmail.conf ?

One thing you can try is turning up the log level in Sendmail.conf to
get a better idea of what SASL is trying to do.  Add a line

log_level: N

where N is an integer, bigger meaning more verbose logging.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20120810/62d23b12/signature.pgp


More information about the freebsd-questions mailing list