Current time: 07-05-2024, 04:28 PM Hello There, Guest! (LoginRegister)


Post Reply 
Dovecot
Author Message
hotstuff Offline
Junior Member
*

Posts: 53
Joined: Nov 2007
Reputation: 0
Post: #1
Dovecot
Hallo

Sieht meine Config richtig sud?

Code:
base_dir = /var/run/dovecot/
protocols = imap pop3 imaps pop3s
ssl_disable = no
disable_plaintext_auth = no
listen=*
syslog_facility = mail
login_greeting = Dovecot ready.
mail_location = maildir:/var/mail/virtual/%d/%n
mail_extra_groups = mail
protocol imap {
}
namespace private {
prefix = INBOX.
inbox = yes
}
protocol pop3 {
pop3_uidl_format = %u-%v
}
protocol lda {
  postmaster_address = postmaster@yourdomain.tld
  auth_socket_path = /var/run/dovecot/auth-master
}
auth default {
  mechanisms = plain login digest-md5
  passdb sql {
   args = /etc/dovecot/dovecot-sql-domain.conf
  }
  userdb sql {
   args = /etc/dovecot/dovecot-sql-domain.conf
  }
  passdb sql {
    args = /etc/dovecot/dovecot-sql-aliasdomain.conf
  }
  userdb sql {
    args = /etc/dovecot/dovecot-sql-aliasdomain.conf
  }
  passdb sql {
   args = /etc/dovecot/dovecot-sql-subdomain.conf
  }
  userdb sql {
   args = /etc/dovecot/dovecot-sql-subdomain.conf
  }
  socket listen {
   client {
    path = /var/spool/postfix/private/auth
    mode = 0660
    user = postfix
    group = postfix
   }
   master {
    path = /var/run/dovecot/auth-master
    mode = 0660
    user = vmail
    group = mail
   }
  }
  user = vmail
}
plugin {
}


Dieser Fehler kommt beim Starten

Starting mail server: dovecotError: Error in configuration file /etc/dovecot/dovecot.conf line 1069: Authentication process already exists with the same name

Gruss Dave
(This post was last modified: 04-15-2008 02:57 AM by hotstuff.)
04-12-2008 11:37 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Dovecot - hotstuff - 04-12-2008 11:37 PM
RE: Dovecot - Cube - 04-12-2008, 11:53 PM
RE: Dovecot - rbtux - 04-13-2008, 12:32 AM
RE: Dovecot - joximu - 04-13-2008, 04:56 AM
RE: Dovecot - hotstuff - 04-15-2008, 02:34 AM
RE: Dovecot - joximu - 04-15-2008, 02:47 AM
RE: Dovecot - hotstuff - 04-15-2008, 02:59 AM
RE: Dovecot - joximu - 04-15-2008, 03:21 AM
RE: Dovecot - hotstuff - 04-15-2008, 03:30 AM
RE: Dovecot - joximu - 04-15-2008, 03:42 AM
RE: Dovecot - hotstuff - 04-15-2008, 03:52 AM
RE: Dovecot - joximu - 04-15-2008, 05:32 AM
RE: Dovecot - rbtux - 04-15-2008, 06:29 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)