OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Alexander Keller (kelleristac.de)
Date: Thu Feb 15 2001 - 07:58:23 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    Hi,

    I am using the postfix-snapshot 20010204. I try to deliver
    mail with lmtp to a cyrus 2.0.11 server running on another machine. It
    seems, that postfix is not trying to authenticate also I think I used the
    right parameters acording to the LMTP_README.

    Here is my postconf -n:

    [rootsposa7 conf]# /opt/postfix/bin/postconf -n
    alias_database = hash:/opt/postfix/etc/aliases
    alias_maps = hash:/opt/postfix/etc/aliases
    command_directory = /opt/postfix/bin
    daemon_directory = /opt/postfix/libexec
    default_destination_concurrency_limit = 50
    delay_warning_time = 4h
    inet_interfaces = 212.18.16.153
    lmtp_sasl_auth_enable = yes
    lmtp_sasl_password_maps = hash:/opt/postfix/etc/lmtp_sasl_pass
    local_destination_concurrency_limit = 10
    mail_owner = postfix
    mailbox_transport = lmtp:inet:sposa5.istac.de
    mydestination = sposa7.istac.de
    mydomain = istac.de
    myhostname = sposa7.istac.de
    myorigin = sposa7.istac.de
    queue_directory = /opt/postfix/postfix-spool

    I have created a file /opt/postfix/etc/lmtp_sasl_pass

    with the content:
    localhost.istac.de postmaster:secret
    localhost postmaster:secret
    127.0.0.1 postmaster:secret
    sposa5.istac.de postmaster:secret
    212.18.16.153 postmaster:secret
    sposa7.istac.de postmaster:secret

    and executed a postmap ... afterwards. I played a little bit with the
    filename and it seems that postfix is really reading the file because it
    complains if I change it in the configuration file (this should be ok
    ;-)).

    If I send a mail to an existing user on the lmtp server it always gets
    bounced with:
     
    Feb 15 15:42:50 sposa5
    postfix/lmtp[3040]: 54B8A3BFA3: to=<testusersposa7.istac.de>,
    relay=sposa5.istac.de[212.18.16.151], delay=1, status=bounced (host
    sposa5.istac.de[212.18.16.151] said: 530 Authentication required)

    I tried to debug the lmtp client with lmtp -v and it seems, that postfix
    really does not try to authenticate. I can send the logs if one need
    these.

    Is there anything else besides the two lmtp_sasl_... parameters I have to
    configure or do I have the wrong entries in the lmtp_sasl_pass file (wrong
    hostname??)? I'm stuck.

    Regards
            Alexander Keller