This is a discussion on Re: HELO rejection within the mailing.postfix.users forums, part of the Mail Servers and Related category; Kevin W. Gagel wrote: > ----- Original Message Follows ----- > ---snip--- > >>mydestination = $myhostname, localhost, localhost.$mydomain, $mydomain >&...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Kevin W. Gagel wrote:
> ----- Original Message Follows ----- > ---snip--- > >>mydestination = $myhostname, localhost, localhost.$mydomain, $mydomain >>myhostname = cling.tacocat.net >>smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) >>smtpd_client_restrictions = permit_mynetworks >> reject_unauth_pipelining >> reject_multi_recipient_bounce >> reject_rbl_client relays.ordb.org >> reject_unknown_client >>smtpd_helo_restrictions = permit_mynetworks >> check_helo_access hash:/etc/postfix/helo >> reject_invalid_hostname >> reject_non_fqdn_hostname >> reject_unknown_hostname >>smtpd_sender_restrictions = reject_non_fqdn_sender >> reject_unknown_sender_domain >> reject_unverified_sender >> >> >>I believe that the email gets stuck on the >> smtpd_helo_restrictions = reject_unknown_hostname >>segment of my UCEs >> It appears that changing the entry from .domain.com to domain.com helped. |