View previous topic :: View next topic |
Author |
Message |
lonegd Apprentice
Joined: 07 Dec 2003 Posts: 185 Location: UK
|
Posted: Fri Jul 22, 2005 4:39 pm Post subject: Postfix/SASL : sasldb2.db: Invalid argument |
|
|
Oh god I hate FreeBSD ;{
Trying to get Postfix and SASL working about getting:-
Code: |
Jul 22 17:28:11 smtp postfix/smtp[42219]: fatal: open database /usr/local/etc/sasldb2.db: Invalid argument
Jul 22 17:28:12 smtp postfix/master[25444]: warning: process /usr/local/libexec/postfix/smtp pid 42219 exit status 1
Jul 22 17:28:12 smtp postfix/master[25444]: warning: /usr/local/libexec/postfix/smtp: bad command startup -- throttling
|
I'm trying to use pam atm :-
Code: |
smtp postfix # cat /usr/local/lib/sasl2/smtpd.conf
pwcheck_method: saslauthd
mech_list: plain login digest-md5 cram-md5
|
Postfix 2.2.4
SASLAUTHD 2.1.21 ( authentication mechanisms: sasldb getpwent pam rimap )
Having to use FreeBSD cos its a work machine _________________ Mark Cooper
http://pvrhw.goldfish.org/ - Open Source PVR Hardware Database |
|
Back to top |
|
|
Aztechian n00b
Joined: 22 Jul 2005 Posts: 4 Location: San Diego, CA
|
Posted: Fri Jul 22, 2005 4:47 pm Post subject: |
|
|
check that /etc/conf.d/saslauthd has something like:
SASLAUTHD_OPTS="${SASLAUTH_MECH} -a pam -r" |
|
Back to top |
|
|
|