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


Post Reply 
Fehler Installation
Author Message
hotstuff Offline
Junior Member
*

Posts: 53
Joined: Nov 2007
Reputation: 0
Post: #18
RE: Fehler Installation
Hallo



Ich habe mich für emerge dovecot entschieden. Kannst du mir helfen anzupassen.
Code:
/etc/init.d/dovecot start
* Starting dovecot ...
Warning: mail_extra_groups setting was often used insecurely so it is now deprecated, use mail_access_groups or mail_privileged_group instead
Error: Can't use mail executable /usr/libexec/dovecot/pop3: No such file or directory
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf



Install dovecot

Code:
emerge dovecot


Code:
> mysql -u root -p mysql
mysql> GRANT SELECT ON ispcp.* to 'ispcp_dovecot'@'localhost' identified by 'mypass';
mysql> FLUSH PRIVILEGES;
mysql> quit;

/etc/dovecot/dovecot.conf
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 {
}
/etc/postfix/main.cf


Betsen Dank

Gruss Dave
(This post was last modified: 03-25-2008 03:17 AM by hotstuff.)
03-25-2008 12:53 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Fehler Installation - hotstuff - 02-12-2008, 06:26 AM
RE: Fehler Installation - Zothos - 02-12-2008, 06:33 AM
RE: Fehler Installation - hotstuff - 02-12-2008, 07:04 AM
RE: Fehler Installation - Zothos - 02-12-2008, 07:05 AM
RE: Fehler Installation - hotstuff - 02-12-2008, 07:10 AM
RE: Fehler Installation - Zothos - 02-12-2008, 07:16 AM
RE: Fehler Installation - hotstuff - 02-12-2008, 07:21 AM
RE: Fehler Installation - joximu - 02-12-2008, 07:30 AM
RE: Fehler Installation - Zothos - 02-12-2008, 10:16 AM
RE: Fehler Installation - gOOvER - 02-12-2008, 04:48 PM
RE: Fehler Installation - BeNe - 02-12-2008, 06:39 PM
RE: Fehler Installation - Zothos - 02-12-2008, 07:33 PM
RE: Fehler Installation - BeNe - 02-12-2008, 10:14 PM
RE: Fehler Installation - Zothos - 02-12-2008, 11:19 PM
RE: Fehler Installation - BeNe - 02-13-2008, 12:01 AM
RE: Fehler Installation - hotstuff - 02-13-2008, 04:56 AM
RE: Fehler Installation - joximu - 02-13-2008, 07:20 AM
RE: Fehler Installation - hotstuff - 03-25-2008 12:53 AM

Forum Jump:


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