On Fri, Jan 23, 2009 at 08:52:27AM +0200, bharathan kailath wrote: > the following is my main.cf > =================== > relay_recipient_maps =hash:/etc/postfix/relay_recipients > mime_header_checks = pcre:/etc/postfix/mime_header_checks > disable_dns_lookups = no > mailbox_command = > mailbox_transport = > strict_8bitmime = no > disable_mime_output_conversion = no > smtpd_sender_restrictions = hash:/etc/postfix/access > smtpd_client_restrictions = > smtpd_helo_required = yes > disable_vrfy_command=yes > smtpd_helo_restrictions = > strict_rfc821_envelopes = no > smtpd_recipient_restrictions = > reject_non_fqdn_recipient > reject_non_fqdn_sender > reject_unknown_sender_domain > reject_unknown_recipient_domain > permit_mynetworks > reject_unauth_destination > check_recipient_access hash:/etc/postfix/roleaccount_exceptions > reject_non_fqdn_hostname > reject_invalid_hostname > check_client_access cidr:/etc/postfix/spam_cidr > check_helo_access pcre:/etc/postfix/helo_checks > reject_rbl_client zen.spamhaus.org > reject_rhsbl_sender dsn.rfc-ignorant.org > permit > > smtpd_data_restrictions = > reject_multi_recipient_bounce > reject_unauth_pipelining > permit
Looks fine, just a few extraneous, but harmless, default settings that could be dropped. You may find "dsn.rfc-ignorant.org" too aggressive for outright rejection of mail. In what sense is this a "relay config"? It will only accept mail for <u...@$myhostname> or <u...@localhost> and deliver it locally... http://www.postfix.org/BASIC_CONFIGURATION_README.html -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:majord...@postfix.org?body=unsubscribe%20postfix-users> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.