sh: /etc/init.d/courier-imap: No such file or directory

Discussion in 'Installation/Configuration' started by Taleman, Mar 17, 2017.

  1. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Updated ISPConfig 3.1.1p1 to 3.1.2. This is a multiserver setup. Debian Wheezy.

    On mail server host, I get errors:

    Code:
    Starting Postfix Mail Transport Agent: postfix.
    Stopping amavisd: amavisd-new.
    Starting amavisd: amavisd-new.
    Stopping ClamAV daemon: clamd.
    Starting ClamAV daemon: clamd .
    sh: /etc/init.d/courier-authdaemon: No such file or directory
    sh: /etc/init.d/courier-imap: No such file or directory
    sh: /etc/init.d/courier-imap-ssl: No such file or directory
    sh: /etc/init.d/courier-pop: No such file or directory
    sh: /etc/init.d/courier-pop-ssl: No such file or directory
    Restarting IMAP/POP3 mail server: dovecot.
    Restarting web server: apache2 ... waiting ...
    Update finished.
    
    Where can I find the part that makes ISPConfig try to use courier. Only courier package installed is courier-authlib.

    Also, before that there was lots of errors about unused parameter:
    Code:
    Updating Crontab
    Restarting services ...
    /usr/sbin/postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_bind_address=127.0.0.1
    Stopping Postfix Mail Transport Agent: postfix.
    postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_bind_address=127.0.0.1
    ...
    /usr/sbin/postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_bind_address=127.0.0.1
    ...
    
    I guess these are harmless, but should I remove that setting or replace it with the visible IP address of the mail server?
     
  2. iNet Specialists

    iNet Specialists New Member

    That particular setting is useless in the newer versions of postfix, it can be removed.

    Depending on how your mail server operates, you probably want to just keep the defaults.

    There is more detailed information in the postconf man pages under the 'inet_interfaces' section.
    Code:
    # man 5 postconf
    /inet_interfaces
     
  3. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    courier-authdaemon: No such file or directory ... Restarting IMAP/POP3 mail server: dovecot

    The updater detects courier and dovecot on your server. you can check this using which courierlogger
     

Share This Page