• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

OpenSuSE cannot start all mail-subservices

metalalisa

Basic Pleskian
Hi,

I have openSUSE 12.2 with Plesk 11.0.9 Update #48.
After system and Plesk upgrade service courier-imap cannot started properly. It only starts pop3-service, but not all others - pop3s, imap(s).

I found in logs only one message with mail error:
Code:
/var/log/messages:May  7 07:14:29 syslog-ng[679]: Error opening file for writing; filename='/usr/local/psa/var/log/maillog', error='Permission denied (13)'

Is this the reason? Can you help me?
 
make sure that you have correct permissions for this file

# stat /usr/local/psa/var/log/maillog

Access: (0640/-rw-r-----) Uid: ( 0/ root) Gid: ( 0/ root)
 
permissions are correct

# stat /usr/local/psa/var/log/maillog

Access: (0640/-rw-r-----) Uid: ( 0/ root) Gid: ( 0/ root)
 
Hi,

I have openSUSE 12.2 with Plesk 11.0.9 Update #48.
After system and Plesk upgrade service courier-imap cannot started properly. It only starts pop3-service, but not all others - pop3s, imap(s).

I found in logs only one message with mail error:
Code:
/var/log/messages:May  7 07:14:29 syslog-ng[679]: Error opening file for writing; filename='/usr/local/psa/var/log/maillog', error='Permission denied (13)'

Is this the reason? Can you help me?

While this looks to be a certain problem, it's unlikely that this is the cause.

Please try killing all Courier processes in the system manually and restarting courier-imap service. Systemd has some quirks with composite service scripts (which courier-imap is in 11.0.9).
 
I have restarted server today three times. Each time - the same.
Finally I added into /etc/init.d/ script that starts all services manually.
 
Back
Top