For example. to offer AUTH only to 192.0.2.0-192.0.2.255:
# main.cf
smtpd_sasl_exceptions_networks = !192.0.2.0/24 static:all
See also
http://www.postfix.org/postconf.5.html#smtpd_sasl_exceptions_networks
Or for an alternative method:
http://www.postfix.org/postconf.5.html#smtpd_discard_ehlo_keyword_address_maps
--
Noel Jones
ermode=yes
With a modern email client like TBird, it's generally preferred to use
STARTTLS (that's the TLS button in TBird) on the "submission" port
587.
-- Noel Jones
l_path = private/auth
> smtpd_sasl_security_options = noanonymous
> smtpd_sasl_type = dovecot
> unknown_local_recipient_reject_code = 550
> ---
I don't see any references to tls in your postconf -n output. Has
postfix been built wi
ia
TLS/SSL unless you enable TLS/SSL in postfix.
For easy setup of postfix TLS, see
http://www.postfix.org/TLS_README.html#quick-start
(but be sure to read the whole document, not just the quick-start section).
-- Noel Jones
?
> I would like to enable sieve on a system where I have aliasses which point
> to multiple recipients.
> For some reason dovecot needs the DRhu flags. The D flag needs
> dovecot_destination_recipient_limit=1 which prevents those multiple
> recipients.
>
> Or am I missing something ?
dovecot_destination_recipeint_limit=1 tells postfix to deliver
recipients one at a time; multiple recipients still work fine, just
requires multiple deliveries.
Sounds like you're trying to solve a problem that doesn't exist.
-- Noel Jones
tfix config, firewall, DNS, ISP ... but not related to
dovecot.
If yes, then postfix log entries will show where it puts the local
mail. Make sure dovecot is looking in the same place with "dovecot
-n"
--
Noel Jones