我使用postfix和dovcot在亚马逊EC2上建立了一个邮件服务器,我似乎正在启动dovecot服务。这是我跑步时得到的信息
Service dovecot status
dovecot stop/waiting
并使用
dovecot -F
doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: first_valid_uid can't be larger than last_valid_uid
如果有人有什么主意,我会很感激的
发布于 2014-12-04 18:22:50
发射doveconf -a | grep _valid_
您必须将这些变量设置为这样的内容:
first_valid_uid = 26
last_valid_uid = 0
first_valid_gid = 6
last_valid_gid = 0
https://serverfault.com/questions/649224
复制相似问题