VestaCP - переустановка dovecot: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: « link=https://bit.ly/3tbFsd6| Самые выгодные сервера? в рунете === VestaCP - переустано…»)
 
 
Строка 11: Строка 11:
 
Ставим:
 
Ставим:
 
  # yum install dovecot -y
 
  # yum install dovecot -y
  # mkdir dovecot && cd  dovecot && wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/dovecot.conf && mkdir conf.d && cd conf.d
+
  # cd /etc && mkdir dovecot && cd  dovecot && wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/dovecot.conf && mkdir conf.d && cd conf.d
 
  # wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-auth.conf
 
  # wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-auth.conf
 
  # wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-logging.conf
 
  # wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-logging.conf

Текущая версия на 18:50, 26 января 2016

Самые выгодные сервера? в рунете


VestaCP - переустановка dovecot

Удаляем:

# rpm -e dovecot-2.0.9-19.el6_7.2.x86_64
# mv /etc/dovecot /etc/dovecot_old

Ставим:

# yum install dovecot -y
# cd /etc && mkdir dovecot && cd  dovecot && wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/dovecot.conf && mkdir conf.d && cd conf.d
# wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-auth.conf
# wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-logging.conf
# wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-mail.conf
# wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-master.conf
# wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/10-ssl.conf
# wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/20-imap.conf
# wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/20-pop3.conf
# wget -c http://c.vestacp.com/0.9.8/rhel/dovecot/conf.d/auth-passwdfile.conf.ext


Важно проверить чтобы пароли брались из конфигов - /etc/exim/domains/%d/passwd

 # cat conf.d/auth-passwdfile.conf.ext
passdb {
 driver = passwd-file
 args = scheme=MD5-CRYPT username_format=%n /etc/exim/domains/%d/passwd
} 
userdb { driver = passwd-file args = username_format=%n /etc/exim/domains/%d/passwd }