Re: dovecot quota-warning detection mail

2020-10-29 Thread Gedalya
/root:: >> :/var/home/xxx/:: >> -...@ddd.example.com:/home/vhosts/ddd/-ccc-ddd:: >> -...@ggg.example.net:/home/vhosts/ggg/eeee-fff-ggg:: >> hhhh-...@jjj.example.co.jp:/home/vhosts/jjj/-iii-jjj:: >> : >> : >> ---

Re: dovecot quota-warning detection mail

2020-10-29 Thread Gedalya
: > > ------------- > > -Original Message- > From: dovecot [mailto:dovecot-boun...@dovecot.org] On Behalf Of Gedalya > Sent: Thursday, October 29, 2020 2:27 PM > To: dovecot@dovecot.o

Re: dovecot quota-warning detection mail

2020-10-29 Thread Gedalya
inal Message- > From: dovecot [mailto:dovecot-boun...@dovecot.org] On Behalf Of Gedalya > Sent: Thursday, October 29, 2020 1:17 PM > To: dovecot@dovecot.org > Subject: Re: dovecot quota-warning detection mail > > Aha. Then it's not a straightforward case of just adding the

Re: dovecot quota-warning detection mail

2020-10-29 Thread Gedalya
Aha. Then it's not a straightforward case of just adding the domain name to the same username, you need to transform the username too. Dovecot's userdb / authdb allows you to return a "user" field, which sets a new username for dovecot to use. Depending on what you use as your authentication back

Re: dovecot quota-warning detection mail

2020-10-28 Thread Gedalya
It should only affect users who authenticate with a username only, without a domain. The only effect is to add the domain name to the username. You could perhaps test, by logging in as just "user" and then as "u...@example.co.jp" and make sure everything behaves the same. If everything behaves th

RE: dovecot quota-warning detection mail

2020-10-28 Thread 森川 孝司
sts/jjj/-iii-jjj:: : : - -Original Message- From: dovecot [mailto:dovecot-boun...@dovecot.org] On Behalf Of Gedalya Sent: Thursday, October 29, 2020 2:27 PM To: dovecot@dovecot.org Subject: Re: dovecot quota-wa

RE: dovecot quota-warning detection mail

2020-10-28 Thread 森川 孝司
Gedalya-san Thank you for the information. It seems to be difficult... morikawa -Original Message- From: dovecot [mailto:dovecot-boun...@dovecot.org] On Behalf Of Gedalya Sent: Thursday, October 29, 2020 1:17 PM To: dovecot@dovecot.org Subject: Re: dovecot quota-warning detection mail

RE: dovecot quota-warning detection mail

2020-10-28 Thread 森川 孝司
xyz-unyo-sek...@example.co.jp" I can't send a mail. Thank you. morikawa -Original Message- From: dovecot [mailto:dovecot-boun...@dovecot.org] On Behalf Of Gedalya Sent: Thursday, October 29, 2020 11:55 AM To: dovecot@dovecot.org Subject: Re: dovecot quota-warning detection ma

RE: dovecot quota-warning detection mail

2020-10-28 Thread 森川 孝司
ot.org] On Behalf Of 森川 孝司 Sent: Wednesday, October 28, 2020 4:16 PM To: 'Gedalya' ; dovecot@dovecot.org Subject: RE: dovecot quota-warning detection mail Hi Gedalya-san I would like to set "auth_default_realm = example.co.jp". I'm just replacing from older server to new

Re: dovecot quota-warning detection mail

2020-10-28 Thread Gedalya
On 10/28/20 12:19 PM, 森川 孝司 wrote: > " > "Recipient address rejected: User unknown in local recipient table" If abc-xyz-unyo-sekkei is supposed to be abc-xyz-unyo-sek...@example.co.jp then you could try to set in dovecot configuration: auth_default_realm = example.co.jp Then %u will contain the

RE: dovecot quota-warning detection mail

2020-10-28 Thread Koga Hayashi
ot.org] On Behalf Of Koga Hayashi Sent: Wednesday, October 28, 2020 1:58 PM To: 森川 孝司 ; dovecot@dovecot.org Subject: RE: dovecot quota-warning detection mail Morikawa-san, Your conf is wrong. Should be: quota_warning = storage = 95 %% quota-warning 95 %u Your conf: quota_warning = storage = 9

RE: dovecot quota-warning detection mail

2020-10-28 Thread 森川 孝司
lf Of Koga Hayashi Sent: Wednesday, October 28, 2020 1:58 PM To: 森川 孝司 ; dovecot@dovecot.org Subject: RE: dovecot quota-warning detection mail Morikawa-san, Your conf is wrong. Should be: quota_warning = storage = 95 %% quota-warning 95 %u Your conf: quota_warning = storage = 95 %% quota-war

RE: dovecot quota-warning detection mail

2020-10-28 Thread 森川 孝司
Hi Gedalya-san I would like to set "auth_default_realm = example.co.jp". I'm just replacing from older server to new server, Older servers also had this problem. So, we decided to proceed with server replacement in this state. As another task, we will start and set up this issue. Therefore, it

RE: dovecot quota-warning detection mail

2020-10-27 Thread Koga Hayashi
essage- From: dovecot On Behalf Of 森川 孝司 Sent: Wednesday, October 28, 2020 10:17 AM To: dovecot@dovecot.org Subject: dovecot quota-warning detection mail Hi, all. we use quota-warning emails to notify you of quotas. In rare cases, the email address has changed to the logged-in user. (Because the a

RE: dovecot quota-warning detection mail

2020-10-27 Thread Koga Hayashi
ssage- From: 森川 孝司 Sent: Wednesday, October 28, 2020 1:20 PM To: 林 宏河 ; dovecot@dovecot.org Subject: RE: dovecot quota-warning detection mail Hi,Kouga-san When quota-warning works normally I'm sending an email to "From: to = " When it doesn't work An email was sent to &

RE: dovecot quota-warning detection mail

2020-10-27 Thread 森川 孝司
hi [mailto:haya...@progdence.co.jp] Sent: Wednesday, October 28, 2020 12:50 PM To: 森川 孝司 ; dovecot@dovecot.org Subject: RE: dovecot quota-warning detection mail Morikawa, What do you mean by "logged-in user"? %u stands for the username. If, for an example, user "morikawa" exis

dovecot quota-warning detection mail

2020-10-27 Thread 森川 孝司
Hi, all. we use quota-warning emails to notify you of quotas. In rare cases, the email address has changed to the logged-in user. (Because the address of %u is passed as the logged-in user.) So I couldn’t send the email with “Recipient address rejected: User unknown in local recipient table”. Wh