OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: NOQUEUE: reject Error on postfix server

From: mouss (moussnetoyen.net)
Date: Mon Apr 21 2008 - 12:32:08 CDT


John Carlson wrote:
> Hello All,
>
> I am a noob to this list so please be patient with me..
> I am getting this message in my log:
>
> Apr 21 08:26:28 fergusfalls postfix/smtpd[5601]: NOQUEUE: reject: RCPT
> from unknown[32.160.76.59]: 554 5.7.1 <xxxxgmail.com>: Relay access
> denied; from=<xxxphp-realty.com> to=<xxxxgmail.com> proto=ESMTP
> helo=<Inbox>
>
> I am trying to send mail through my server from my mobile phone. I
> have set my mail client on my phone to first use no authentication to
> logon to the server to send a message and then I also tried by logging
> on, but it doesn't seem to matter what I do.. I get this message
> everytime.
>

to relay mail; either send from a trusted client (mynetworks) or
authenticate. you are rejected because you are not one of these. you
probably need to see why you client doesn't authenticate.
> Here is my postfinger info:
>
> [rootfergusfalls bin]# postfinger
> postfinger - postfix configuration on Mon Apr 21 09:02:00 CDT 2008
> version: 1.30
>
> Warning: postfinger output may show private configuration information,
> such as ip addresses and/or domain names which you do not want to show
> to the public. If this is the case it is your responsibility to modify
> the output to hide this private information. [Remove this warning with
> the --nowarn option.]
>
> --System Parameters--
> mail_version = 2.4.5
> hostname = fergusfalls.org
> uname = Linux fergusfalls.org 2.6.23.1-42.fc8 #1 SMP Tue Oct 30
> 13:55:12 EDT 2007 i686 athlon i386 GNU/Linux
>
> --Packaging information--
> looks like this postfix comes from RPM package: postfix-2.4.5-2.fc8
>
> --main.cf non-default parameters--
> alias_maps = hash:/etc/aliases
> allow_percent_hack = no
> append_at_myorigin = no
> append_dot_mydomain = no
> header_checks = regexp:/etc/postfix/header_checks
> mailq_path = /usr/bin/mailq.postfix
> manpage_directory = /usr/share/man
> myorigin = $mydomain
> newaliases_path = /usr/bin/newaliases.postfix
> readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES
> relay_domains = $mydestination, mnww.com, themidweek.com
> sample_directory = /usr/share/doc/postfix-2.4.5/samples
> sendmail_path = /usr/sbin/sendmail.postfix
> smtpd_client_restrictions = permit_inet_interfaces

this is original. This is the first time I see permit_inet_interfaces here.

> permit_sasl_authenticated
> smtpd_recipient_restrictions = permit_inet_interfaces

and here again.
> permit_mynetworks permit_sasl_authenticated reject_unauth_destination
> swap_bangpath = no
> transport_maps = hash:/etc/postfix/transport
> virtual_alias_maps = hash:/etc/postfix/virtual
>
> --master.cf--
> smtp inet n - n - - smtpd -o
> content_filter=spamassassin
> pickup fifo n - n 60 1 pickup
> cleanup unix n - n - 0 cleanup
> qmgr fifo n - n 300 1 qmgr
> tlsmgr unix - - n 1000? 1 tlsmgr
> rewrite unix - - n - - trivial-rewrite
> bounce unix - - n - 0 bounce
> defer unix - - n - 0 bounce
> trace unix - - n - 0 bounce
> verify unix - - n - 1 verify
> flush unix n - n 1000? 0 flush
> proxymap unix - - n - - proxymap
> smtp unix - - n - - smtp
> relay unix - - n - - smtp
> -o fallback_relay=
> showq unix n - n - - showq
> error unix - - n - - error
> retry unix - - n - - error
> discard unix - - n - - discard
> local unix - n n - - local
> virtual unix - n n - - virtual
> lmtp unix - - n - - lmtp
> anvil unix - - n - 1 anvil
> scache unix - - n - 1 scache
> spamassassin unix - n n - - pipe
> user=spamd argv=/usr/bin/spamc -e /usr/sbin/sendmail.postfix -oi -f
> ${sender} ${recipient}
>
> -- end of postfinger output --
>
> I run multiple virtual domains on this machine, and I've got most
> everything worked out but I cannot figure out this one.
> Please Help!
>
> John