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
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 flow, i have add the smtpd_recip

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

AW: Change default reject message

2021-04-23 Thread rudolf
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? is it at all possible to create extended acceptance criteria for a locally delivered mail? Mit freundlichen Grüßen

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
I dont know if there a way to build an no-smtp milter. The local mails come from different users with different domains, this ones stay on my local mashine right, but my customers only know the 'real e-mail-adress' also the alias from the recipient and not the internal local username, so i cant cr

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
Here you see my problem, i have enabled 'local'´s verbose mode in the master.cf postfix/local[28092]: queue_name: active postfix/local[28092]: queue_id: 1290D2F001C3 postfix/local[28092]: offset: 829 postfix/local[28092]: sender: postfix/local[28092]: recipient: postfix/local[28092]: domain

AW: Change default reject message

2021-04-23 Thread rudolf
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. Whats the way to cofigure postfix 'local' module to check the recipients quota bevore it

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
Hey, oh sry, i firmly assumed that the postfix creates the message 😐 The method of mapping the quota via a service, I had not on the screen.. Thank you for that tip, my problem is solved now, thx. Mit freundlichen Grüßen Yours sincerely Pascal Rudolf -Ursprüngliche Nachricht- Von: