Current time: 09-29-2024, 07:50 AM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT]seit dovecot installation keine mails mehr
Author Message
d.i.t.o Offline
Junior Member
*

Posts: 35
Joined: Oct 2008
Reputation: 0
Post: #16
RE: [USE]seit dovecot installation keine mails mehr
(11-03-2008 07:38 AM)BeNe Wrote:  Würde jetzt einfach mal auf einen falschen User in der Config tippen.
So sollte der master teil aussehen:
Code:
master {
path = /var/run/dovecot/auth-master
mode = 0660
user = vmail
group = mail
}
}
user = root
}

Greez BeNe

Hab genau das gleiche stehen.
dovecot.conf
Code:
base_dir = /var/run/dovecot/
protocols = imap imaps pop3 pop3s
ssl_disable = no
ssl_cert_file = /etc/ssl/certs/dovecot.pem
ssl_key_file = /etc/ssl/private/dovecot.pem
disable_plaintext_auth = no
info_log_path = /var/log/dovecot.info
listen=*
log_path = /var/log/dovecot.log
login_dir = /var/run/dovecot/login
syslog_facility = mail
login_greeting = Dovecot ready.
mail_location = maildir:/var/mail/virtual/%d/%n
mail_privileged_group = mail
protocol imap {
  mail_plugins = quota imap_quota
}
protocol pop3 {
  mail_plugins = quota
  pop3_uidl_format = %u-%v
}
protocol lda {
  mail_plugins = quota
  postmaster_address = ***[AT]dito.tld
  auth_socket_path = /var/run/dovecot/auth-master
}
namespace private {
  prefix = INBOX.
  inbox = yes
}
auth default {
  mechanisms = plain login
  passdb checkpassword {
    args = /var/www/ispcp/engine/ispcp-dovecot-mngr
  }
  userdb sql {
    args = /etc/dovecot/dovecot-sql-domain.conf
    args = /etc/dovecot/dovecot-sql-aliasdomain.conf
    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 = root
}
plugin {
}
auth_debug_passwords = yes
(This post was last modified: 11-03-2008 08:23 AM by d.i.t.o.)
11-03-2008 08:21 AM
Visit this user's website Find all posts by this user
Thread Closed 


Messages In This Thread
RE: [USE]seit dovecot installation keine mails mehr - d.i.t.o - 11-03-2008 08:21 AM

Forum Jump:


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