Displaying 4 results from an estimated 4 matches for "dovecotinit".
Did you mean:
dovecotinfo
2013 Oct 31
1
init script as provided http://wiki2.dovecot.org/DovecotInit
Hello list,
I would add:
# dovecot Startup script for the dovecot server
#
# chkconfig: -
# processname: dovecot
# config: /path/to/config
# pidfile: /path/to/pid
So that it supports the chkconfig used by RHEL and clones too.
Also, maybe it should be installed by the Makefile's install target? it
could then also set:
DAEMON=/path/to/dovecot/daemon
instead of:
2009 Jan 03
2
Permission to distribute Dovecot run file
...n and squirrelmail. Two of my most important goals are
switching the imap program from courier to Dovecot, and closer
integration with OpenSuSE. (Which I run my mail servers on.)
To follow the style of the toaster I need a place where I can obtain the
init.d script from http://wiki.dovecot.org/DovecotInit
I would prefer to have permission to host the file myself so I don't
have to worry about creating patches if there is ever a need for my run
file to be different from yours. If that is not acceptable, would you
please either provide a URL where I can download just the run file, or
include...
2017 Nov 22
0
dovecot initscript
Hi,
about https://wiki.dovecot.org/DovecotInit, i wondered
about
stop)
if test $running = yes; then
echo "Stopping Dovecot"
kill `cat $pidfile`
echo "."
else
echo "Dovecot is already stopped."
fi
;;
Is "doveadm stop" technically the same, or better/worse/sa...
2012 Dec 26
2
dovecot crashing?
Happy holidays! I am experiencing an issue when trying to check my mail
using IMAP. with Dovecot I have tried checking my mail using a full GUI
client (Thunderbird) and telnet. Both times I get disconnected before all
of my messages can be downloaded and I see an error in my mail log. Here
are the details:
[root at cust19-1-prod-domain userqa]# dovecot --version
2.0.9
[root at