I have postfix+ dovecot but when I run sasl - have this:
Mar 31 21:21:39 localhost postfix/smtpd[13134]: warning: SASL: Connect
to smtpd failed: No such file or directory Mar 31 21:21:39 localhost
postfix/smtpd[13134]: fatal: no SASL authentication mechanisms Mar 31
21:21:40 localhost postfix/master[13128]: warning:
process /usr/libexec/postfix/smtpd pid 13134 exit status 1 Mar 31
21:21:40 localhost postfix/master[13128]:
warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
I have Slackware 12.2. I write main.cf with documentation on
postfix.org. my dovecot.conf:
base_dir = /var/run/dovecot/
protocols = imap pop3
ssl_disable = yes
disable_plaintext_auth = no
log_path=/var/log/dovecot.log
listen=*
syslog_facility = mail
login_greeting = Dovecot ready.
mail_location = maildir:/var/mail/virtual/%d/%n
mail_privileged_group = mail
protocol imap {
}
namespace private {
prefix = INBOX.
inbox = yes
}
protocol pop3 {
pop3_uidl_format = %u-%v
}
protocol lda {
postmaster_address = postmaster at yourdomain.tld
auth_socket_path = /var/run/dovecot/auth-master
}
auth default {
mechanisms = plain login
passdb checkpassword {
args = /var/www/ispcp/engine/ispcp-dovecot-mngr
}
userdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-aliasdomain.conf
}
userdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0777
user = postfix
group = postfix
}
master {
path = /var/run/dovecot/auth-master
mode = 0660
user = vmail
group = mail
}
}
}
user = root
}
plugin {
}
On Tue, 2009-03-31 at 21:31 +0200, ?ukasz Kasperek> I have postfix+ dovecot but when I run sasl - have this: > > Mar 31 21:21:39 localhost postfix/smtpd[13134]: warning: SASL: Connect > to smtpd failed: No such file or directoryLooks like a Postfix configuration problem. Apparently it's trying to connect to "smtpd" SASL socket. But you've configured Dovecot to have:> client { > path = /var/spool/postfix/private/authSo fix the Postfix configuration. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090401/56363cda/attachment-0002.bin>