|
|||||||||||
|
dovecot-auth
From: Timur Irmatov <irmatov(at)gmail.com>
Date: Mon Sep 24 2007 - 12:45:24 EDT
I'm trying to setup SASL-authentication with Postfix & dovecot. We use dbmail for mail storage and imap- and pop3- services, so we need dovecot only to perform authentication at smtp level. So, we have only dovecot-common package installed on a machine. Comment in /etc/dovecot/dovecot.conf says: # Protocols we want to be serving: imap imaps pop3 pop3s # If you only want to use dovecot-auth, you can set this to "none". #protocols = imap imaps We have 'protocols = none', so I expect that when I start dovecot, it will only launch dovecot-auth. But, it still wants imap:
$ sudo /usr/sbin/dovecot
Is this possible at all to have only dovecot-auth running? (Either with current version of dovecot in Debian, or with latest dovecot..) The system is Debian Etch, version of dovecot is 1.0.rc15-2etch1. Here are all non-comment options in /etc/dovecot/dovecot.conf:
protocols = none
auth default {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
} } } dict { } plugin { } -- Timur Irmatov, xmpp:irmatov@jabber.ru -- To UNSUBSCRIBE, email to debian-isp-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Mon Sep 24 12:46:30 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 00:08:05 EDT |
||||||||||
|
|||||||||||