On 4/20/2016 1:36 PM, jaso...@mail-central.com wrote:
> 
> 
> On Wed, Apr 20, 2016, at 11:08 AM, Wietse Venema wrote:
>> SENDMAIL(1)                                                     SENDMAIL(1)
>>
>>      ...
>>        -bv    Do not collect or deliver a  message.  Instead,  send  an  
>> email
>>               report  after  verifying each recipient address.  This is 
>> useful
>>               for testing address rewriting and routing configurations.
> 
> Thanks.
> 
> Probes with 'sendmail -bv' work, from my shell, with no error. :-/
> 
> Since it's not identical to the path/process an inbound mail takes, which I 
> think is what this means
> 
>       > Actually, it's a different fake delivery status notification message
>       > than with address probes; it becomes a real email message. Verify
>       > probe results are absorbed internally.
> 
> I susepct it's not touching whatever I've done to cause my problem.
> 
> I turned up debug logging (wow, noisy!), and am staring at this bit which 
> IIUC is the address verify in progress.  Notice the ERROR,
> 


You're making this too complicated.  Test one thing at a time, then
change one thing at a time.

1. turn off debug logging.  you don't need it.
2. look at the logging from smtp NOT smtpd.
3. fix the problem reported.

simplify your config -- remove any unnecessary parameters,
especially any address_verification_* parameters and master.cf -o
overrides.

if you're still getting the "loops back" error,
1. check the log to see if postfix is connecting to the "right" host
2. don't configure multiple hosts with the same postfix myhostname
parameter.



  -- Noel Jones

Reply via email to