Amavis goes into loop

From: Spidey Knepscheld (spidey_at_act.co.za)
Date: 09/21/04

  • Next message: Meshbah Uddin Ahmed: "Howto Filter Mails"
    To: <FreeBSD-isp@freebsd.org>
    Date: Tue, 21 Sep 2004 09:39:15 +0200
    
    

    HI Guys
     
    Amavis seems to go into a loop when that happens I can see the following
    error in the main log : retry not reached for any hosts then I run the
    following to fix it but it keeps coming back after a few hours :
     
    /usr/local/etc/rc.d/amavisd.sh stop

    /etc/rc.d/exim stop

    cd /home/var-mirror/

    rm -r amavis

    mkdir amavis

    chown vscan:vscan amavis

    chmod o-rwx amavis

    cd amavis

    mkdir db

    chown vscan:vscan db

    rm -r /var/spool/exim/input

    rm /var/spool/exim/db/retry*

    /usr/local/etc/rc.d/amavisd.sh start

    /etc/rc.d/exim start

     

    How can I stop this from happening ?

    Spidey

    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: Meshbah Uddin Ahmed: "Howto Filter Mails"