Announcement

Collapse
No announcement yet.

problems recieving mails

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • problems recieving mails

    i'm quiet stupid in getting mta's running, so don't kill me if my problem seems to be boring

    Sending of mails should work, but recieving didn't.
    Looks like postfix uses nis instead of libnss-mysql?

    thx for any help

    Code:
    postfix/local[18477]: warning: lookup testuser, NIS domain serverkompetenz.net, map mail.aliases: internal yp server or client error
    postfix/local[18477]: E310B6E05AE: to=<testuser@mail.mydomain.de>, orig_to=<testuser@mydomain.de>, relay=local, delay=0.12, delays=0.09/0.0 dsn=4.3.0, status=deferred (alias database unavailable)
    Last edited by Guest; 11-15-2007, 03:42 PM.

  • #2
    i have the same problem

    Code:
    Dec 13 12:32:45 ******* postfix/local[6435]: BA5F77E4412: to=<************@mail.*****-*******.de>, orig_to=<briefkasten@*****-*******.de>, relay=local, delay=8588, delays=8588/0.12/0/0.01, dsn=4.3.0, status=deferred (alias database unavailable)
    Dec 13 12:32:45 ******* postfix/local[6430]: warning: lookup ************, NIS domain stratoserver.net, map mail.aliases: internal yp server or client error
    Dec 13 12:32:45 ******* postfix/local[6484]: DA62B7E4408: to=<************@mail.*****-*******.de>, orig_to=<briefkasten@*****-*******.de>, relay=local, delay=16168, delays=16168/0.1/0/0.06, dsn=4.3.0, status=deferred (alias database unavailable)
    Dec 13 12:32:45 ******* postfix/local[6431]: warning: lookup ************, NIS domain stratoserver.net, map mail.aliases: internal yp server or client error
    Dec 13 12:32:45 ******* postfix/local[6430]: CE1127E4416: to=<************@mail.*****-*******.de>, orig_to=<briefkasten@*****-*******.de>, relay=local, delay=26338, delays=26337/0.12/0/0.03, dsn=4.3.0, status=deferred (alias database unavailable)

    Comment


    • #3
      I installed Open-XChange on a Debian Box.

      Need help



      postfix/local[18462]: warning: lookup *****, NIS domain stratoserver.net, map mail.aliases: internal yp server or client error
      Dec 14 14:39:50 h1352444 postfix/local[18462]: 2E1E57E440C: to=<*****@*****.de>, orig_to=<*****@*****.de>, relay=local, delay=0.19, delays=0.15/0.02/0/0.02, dsn=4.3.0, status=deferred (alias database unavailable)
      This is the mail system at host **********.

      I'm sorry to have to inform you that your message could not
      be delivered to one or more recipients. It's attached below.

      For further assistance, please send mail to postmaster.

      If you do so, please include this problem report. You can
      delete your own text from the attached returned message.

      The mail system

      <*******@mail.********.de> (expanded from <briefkasten@*******.de>):
      mail for mail.*****.de loops back to myself

      Reporting-MTA: dns; *****.de
      X-Postfix-Queue-ID: DEBEF7E441E
      X-Postfix-Sender: rfc822; *****@web.de
      Arrival-Date: Thu, 13 Dec 2007 12:43:26 +0100 (CET)

      Final-Recipient: rfc822; *****@mail.*****.de
      Original-Recipient: rfc822;briefkasten@*****.de
      Action: failed
      Status: 5.4.6
      Diagnostic-Code: X-Postfix; mail for mail.*****.de loops back to myself

      config_directory = /etc/postfix
      mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
      mydestination = $myhostname,localhost.$mydomain
      myhostname = peter-kehl.de
      smtpd_recipient_restrictions = check_sender_access mysql:/etc/postfix/ox_senderrestrictions.cf, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
      smtpd_restriction_classes = local_only
      smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/ox_externaldomaincheck.cf
      smtpd_tls_cert_file = /etc/ssl/certs/eecert.pem
      smtpd_tls_key_file = /etc/ssl/private/eekey.pem
      virtual_alias_domains = mysql:/etc/postfix/ox_domains.cf
      virtual_alias_maps = mysql:/etc/postfix/ox_user_aliases.cf, mysql:/etc/postfix/ox_aliases.cf, mysql:/etc/postfix/ox_resource_aliases.cf, mysql:/etc/postfix/ox_group_aliases.cf
      Last edited by Guest; 12-14-2007, 03:41 PM.

      Comment


      • #4
        Originally posted by proflan View Post
        I installed Open-XChange on a Debian Box.

        Need help
        What's the output of
        Code:
        postconf | grep ^alias

        Comment


        • #5
          Hi Gertjan, thanks for answer.

          alias_database = hash:/etc/aliases
          alias_maps = hash:/etc/aliases, nis:mail.aliases

          Comment


          • #6
            Originally posted by proflan View Post
            Hi Gertjan, thanks for answer.
            Well, it's just an answer, not a solution.

            But when I'm lookng around, I only can find two options:
            Code:
            alias_maps = dbm:/etc/aliases, nis:mail.aliases
            or
            Code:
            alias_maps = hash:/etc/aliases
            As you can see, yours is a combination of these two. Is that correct? (It's just a suggestion, to be honest, I don't understand the nis:mail.aliases part.)

            Comment


            • #7
              Very funny thing, i added the follwoing to my main.conf

              alias_maps = hash:/etc/aliases
              alias_database = hash:/etc/aliases
              The "nis:mail.aliases" is away now and: Now it seems to work!

              Thank you very much for that idea! :-)

              Comment

              Working...
              X