|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: POP-before-SMTP overrides evertyghing else
From: Mailing List Account (mlist
sohoweb.net)Date: Wed May 17 2000 - 08:29:25 CDT
- Next message: Adam Levin: "performance issues"
- Previous message: Ralf Hildebrandt: "Re: Stripping Postfix to the bare minimum"
- Next in thread: Ralf Hildebrandt: "Re: POP-before-SMTP overrides evertyghing else"
- Reply: Ralf Hildebrandt: "Re: POP-before-SMTP overrides evertyghing else"
- Reply: Jason Hoos: "Re: POP-before-SMTP overrides evertyghing else"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I am using DRAC to provide POP-before-SMTP capability on my postfix server.
However, I want anyone who passes the POP-before-SMTP check to bypass all
other checks -- except header/virus checks. Right now, the MAPS DUL check
is keeping properly authenticated users (who connect using AOL) from sending.
smtpd_client_restrictions =
permit_mynetworks,
check_client_access
hash:/etc/postfix/access,
reject_maps_rbl,
reject_unauth_pipelining
smtpd_sender_restrictions =
permit_mynetworks,
check_sender_access
hash:/etc/postfix/access,
reject_unknown_sender_domain,
reject_maps_rbl
smtpd_recipient_restrictions =
permit_mynetworks,
permit_mx_backup,
check_client_access
hash:/etc/mail/dracd,
check_relay_domains
Do I just need to add
check_client_access
hash:/etc/mail/dracd,
To the top two sections, above the maps_rbl line?
Best,
Scott Temaat, President/CEO
SOHOWeb Technologies, LLC (http://www.sohoweb.net)
Sales/Admin: 888-421-SOHO Customer Service: 888-421-7981
Now Available: Web Presence services custom-fitted to your small business
needs and budget. No more one size fits all! Details at
http://www.smallbizhost.net
- Next message: Adam Levin: "performance issues"
- Previous message: Ralf Hildebrandt: "Re: Stripping Postfix to the bare minimum"
- Next in thread: Ralf Hildebrandt: "Re: POP-before-SMTP overrides evertyghing else"
- Reply: Ralf Hildebrandt: "Re: POP-before-SMTP overrides evertyghing else"
- Reply: Jason Hoos: "Re: POP-before-SMTP overrides evertyghing else"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]