Re: Question about retry delivery

2023-02-25 Thread winnie hw
I am trying to resolve the problem when an undelivered message stays in queue too long, then the sender can't know this so they ask me why the sent message can't be gotten by others. any better solution? Thanks. On Sat, Feb 25, 2023 at 7:40 PM Benny Pedersen wrote: > winnie hw s

Re: remove msg from the queue

2023-02-24 Thread winnie hw
Thanks. that was implemented. $ sudo postsuper -d 3B862A27CE postsuper: 3B862A27CE: removed postsuper: Deleted: 1 message On Sat, Feb 25, 2023 at 8:05 AM Noel Jones wrote: > On 2/24/2023 5:49 PM, winnie hw wrote: > > For this item in mail log, > > > > Feb 25 07:46:24 mail

remove msg from the queue

2023-02-24 Thread winnie hw
For this item in mail log, Feb 25 07:46:24 mail postfix/smtp[1419048]: 3B862A27CE: to=, relay=none, delay=211, delays=151/0.02/60/0, dsn=4.4.1, status=deferred (connect to xxx.xxx[172.67.130.119]:25: Connection timed out) So "3B862A27CE" is the message ID? How can I remove this message from the q

Re: Question about retry delivery

2023-02-24 Thread winnie hw
Thanks. I have setup these two options in main.cf, maximal_queue_lifetime = 1d bounce_queue_lifetime = 1d On Fri, Feb 24, 2023 at 9:28 PM Matus UHLAR - fantomas wrote: > On 24.02.23 20:45, winnie hw wrote: > >When the peer MTA can't accept messages, my local postfix will ret

Question about retry delivery

2023-02-24 Thread winnie hw
Hello list, When the peer MTA can't accept messages, my local postfix will retry delivery for a few days. My question is, 1) how can I shorten the retry time? 2) when the first delivery fails, I want to notify the sender user, how to do it? Thanks.