AW: AW: AW: Change default reject message

2021-04-23 Thread rudolf
-Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org Im Auftrag von Wietse Venema Gesendet: Freitag, 23. April 2021 20:39 An: Postfix users Betreff: Re: AW: AW: Change default reject message rud...@padaru.de: > Since Postfix rewrites all alias email addresses to the local us

Re: AW: AW: Change default reject message

2021-04-23 Thread Wietse Venema
rud...@padaru.de: > Since Postfix rewrites all alias email addresses to the local users, this > works perfectly. Postfix calls Dovecot quota before Postfix aliases the recipient to a local user. How does Dovecot know what mailbox Postfix is asking about? Wietse

Re: AW: Change default reject message

2021-04-23 Thread Wietse Venema
rud...@padaru.de: > Thank you for that explanaition, i appreciate that. > > So i need a quota check, before dovecot touch the mail, so that the > mail-client cant deliver the mail to postfix if that quota check isnt > succesfully. > > Something like that i have forced, as i explored postfix work

AW: Change default reject message

2021-04-23 Thread rudolf
Auftrag von rud...@padaru.de Gesendet: Freitag, 23. April 2021 20:19 An: 'Postfix users' Betreff: AW: Change default reject message Thank you for that explanaition, i appreciate that. So i need a quota check, before dovecot touch the mail, so that the mail-client cant deliver the mail to po

AW: AW: Change default reject message

2021-04-23 Thread rudolf
Betreff: Re: AW: Change default reject message rud...@padaru.de: > Is it possible to check the quota status from the receiver in the > pickup module with a sql query or something else to get the same > behavior as when the mail passes the smtpd module? There currenly is no such feaure, bu

AW: Change default reject message

2021-04-23 Thread rudolf
det: Freitag, 23. April 2021 19:59 An: Postfix users Betreff: Re: Change default reject message > On Apr 23, 2021, at 1:33 PM, wrote: > > Is it possible to check the quota status from the receiver in the > pickup module with a sql query or something else to get the same > beha

Re: AW: Change default reject message

2021-04-23 Thread Wietse Venema
rud...@padaru.de: > Is it possible to check the quota status from the receiver in the pickup > module with a sql query or something else to get the same behavior as when > the mail passes the smtpd module? There currenly is no such feaure, but I think that one could be added in Postfix 3.6. How d

Re: Change default reject message

2021-04-23 Thread Viktor Dukhovni
> On Apr 23, 2021, at 1:33 PM, wrote: > > Is it possible to check the quota status from the receiver in the pickup > module with a sql query or something else to get the same behavior as when > the mail passes the smtpd module? No, pickup(8) needs to enqueue the message, it can then be bounced

AW: Change default reject message

2021-04-23 Thread rudolf
Yours sincerely Pascal Rudolf -Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org Im Auftrag von Wietse Venema Gesendet: Freitag, 23. April 2021 17:24 An: Postfix users Betreff: Re: Change default reject message Viktor Dukhovni: > > On Apr 23, 2021, at 11:10 AM,

Re: Change default reject message

2021-04-23 Thread Wietse Venema
Viktor Dukhovni: > > On Apr 23, 2021, at 11:10 AM, Wietse Venema wrote: > > > > Indeed. The reason is that email should not be lost when Postfix > > is down (system is booting up, or Postfix is down for maintenance). > > > > We could certainly add a policy callout for local submission. But > > t

Re: Change default reject message

2021-04-23 Thread Viktor Dukhovni
> On Apr 23, 2021, at 11:10 AM, Wietse Venema wrote: > > Indeed. The reason is that email should not be lost when Postfix > is down (system is booting up, or Postfix is down for maintenance). > > We could certainly add a policy callout for local submission. But > that is too much change for Post

Re: AW: AW: AW: Change default reject message

2021-04-23 Thread Wietse Venema
Wietse: > So this needs a quota check before Postfix expands aliases and other address > mappings. > > How does the Postfix SMTP server find out that a user is over quota? > Does it use check_policy_service, or does it use a transport map that > returns something like "error:user is over quota"?

AW: Change default reject message

2021-04-23 Thread rudolf
üßen Yours sincerely Pascal Rudolf -Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org Im Auftrag von Jaroslaw Rafa Gesendet: Freitag, 23. April 2021 11:28 An: postfix-users@postfix.org Betreff: Re: Change default reject message Dnia 23.04.2021 o godz. 09:36:50 rud...@padar

Re: Change default reject message

2021-04-23 Thread Jaroslaw Rafa
Dnia 23.04.2021 o godz. 09:36:50 rud...@padaru.de pisze: > I agree with you, i dont want produce late bounces. And thats my problem. > > For mails, who handeld by the smtpd ist works fine. But local Mails bypass > the smtpd module, so also the smtpd_recipient_restrictions. But the local mails com

Re: AW: AW: Change default reject message

2021-04-23 Thread Jaroslaw Rafa
Dnia 23.04.2021 o godz. 08:32:06 rud...@padaru.de pisze: > > But postfix dont use these recipient_restrictions because the local mails > dont pass the smtpd. Is there something that can check the quota and runs as a milter and not a policy service? Because you could use such a thing in non_smtpd_

AW: Change default reject message

2021-04-23 Thread rudolf
7 772 595 32 -Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org Im Auftrag von @lbutlr Gesendet: Freitag, 23. April 2021 09:24 An: Postfix users Betreff: Re: Change default reject message On 22 Apr 2021, at 12:49, Wietse Venema wrote: > rud...@padaru.de: >> Good eveni

AW: Change default reject message

2021-04-23 Thread rudolf
ota bevore it accept the local mail? Mit freundlichen Grüßen Yours sincerely Pascal Rudolf -Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org Im Auftrag von @lbutlr Gesendet: Freitag, 23. April 2021 09:24 An: Postfix users Betreff: Re: Change default reject message On 22 Ap

Re: Change default reject message

2021-04-23 Thread @lbutlr
On 22 Apr 2021, at 12:49, Wietse Venema wrote: > rud...@padaru.de: >> Good evening, >> Unfortunately, I have to revisit my topic from back in the day >> >> Sending the proper reject-messages through the postfix works wonderfully, as >> long as it is an external sender. >> >> But now if a lo

AW: AW: AW: Change default reject message

2021-04-22 Thread rudolf
mail have to pass through the smtpd. Mit freundlichen Grüßen Yours sincerely Pascal Rudolf  -Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org Im Auftrag von Wietse Venema Gesendet: Donnerstag, 22. April 2021 22:29 An: Postfix users Betreff: Re: AW: AW: Change default

Re: AW: AW: Change default reject message

2021-04-22 Thread Wietse Venema
rud...@padaru.de: > In the message from the dovecot the @ is written, this > information is of no use to the sender, because he does not know the local > user name of the receiver. > > The bounce mail must therefore contain the e-mail address that the sender > has addressed, the virtual address so

AW: AW: Change default reject message

2021-04-22 Thread rudolf
Grüßen Yours sincerely Pascal Rudolf  -Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org Im Auftrag von Wietse Venema Gesendet: Donnerstag, 22. April 2021 20:50 An: Postfix users Betreff: Re: AW: Change default reject message rud...@padaru.de: > Good even

Re: AW: Change default reject message

2021-04-22 Thread Wietse Venema
rud...@padaru.de: > Good evening, > Unfortunately, I have to revisit my topic from back in the day > > Sending the proper reject-messages through the postfix works wonderfully, as > long as it is an external sender. > > But now if a local sender sends an email to the full mailbox, again the

AW: Change default reject message

2021-04-22 Thread rudolf
cal Rudolf -Ursprüngliche Nachricht- Von: owner-postfix-us...@postfix.org Im Auftrag von rud...@padaru.de Gesendet: Freitag, 5. Februar 2021 13:58 An: 'Postfix users' Betreff: AW: Change default reject message Hey, oh sry, i firmly assumed that the postfix creates the message 😐 T

AW: Change default reject message

2021-02-05 Thread rudolf
- Von: owner-postfix-us...@postfix.org Im Auftrag von Wietse Venema Gesendet: Donnerstag, 4. Februar 2021 16:19 An: Postfix users Betreff: Re: Change default reject message rud...@padaru.de: > i have an question about postfix reject message: > > Plan it to integrate an mail quota via do

Re: Change default reject message

2021-02-04 Thread Wietse Venema
rud...@padaru.de: > i have an question about postfix reject message: > > Plan it to integrate an mail quota via dovecot. If the target mailbox is > full, so my mailsystem answer with: > > Your message to was automatically discarded: That is NOT a Postfix reject message. If you don't want this,

Change default reject message

2021-02-04 Thread rudolf
Hey, i have an question about postfix reject message: Plan it to integrate an mail quota via dovecot. If the target mailbox is full, so my mailsystem answer with: Your message to was automatically discarded: The original mail goes to mym...@mydomain.com postfix adress rewriting mail b