Current time: 07-03-2024, 12:31 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
Cube Offline
Member
***

Posts: 740
Joined: Apr 2007
Reputation: 9
Post: #2
RE: Dovecot
Ich habe zwar von Dovecot keine Ahnung, aber einen "auth default"-Teil gibt es bei dir zwei mal, also musst du wohl einen davon löschen/auskommentieren.
04-12-2008 11:53 PM
Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #3
RE: Dovecot
nicht unbedingt...

ABER:

poste das ganze ohne kommentare (grep -v #)
04-13-2008 12:32 AM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: Dovecot
am besten gleich den Original Post entsprechend korrigieren... (ohne den Kommentar-Zeilen)
04-13-2008 04:56 AM
Visit this user's website Find all posts by this user Quote this message in a reply
hotstuff Offline
Junior Member
*

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

Wie muss ich die Config anpassen, das ich per pop Mails herunterladen kann?

Mit freunlichen Grüssen

Dave

NB: Betriebsystem Debian ETCH 4.0 64 Bit
04-15-2008 02:34 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #6
RE: Dovecot
Ändere den ersten Post so, dass nur die Konfiguratonszeilen ohne # am Anfang drinstehen - das wird übersichtlichr. Dann können wir helfen.

/J
04-15-2008 02:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
hotstuff Offline
Junior Member
*

Posts: 53
Joined: Nov 2007
Reputation: 0
Post: #7
RE: Dovecot
Gemacht!

Gruss Dave
04-15-2008 02:59 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #8
RE: Dovecot
Für den Anfang würde ich mal ohne den verschlüsselten Protokollen arbeiten (also imaps und pop3s rausnehmen).

Kommt immernoch dieselbe Fehlermeldung? Oder wie sieht's aus?

/J
(This post was last modified: 04-15-2008 03:21 AM by joximu.)
04-15-2008 03:21 AM
Visit this user's website Find all posts by this user Quote this message in a reply
hotstuff Offline
Junior Member
*

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

Habe Dovecot neugestarten kommt das!

Code:
go2root:/# /etc/init.d/dovecot restart
Restarting mail server: dovecotWarning: mail_extra_groups setting was often used                                                                               insecurely so it is now deprecated, use mail_access_groups or mail_privileged_g                                                                              roup instead
Fatal: Unknown protocol ssl_disable
04-15-2008 03:30 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #10
RE: Dovecot
Schau mal da rein
http://www.isp-control.net/documentation...th_dovecot

das sollte dir helfen...
04-15-2008 03:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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