Dovecot 1.2.0

bigboy

Verified User
Joined
Nov 25, 2005
Messages
188
Location
USA
after build Dovecot 1.2.0

xxxx# /usr/local/etc/rc.d/dovecot restart
Stopping dovecot: cat: /var/run/dovecot/master.pid: No such file or directory
usage: kill [-s signal_name] pid ...
kill -l [exit_status]
kill -signal_name pid ...
kill -signal_number pid ...
[ FAILED ]
Starting dovecot: Error: Error in configuration file /etc/dovecot.conf line 53: Unknown setting: umask
[ OK ]
Fatal: Invalid configuration in /etc/dovecot.conf
xxx#
 
Try:
Code:
perl -pi -e 's/^umask/#umask/' /etc/dovecot.conf
/etc/init.d/dovecot restart
 
Try:
Code:
perl -pi -e 's/^umask/#umask/' /etc/dovecot.conf
/etc/init.d/dovecot restart

Dude. You saved my bacon. I was freaked after updating Dovecot with the umask error... is it just a CentOS thing?
 
Back
Top