Current time: 11-27-2024, 06:08 AM Hello There, Guest! (LoginRegister)


Post Reply 
Avelsieve - Squirrelmail/Roundcube Problem
Author Message
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #17
RE: Avelsieve - Squirrelmail/Roundcube Problem
Du solltest dich in die Dovecot Materie einarbeiten wenn du Dovecot installierst...

Anyway, probier diese dovecot.conf für RC7 (bitte noch die postmaster adresse anpassen...):
Code:
base_dir = /var/run/dovecot/
protocols = imap pop3
disable_plaintext_auth = no
listen=*
syslog_facility = mail
login_greeting = Dovecot ready.
mail_location = maildir:/var/mail/virtual/%d/%n
mail_privileged_group = mail
auth_debug = yes
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
mail_plugins = cmusieve
}

auth default {
mechanisms = plain login
passdb checkpassword {
  args = /var/www/ispcp/engine/ispcp-dovecot-mngr
}
userdb sql {
  args = /etc/dovecot/dovecot-sql-domain.conf
}
userdb sql {
  args = /etc/dovecot/dovecot-sql-aliasdomain.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 = root
}

auth pysieved {
mechanisms = plain
passdb checkpassword {
  args = /var/www/ispcp/engine/ispcp-dovecot-mngr
}
userdb sql {
  args = /etc/dovecot/dovecot-sql-domain.conf
}
userdb sql {
  args = /etc/dovecot/dovecot-sql-aliasdomain.conf
}
userdb sql {
  args = /etc/dovecot/dovecot-sql-subdomain.conf
}

socket listen {
  client {
   path = /var/run/pysieved/auth
   mode = 0660
   user = vmail
   group = mail
  }

  master {
   path = /var/run/pysieved/auth-master
   mode = 0660
   user = vmail
   group = mail
  }
}

user = vmail
}

plugin {
}
03-05-2009 08:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Avelsieve - Squirrelmail/Roundcube Problem - rbtux - 03-05-2009 08:39 PM

Forum Jump:


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