Displaying 2 results from an estimated 2 matches for "bpop3".
Did you mean:
pop3
2006 Jul 18
1
startup script
Hi,
Could someone please post an example of a /etc/init.d/dovecot startup
script? (We use fedora core 5, if that makes any difference.)
Ours seems to be missing.
Cheers,
Pid
2010 Apr 07
2
dovecot upgrade problems
...;]*)|\"(.*)\")/\2\3/;t;d" \
/usr/local/etc/dovecot.conf`
do
if [ $p = $q ]; then
exit 0
fi
done
done
case "$1" in
start)
if grep protocols /usr/local/etc/dovecot.conf | sed 's/#.*$//' | tr
-d '"' | \
egrep -q '[^#]*(\bpop3s?\b|\bimaps?\b)';
then
if [ -x /usr/local/libexec/dovecot/imap-login -a -x
/usr/local/libexec/dovecot/imap ] \
|| [ -x /usr/local/libexec/dovecot/pop3-login -a -x
/usr/local/libexec/dovecot/pop3 ]
####
If I leave the DAEMON-Path to =/usr/sbin/dovecot
Dovecot is running fine!!...