|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Ralf Hildebrandt (news-list.postfix.users
innominate.de)Date: Mon Jul 09 2001 - 08:48:23 CDT
On 9 Jul 2001 15:38:46 +0200, Jay Livens <jlivens
mit.edu> wrote:
> allow_percent_hack = no
This if fine
> maps_rbl_domains = rbl.maps.vix.com, dul.maps.vix.com
These don't work. Use blackholes.mail-abuse.org, dialups.mail-abuse.org
> mydestination = $myhostname, localhost.$mydomain, $mydomain
> /etc/postfix/localdomains
> mynetworks = 127.0.0.1/32 #, 66.92.78.13/32, 192.168.0.1/24
This doesn't work. the "#" MUST be the FIRST sign of the line in order
for that line to be recognized as a comment!
> myhostname = mail.livens.org
> mynetworks = 127.0.0.1/32 #, 66.92.78.13/32, 192.168.0.1/24
Why are these duplicated?
Check you main.cf for these. You might have some problems there!
> smtpd_recipient_restrictions = permit_mynetworks, permit_mx_backup,
> check_relay_domains,
> reject_unauth_destination,
> reject_unauth_pipelining,
> reject_unknown_sender_domain,
> reject_non_fqdn_recipient,
> reject_non_fqdn_senders,
> reject
Try these:
smtpd_recipient_restrictions =
permit_mynetworks,
permit_mx_backup,
reject_unauth_destination,
reject_non_fqdn_recipient,
reject_non_fqdn_senders,
reject_unknown_sender_domain,
permit
both check_relay_domains and reject_unauth_destination make no sense
(since check_relay_domains returns EITHER OK or REJECT, and
reject_unauth_destination only returns REJECT or DUNNO)
> swap_bangpath = no
OK.
-- ralf.hildebrandtinnominate.com innominate AG Technical Consultant Don't be afraid of what you see - Diplom-Informatiker be afraid of what you don't see! tel: +49.(0)7000.POSTFIX fax: +49.(0)30.308806-77
- To unsubscribe, send mail to majordomo
postfix.org with content (not subject): unsubscribe postfix-users
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]