我正在使用postfix和dovcot在Amazon 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
有没有人有一个想法,这将是最感激的
启动doveconf -a | grep _valid_ doveconf -a | grep _valid_
你必须设置这样的variables:
first_valid_uid = 26 last_valid_uid = 0 first_valid_gid = 6 last_valid_gid = 0