Re: providing queue id for the clients

2021-02-09 Thread Wietse Venema
Zsombor B:
> Hi,
> 
> 
> > Please provide evidence.
> 
> This is the point. :)
> 
> External client sent us a mail we accepted with queue id "A".
> I have asked them to look for this "A" in their logs.
> I was told they can't find it in their logs.

Postfix also logs a Message-Id, which should be the same in their
logs.

Feb  9 02:15:17 spike postfix/smtpd[1248]: 4DZZ0j1z3LzJrNw: 
client=english-breakfast.cloud9.net[2604:8d00:0:1::7]
Feb  9 02:15:17 spike postfix/cleanup[1252]: 4DZZ0j1z3LzJrNw: 
message-id=<20210209071515.7d25340...@mail.example.com>

Wietse
> 
> Zsombor
> 
> 
> 
> Id?zet (Wietse Venema ):
> 
> > Zsombor B:
> >> It turned out during an investigation that our postfix servers don't
> >> provide a queue id for the external clients when accepting a new email.
> >
> > Please provide evidence.
> >
> > Postfix SMTP client logging:
> > ...  status=sent (250 2.0.0 Ok: queued as AA92365E6F)
> >
> > Wietse
> 
> 
> 


Re: providing queue id for the clients

2021-02-09 Thread Zsombor B

Hi,



Please provide evidence.


This is the point. :)

External client sent us a mail we accepted with queue id "A".
I have asked them to look for this "A" in their logs.
I was told they can't find it in their logs.


Zsombor



Idézet (Wietse Venema ):


Zsombor B:

It turned out during an investigation that our postfix servers don't
provide a queue id for the external clients when accepting a new email.


Please provide evidence.

Postfix SMTP client logging:
...  status=sent (250 2.0.0 Ok: queued as AA92365E6F)

Wietse





Re: providing queue id for the clients

2021-02-09 Thread @lbutlr
On 09 Feb 2021, at 05:45, Wietse Venema  wrote:
> Zsombor B:
>> It turned out during an investigation that our postfix servers don't  
>> provide a queue id for the external clients when accepting a new email.
> 
> Please provide evidence.
> 
> Postfix SMTP client logging: 
> ...  status=sent (250 2.0.0 Ok: queued as AA92365E6F)

The only thing that I see is that the queue id is a different form for mail 
user on the server versus mails to external addresses.

 # grep "status=sent" /var/log/mail.log | \
awk '{for(i=13;i<=NF;i++)  printf $i" "; print ""}

(250 2.0.0  yIXGF1V9ImDhVgAAIdGjjQ Saved)
(250 2.0.0 Ok: queued as B1AA63AB070)

Perhaps the different formatting from "enable_long_queue_ids = yes" is 
confusing the OP?

-- 
If I were you boys, I wouldn't talk or even think about women.
'T'ain't good for your health.



Re: providing queue id for the clients

2021-02-09 Thread Wietse Venema
Zsombor B:
> It turned out during an investigation that our postfix servers don't  
> provide a queue id for the external clients when accepting a new email.

Please provide evidence.

Postfix SMTP client logging: 
...  status=sent (250 2.0.0 Ok: queued as AA92365E6F)

Wietse


providing queue id for the clients

2021-02-08 Thread Zsombor B

Hi,



It turned out during an investigation that our postfix servers don't  
provide a queue id for the external clients when accepting a new email.


However the very same servers do provide queue id for internal mail servers.

Is there a specific configuration option to provide the queue id under  
any circumstances?


Thank you,
Zsombor