After upgrading FC3 to FC4 I have the following cyrus-imapd problems:
Jun 21 20:34:34 ns2 master[28770]: unable to create imap listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create imaps listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create pop3 listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create pop3s listener socket: Permission denied
See the total /var/log/maillog about /etc/init.d/cyrus-imapd restart
Jun 21 20:34:33 ns2 master[27598]: exiting on SIGTERM/SIGINT
Jun 21 20:34:34 ns2 master[28770]: process started
Jun 21 20:34:34 ns2 master[28772]: about to exec /usr/lib/cyrus-imapd/ctl_cyrusdb
Jun 21 20:34:34 ns2 ctl_cyrusdb[28772]: recovering cyrus databases
Jun 21 20:34:34 ns2 ctl_cyrusdb[28772]: skiplist: recovered /var/lib/imap/mailboxes.db (0 records, 144 bytes) in 0 seconds
Jun 21 20:34:34 ns2 ctl_cyrusdb[28772]: skiplist: recovered /var/lib/imap/annotations.db (0 records, 144 bytes) in 0 seconds
Jun 21 20:34:34 ns2 ctl_cyrusdb[28772]: done recovering cyrus databases
Jun 21 20:34:34 ns2 master[28773]: about to exec /usr/lib/cyrus-imapd/idled
Jun 21 20:34:34 ns2 master[28770]: unable to create imap listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create imaps listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create pop3 listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create pop3s listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: ready for work
Jun 21 20:34:34 ns2 master[28775]: about to exec /usr/lib/cyrus-imapd/ctl_cyrusdb
Jun 21 20:34:34 ns2 ctl_cyrusdb[28775]: checkpointing cyrus databases
Jun 21 20:34:34 ns2 master[28776]: about to exec /usr/lib/cyrus-imapd/lmtpd
Jun 21 20:34:34 ns2 ctl_cyrusdb[28775]: archiving database file: /var/lib/imap/annotations.db
Jun 21 20:34:34 ns2 ctl_cyrusdb[28775]: archiving log file: /var/lib/imap/db/log.0000000001
Jun 21 20:34:34 ns2 ctl_cyrusdb[28775]: archiving database file: /var/lib/imap/mailboxes.db
Jun 21 20:34:34 ns2 ctl_cyrusdb[28775]: archiving log file: /var/lib/imap/db/log.0000000001
Jun 21 20:34:34 ns2 ctl_cyrusdb[28775]: done checkpointing cyrus databases
Jun 21 20:34:34 ns2 master[28770]: process 28775 exited, status 0
Jun 21 20:34:34 ns2 lmtpunix[28776]: executed
I have used the following detailed explanation to get postfix / cyrus up and running (it did work for FC3):
http://www.cs.wcupa.edu/~rkline/Linux/email.html
everything is okay, until I come at the following stage:
# su — cyrus
The cyrus user doesn't have a "real" home directory. We just need to "go through" it to cyradm shell:
-bash-3.00$ /usr/lib/cyrus-imapd/cyradm localhost
IMAP Password: (it wants the password for the cyrus user)
localhost.localdomain> help
I don't get this, I'm getting:
# su - cyrus
-bash-3.00$ /usr/lib/cyrus-imapd/cyradm localhost
cyradm: cannot connect to server
Postfixe / Cyrus are running but as the maillog already told not able to create imap and pop3 listener socket. I though ...hey the portnumbers 110 and 143 are not in the firewall. I have added these applied the changes to the firewall but still the same problem.
Anyone an idea how to fix this problem in FC4? the thing that's bugging me is:
Jun 21 20:34:34 ns2 master[28770]: unable to create imap listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create imaps listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create pop3 listener socket: Permission denied
Jun 21 20:34:34 ns2 master[28770]: unable to create pop3s listener socket: Permission denied
Hope anyone has an idea
Regards
Jordan van Bergen