On 2012-03-24 20:15:59, Reid Thompson wrote:
> I'd like to configure my server to accept from the internet only
> emails from my family (approx 10 email addresses). I'd like to
> reject all other email.  How would I go about doing this -- is there
> a recipe for this on the internet somewhere that someone could point
> me to?

As stated you may want to look into check_sender_access:
<http://www.postfix.org/postconf.5.html#smtpd_sender_restrictions>

> I.E. when traveling, or sending personal email from outside our
> home, i'd like to have our email clients send our mail through our
> server.

If you want to authenticate the email client you can use SASL
<http://www.postfix.org/SASL_README.html> and/or TLS
<http://www.postfix.org/TLS_README.html>.  Most email clients support smtp
authentication, and I prefer TLS for postfix peers.


/Allan
-- 
Allan Wind
Life Integrity, LLC
<http://lifeintegrity.com>

Reply via email to