RE: intergrate cyrus and postfix

From: Kern, Tom (no email)
Date: Fri Feb 04 2005 - 11:58:57 EST

  • Next message: Igor Brezac: "Re: cyrus-sasl-2.1.20 and db-4.3.27 problem (atleast I think its in db)"

    Carl P. Corliss wrote:
    > You already know this to be untrue - as posted by Magnus Bäck on
    > the postfix-users mailing list (to your exact same question there),
    > you only need deliver if that's the method in which you want to have
    > messages passed off to cyrus.
    >
    > The people over on postfix-users mailing list have also already
    > explained that you should be using LMTP (not cyrus' deliver). Perhaps
    > it might be a good idea to read the README.postfix.gz that Hans Van
    > Kranenburg was kind enough to send you. Might also be a good idea to
    > follow his suggestions in his most recent posting on the
    > postfix-users mailing list - or those of Magnus Bäck and Matt, etc.
    >
    > Also, I still haven't seen you post a link to any logs with
    > errors that you recv (both here or on the postfix-users mailing
    > list).......

    When i run a search of an email sent to an imap mailbox address(), this is what I get-

    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: < mta1.charmer.com[127.0.0.1]: rcpt to:
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: extract_addr: input:
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: smtpd_check_addr: addrFeb 4 10:55:21 mta1 postfix/smtpd[24927]: send attr address =
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: input attribute value:
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: rewrite_clnt: canonicalize: ->
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: send attr address =
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: input attribute value:
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: resolve_clnt: `' -> transp=`local' host=`sales.charmer.com' rcpt=`' flags= class=local
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: ctable_locate: install entry key
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: extract_addr: result:
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: reject_unauth_destination:
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: permit_auth_destination:
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: ctable_locate: leave existing entry key
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: ctable_locate: leave existing entry key
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: maps_find: recipient_canonical_maps: : not found
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: mail_addr_find: -> (not found)
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: maps_find: canonical_maps: : not found
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: mail_addr_find: -> (not found)
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: maps_find: virtual_alias_maps: : not found
    Feb 4 10:55:21 mta1 postfix/smtpd[24927]: mail_addr_find: -> (not found)
    Feb 4 15:55:31 mta1 amavis[25877]: (25877-10) ESMTP::10024 /var/amavis/amavis-20050204T155213-25877: <> -> <> Received: SIZE=367 from mta1.charmer.com ([127.0.0.1]) by localhost (mta1.charmer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25877-10 for <>; Fri, 4 Feb 2005 15:55:31 +0000 (UTC)
    Feb 4 15:55:31 mta1 amavis[25877]: (25877-10) Checking: <> -> <>
    Feb 4 15:55:35 mta1 amavis[25877]: (25877-10) FWD via SMTP: [127.0.0.1]:10025 <> -> <>
    Feb 4 15:55:35 mta1 amavis[25877]: (25877-10) Passed, <tkern at charmer dot com> -> <tkern at sales dot charmer dot com>, Message-ID: <>, Hits: 1.676
    Feb 4 10:55:35 mta1 postfix/smtp[24612]: 26CC928497A: to=<>, relay=localhost[127.0.0.1], delay=26, status=sent (250 2.6.0 Ok, id=25877-10, from MTA: 250 Ok: queued as 68A1028498F)
    Feb 4 11:07:40 mta1 postfix/smtpd[24927]: ctable_locate: purge entry key

    what else should i be looking for?

    thanks

    >
    >
    > Kern, Tom wrote:
    >> I already have that in main.cf
    >> its my understanding that i need the path to the deliver program in
    >> master.cf for cyrus to work with postfix.
    >>
    >> thanks
    >>
    >> -----Original Message-----
    >> From: Carl P. Corliss [mailto:]
    >> Sent: Thursday, February 03, 2005 2:06 PM
    >> To: Kern, Tom
    >> Subject: Re: intergrate cyrus and postfix
    >>
    >>
    >> try using lmtp as it incurs less overhead than using deliver. In
    >> your main.cf
    >> use something like:
    >>
    >> mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
    >> or
    >> virtual_transport = lmtp:unix:/var/imap/socket/lmtp
    >>
    >> you'll need to read up on the postfix site to determine exactly
    >> which one should
    >> should use (a good start would be:
    >> http://www.postfix.org/VIRTUAL_README.html).
    >>
    >> Cheers,
    >>
    >> --
    >> Carl
    >>
    >
    > ---
    > Cyrus Home Page: http://asg.web.cmu.edu/cyrus
    > Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
    > List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html


  • Next message: Igor Brezac: "Re: cyrus-sasl-2.1.20 and db-4.3.27 problem (atleast I think its in db)"





    Hosted Email Solutions

    Invaluement Anti-Spam DNSBLs



    Powered By FreeBSD   Powered By FreeBSD