Problem with mail queue

Discussion in 'Installation/Configuration' started by Colypso, Jun 6, 2011.

  1. Colypso

    Colypso New Member

    Followed the Ubuntu 10.04 The Perfect Server ISPConfig 3 tutorial and had no issues until I recently rebooted.

    Checked my mail logs and this had this error

    (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)

    When I run /etc/init.d/amavis restart I get

    Stopping amavisd: (not running).
    Starting amavisd: run-parts: failed to open directory /usr/share/amavis/conf.d: No such file or directory
    drop_priv: No such username:
    (failed).

    Any ideas as to how to fix this?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Seems as if the amavisd configuration on your setup is broken. Please try to reinstall amavis:

    apt-get install --reinstall amavisd-new
     
  3. Colypso

    Colypso New Member

    I will try this later, but for now I resolved the issue by disabling amavisd by commenting the following lines in my /etc/postfix/main.cf

    # content_filter = amavis:[127.0.0.1]:10024
    # receive_override_options = no_address_mappings

    and then a restart of postfix

    /etc/init.d/postfix restart

    since this is installed on a small vps with only 512 ram I thought it may be a performance issue
     

Share This Page