ispCP - Board - Support
Dovecot - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Dovecot (/thread-3013.html)

Pages: 1 2


Dovecot - hotstuff - 04-12-2008 11:37 PM

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


RE: Dovecot - Cube - 04-12-2008 11:53 PM

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.


RE: Dovecot - rbtux - 04-13-2008 12:32 AM

nicht unbedingt...

ABER:

poste das ganze ohne kommentare (grep -v #)


RE: Dovecot - joximu - 04-13-2008 04:56 AM

am besten gleich den Original Post entsprechend korrigieren... (ohne den Kommentar-Zeilen)


RE: Dovecot - hotstuff - 04-15-2008 02:34 AM

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


RE: Dovecot - joximu - 04-15-2008 02:47 AM

Ändere den ersten Post so, dass nur die Konfiguratonszeilen ohne # am Anfang drinstehen - das wird übersichtlichr. Dann können wir helfen.

/J


RE: Dovecot - hotstuff - 04-15-2008 02:59 AM

Gemacht!

Gruss Dave


RE: Dovecot - joximu - 04-15-2008 03:21 AM

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


RE: Dovecot - hotstuff - 04-15-2008 03:30 AM

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



RE: Dovecot - joximu - 04-15-2008 03:42 AM

Schau mal da rein
http://www.isp-control.net/documentation/howto/mail/replace_courier_with_dovecot

das sollte dir helfen...