Recieving some emails postfix "NOQUEUE: reject: RCPT from" " Relay access denied"

Discussion in 'Installation/Configuration' started by smartman192, Dec 29, 2008.

  1. smartman192

    smartman192 New Member

    Alright so here is the issue. I have completely setup ispconfig with postfix and everything works great. one issue though.

    I am only recieving some email. I have been watching my logs and I noticed an issue. I sent an email from one of my servers that I have with godaddy (I am trying to move away from with ispconfig) and when I send the email the logs create this below and I also don't recieve it....


    Code:
    Dec 28 02:49:21 server3 postfix/smtpd[6417]: connect from k2smtpout06-01.prod.mesa1.secureserver.net[64.202.189.102]
    Dec 28 02:49:21 server3 postfix/smtpd[6417]: NOQUEUE: reject: RCPT from k2smtpout06-01.prod.mesa1.secureserver.net[64.202.189.102]: 554 <[email protected]>: Relay access denied; from=<[email protected]> to=<[email protected]> proto=SMTP helo=<k2smtpout06-01.prod.mesa1.secureserver.net>
    Dec 28 02:49:21 server3 postfix/smtpd[6417]: disconnect from k2smtpout06-01.prod.mesa1.secureserver.net[64.202.189.102]
    Dec 28 02:52:41 server3 postfix/anvil[6172]: statistics: max connection rate 1/60s for (smtp:64.202.189.88) at Dec 28 02:46:20
    Dec 28 02:52:41 server3 postfix/anvil[6172]: statistics: max connection count 1 for (smtp:64.202.189.88) at Dec 28 02:46:20
    Dec 28 02:52:41 server3 postfix/anvil[6172]: statistics: max cache size 3 at Dec 28 02:49:21
    I have tried a ton of different things and nothing seems to work. I have searched all over the forms and online and I can't find the fix. Ether my dns is messed up or something in the postfix config is messed up I figure but I haven't found it.

    The weridest thing is thou, I have already multiple domains on this ispconfig server and I used that email on the godaddy server, sent an email to almost every email address on the ispconfig server and one of the email addresses recieved the message. I looked that the configuration and there is nothing about it that is different from all the others. It just doesn't make sense.

    Can someone help? Ill post any information needed... I am reluctant to post my domains and ip addresses.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. smartman192

    smartman192 New Member

    Yes it is in the /etc/postfix/virtusertable file
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check if there is more then one MX record for the domain, if yes, make sure that all mx records point to the correct mailserver. Then test if all authoritive nameservers returmn the correct mx records. You can test this e.g. with the command:

    dig @ns1.nameserver.tld MX fakeemail.com2

    and then

    dig @ns2.nameserver.tld MX fakeemail.com2
     

Share This Page