Tagged Questions
0
votes
1answer
88 views
trouble with postfix install (timing out from client)
I have just outfitted a basic server (Ubuntu 12.04 LTS /Precise Pangolin) and have installed Postfix and Dovecot, based on the Ubuntu manuals.
https://help.ubuntu.com/community/Dovecot
...
1
vote
0answers
251 views
How do I use an encrypted MySQL password with Cyrus SASL?
In /etc/postfix/sasl/smtpd.conf I have:
auxprop_plugin: sql
sql_engine: mysql
sql_hostnames: 127.0.0.1
sql_database: mail
sql_user: mailadmin
sql_passwd: secret
sql_select: SELECT password FROM users ...
0
votes
1answer
290 views
Postfix SASL error
I'm trying to configure my postfix server to accept connections from outside mail clients using SASL authentication with dovecot. It was previously setup with cyrus sasl.
However when I try to send ...
1
vote
1answer
544 views
Problem with testsaslauthd and kerberos5 (“saslauthd internal error”)
The error message “saslauthd internal error” seems like a catch-all for saslauthd, so I’m not sure if it’s a red herring, but here’s the brief description of my problem:
This Kerberos command works ...
5
votes
2answers
698 views
What is SASL/GSSAPI?
Numerous times i have met the expression SASL/GSSAPI. I have searched Google many times, but i simply do no understand what it is and how it relate to Kerberos.
Anybody that have a simple explanation ...