Thanks Wietse but the sending IP is not listed in $mytetworks...
---Pedro.
From: Wietse Venema <[email protected]>
To: Postfix users <[email protected]>
Sent: Thursday, December 15, 2016 1:15 PM
Subject: Re: Recipient verification with sending IP equal to probe IP
Pedro David Marco:
> Hi!
> I am doing recipient address verification with reject_unverified _recipient
> and it works pretty well, but i havenoticed that when the sending IP is the
> same as the vrfy probing IP address, then this restriction is not applied.
> does it make sense?
> i have this in in my main.cf:
> mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104
> [::1]/128smtpd_recipient_restrictions =
> permit_mynetworks, reject_unauth_destination,
> reject_unknown_recipient_domain,
>reject_unauth_pipelining, reject_unverified
>_recipientsmtpd_sender_restrictions = permit_mynetworks,
> reject_unknown_sender_domain
>
> There are no errors in the log, except some verify cache Berkeley bug that
> Wietse mentioned some time ago were safe to ignore: postfix/verify[2234]:
> close database /var/lib/postfix/verify_cache.db: No such file or directory
> (possible Berkeley DB bug)
>
Type: "man 5 postconf", look for permit_mynetworks
Wietse