Below is my configuration
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.0.0-17-server x86_64 Ubuntu 11.10
auth_mechanisms = plain login
mail_location = maildir:/nfs/users/%u/Maildir
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users
driver = passwd-file
}
protocols = " imap pop3"
service auth {
unix_listener /var/spool/postfix/private/auth {
group = postfix
mode
I've set up Roundcube using dovecot, postfix{admin,}, and pigeonhole, enabled the managesieve plugin for roundcube, but Filters won't seem to work. I have no idea why.The following is my dovecot.conf.
Followed this tutorial on rackspace.com exactly, but I am not able to start Dovecot.
# service dovecot restart
Stopping Dovecot Imap: [FAILED]
Starting Dovecot Imap: Fatal: service(auth) User doesn't exist: postfix
(See service auth { unix_listener /var/spool/postfix/private/auth { user } }
setting) [FAILED]
I am trying to setup dovecot from this tutorial: http://library.linode.com/email/post...tu-10.04-lucid
When I use Webmin to start dovecot I keep getting this error.
sorry ,my english is poor...
ubuntu 12.04 server 64-bit
dovecot 2.0.19
posftix 2.9.3
#ls /etc/dovecot/
conf.d dovecot.conf dovecot-db.conf.ext dovecot-dict-sql.conf.ext dovecot-ldap.conf.ext dovecot-sql.conf.ext README
#dovecot -n
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-29-generic x86_64 Ubuntu 12.04.1 LTS
auth_mechanisms = plain login
disable_plaintext_auth = no
mail_gid
I have recently purchased an SMTP server for my web app (I need to send account confirmation emails to my users and I don't want them to go into the SPAM folder, I will also be using it for email marketing.) and I'm following a guide found on this website.
Hi, this is my first post so excuse me if I do something stupid.
I recently tried to setup a Mail Server at my Fedora install. I've installed and configured Dovecot, Roundcube and Postfix to work with SSL.
Among others things I'm in charge of a Debian GNU/Linux (Wheezy) DomU for the mail services of the company i work for. Yesterday one HDD that was used for this particular server has died. After installing Debian again, Dovecot decided to no longer listen on any ports (checked with netstat -l).
I've been fighting with Dovecot and Postfix for nearly 3 days now - I need some help!...
It seems Dovecot is not generating the private/auth file required for connections.
Mail.log
Code:
Sep 6 21:55:55 suncoastshores postfix/smtpd[11278]: warning: SASL: Connect to private/auth failed: No such file or directory
Sep 6 21:55:55 suncoastshores postfix/smtpd[11278]: fatal: no SASL au