pinotje
Verified User
Hi all,
Currently I have this on /etc/yum.conf:
Do I have to add dovecot to the excluded list?
Because I have the following inside of /etc/cron.daily/update-yum.sh:
I think sometimes the POP3/IMAP server doesn't work good, after yum has updated dovecot.
It's better to let CustomBuild handle updating dovecot, am I right?
Thanks in advance,
Pinotje
Currently I have this on /etc/yum.conf:
exclude=apache* httpd* mod_* mysql* MySQL* mariadb* da_* *ftp* exim* sendmail* php* bind-chroot*
Do I have to add dovecot to the excluded list?
Because I have the following inside of /etc/cron.daily/update-yum.sh:
#!/bin/bash
/usr/bin/yum -y update
I think sometimes the POP3/IMAP server doesn't work good, after yum has updated dovecot.
It's better to let CustomBuild handle updating dovecot, am I right?
Thanks in advance,
Pinotje