Virtual domain problem

Discussion in 'Server Operation' started by laser144, Feb 6, 2009.

  1. laser144

    laser144 New Member

    Hi,

    One of the 2 domains I have set up using "up
    Virtual Users And Domains With Postfix, Courier And MySQL (Debian Etch)' does not accept mail.

    The domains are quitter.nl and sailmaster.nl.

    Sailmaster works, quitter does not.

    I haven't got a clue what's wrong. Any suggestions are most welcome.

    Rgdz,

    Anders

    from mail.log:

    Feb 6 10:11:59 nubicula postfix/smtpd[2985]: connect from smtp-vbr7.xs4all.nl[194.109.24.27]
    Feb 6 10:11:59 nubicula postfix/smtpd[2985]: 7304F1F264: client=smtp-vbr7.xs4all.nl[194.109.24.27]
    Feb 6 10:11:59 nubicula postfix/cleanup[2990]: 7304F1F264: message-id=<[email protected]>
    Feb 6 10:11:59 nubicula postfix/qmgr[2952]: 7304F1F264: from=<[email protected]>, size=919, nrcpt=1 (queue active)
    Feb 6 10:11:59 nubicula postfix/smtp[2991]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
    Feb 6 10:11:59 nubicula postfix/smtpd[2985]: disconnect from smtp-vbr7.xs4all.nl[194.109.24.27]
    Feb 6 10:11:59 nubicula postfix/smtp[2991]: 7304F1F264: to=<[email protected]>, relay=none, delay=0.14, delays=0.12/0.02/0/0, dsn=4.4.1, status=deferred (connect to 127.0.0$
    Feb 6 10:15:19 nubicula postfix/anvil[2988]: statistics: max connection rate 1/60s for (smtp:194.109.24.27) at Feb 6 10:11:59
    Feb 6 10:15:19 nubicula postfix/anvil[2988]: statistics: max connection count 1 for (smtp:194.109.24.27) at Feb 6 10:11:59
    Feb 6 10:15:19 nubicula postfix/anvil[2988]: statistics: max cache size 1 at Feb 6 10:11:59


    message in bounced mail:

    The original message was received at Fri, 6 Feb 2009 10:12:07 +0100 (CET)
    from sailmaster.nl [84.245.31.182]

    ----- The following addresses had permanent fatal errors -----
    <[email protected]>
    (reason: 554 5.7.1 <[email protected]>: Relay access denied)

    ----- Transcript of session follows -----
    ... while talking to smtp01.vip.nl.:
    >>> >>> DATA
    <<< 554 5.7.1 <[email protected]>: Relay access denied
    554 5.0.0 Service unavailable (554 5.7.1 <[email protected]>: Relay access denied)
    <<< 554 5.5.1 Error: no valid recipients



    Reporting-MTA: dns; smtp-vbr9.xs4all.nl
    Received-From-MTA: DNS; sailmaster.nl
    Arrival-Date: Fri, 6 Feb 2009 10:12:07 +0100 (CET)

    Final-Recipient: RFC822; [email protected]
    Action: failed
    Status: 5.7.1
    Remote-MTA: DNS; smtp01.vip.nl
    Diagnostic-Code: SMTP; 554 5.7.1 <[email protected]>: Relay access denied
    Last-Attempt-Date: Fri, 6 Feb 2009 10:12:08 +0100 (CET)



    Return-Path: <[email protected]>
    Received: from [192.168.1.12] (sailmaster.nl [84.245.31.182])
    (authenticated bits=0)
    by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id n169C735091437
    (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
    for <[email protected]>; Fri, 6 Feb 2009 10:12:07 +0100 (CET)
    (envelope-from [email protected])
    Message-ID: <[email protected]>
    Date: Fri, 06 Feb 2009 10:12:48 +0100
    From: Anders Nielsen <[email protected]>
    User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
    MIME-Version: 1.0
    To: [email protected]
    Subject: test quitter
    Content-Type: text/plain; charset=ISO-8859-1; format=flowed
    Content-Transfer-Encoding: 7bit
    X-Virus-Scanned: by XS4ALL Virus Scanner
     
  2. touchtecservers

    touchtecservers New Member

    If it is anything similar to the relay access denied messages I got, it is because the domain name for which the email address is sent is not in your mydestination or virtual list.
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Please check if the MX record for quitter.nl is pointing to the right host:
    Code:
    dig mx quitter.nl
     

Share This Page