installing SA-exim stopped mail delivery to Cyrus IMAP server

From: Aaron Stromas (passogiau_at_gmail.com)
Date: 11/03/05

  • Next message: Frank Gevaerts: "Re: Default Route On Boot."
    Date: Thu, 3 Nov 2005 09:23:31 -0500
    To: debian-user@lists.debian.org
    
    

    Hi,

    I am running Exim4 MTA with Cyrus 2.1 IMAP server. After installing Sa-exim
    module. I followed the HOWTO

    http://www.clues.ltd.uk/howto/debian-sa-fprot-HOWTO.txt to enable
    SA-exim. After doing that, no mail is delivered to cyrus mail boxes.
    In /var/spool/exim4/msglog I see files containing something

    2005-11-03 09:45:57 Received from drawbackmistedit@userbeam.com
    H=(66.159.78.212 <http://66.159.78.212>) [211.40.81.151
    <http://211.40.81.151>] P=smtp S=4891
    id=1415281299944285589672.28c5730913wj@nevada.co.jp
    2005-11-03 09:45:58 SMTP error from remote mailer after end of data:
    host localhost.localdomain [127.0.0.1 <http://127.0.0.1>]: 450 4.4.1
    Can't connect to 127.0.0.1 <http://127.0.0.1> port 10025, Connection
    refused at /usr/sbin/amavisd-new line 2912, <GEN9> line 1047.,
    id=07438-10
    2005-11-03 09:45:58 ams@izoard.com R=amavis T=amavis defer (0): SMTP
    error from remote mailer after end of data: host localhost.localdomain
    [127.0.0.1 <http://127.0.0.1>]: 450 4.4.1 Can't connect to 127.0.0.1
    <http://127.0.0.1> port 10025, Connection refused at
    /usr/sbin/amavisd-new line 2912, <GEN9> line 1047., id=07438-10
    2005-11-03 10:03:03 SMTP error from remote mailer after end of data:
    host localhost.localdomain [127.0.0.1 <http://127.0.0.1>]: 450 4.4.1
    Can't connect to 127.0.0.1 <http://127.0.0.1> port 10025, Connection
    refused at /usr/sbin/amavisd-new line 2912, <GEN9> line 889.,
    id=08386-06
    2005-11-03 10:03:03 ams@izoard.com R=amavis T=amavis defer (0): SMTP
    error from remote mailer after end of data: host localhost.localdomain
    [127.0.0.1 <http://127.0.0.1>]: 450 4.4.1 Can't connect to 127.0.0.1
    <http://127.0.0.1> port 10025, Connection refused at
    /usr/sbin/amavisd-new line 2912, <GEN9> line 889., id=08386-06

    Indeed, no process is listening on port 10025. As far, as I
    understand, Cyrus is listening on LMTP socket. I changed

    $forward_method = 'smtp:127.0.0.1:10025 <http://127.0.0.1:10025>';

    to

    $forward_method = '/var/run/cyrus/socket/lmtp';

    in /etc/amavisd.conf but it did not work :(

    Help, please. TIA,

    -a

    -- 
    To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
    with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
    

  • Next message: Frank Gevaerts: "Re: Default Route On Boot."