Re: problem with quota warning script execution, error 75

2016-10-11 Thread Ximo Mira
Like this? >> >> [root@server quota]# ./quota-warning.sh 85 existing_mail...@domain.com ; >> echo $ >> $ >> >> Got message succesfully delivered. >> >> >> ----- Mensaje original - >> >> De: "Aki Tuomi" >> Par

Re: problem with quota warning script execution, error 75

2016-10-10 Thread Aki Tuomi
mail is delivered. > > [root@server quota]# ./quota-warning.sh 85 existing_mail...@domain.com ; echo > $? > 0 > > - Mensaje original - > > De: "Aki Tuomi" > Para: dovecot@dovecot.org > Enviados: Lunes, 10 de Octubre 2016 11:37:26 > Asunto: Re: pr

Re: problem with quota warning script execution, error 75

2016-10-10 Thread Ximo Mira
gt; $ > > Got message succesfully delivered. > > > - Mensaje original - > > De: "Aki Tuomi" > Para: dovecot@dovecot.org > Enviados: Lunes, 10 de Octubre 2016 11:14:01 > Asunto: Re: problem with quota warning script execution, error 75 > > &

Re: problem with quota warning script execution, error 75

2016-10-10 Thread Aki Tuomi
t message succesfully delivered. > > > - Mensaje original - > > De: "Aki Tuomi" > Para: dovecot@dovecot.org > Enviados: Lunes, 10 de Octubre 2016 11:14:01 > Asunto: Re: problem with quota warning script execution, error 75 > > > > On 10.10.2016 11:49, Ximo

Re: problem with quota warning script execution, error 75

2016-10-10 Thread Ximo Mira
Like this? [root@server quota]# ./quota-warning.sh 85 existing_mail...@domain.com ; echo $ $ Got message succesfully delivered. - Mensaje original - De: "Aki Tuomi" Para: dovecot@dovecot.org Enviados: Lunes, 10 de Octubre 2016 11:14:01 Asunto: Re: problem with quo

Re: problem with quota warning script execution, error 75

2016-10-10 Thread Aki Tuomi
On 10.10.2016 11:49, Ximo Mira wrote: > Hi, > > Im quite new to dovecot and im trying to run quota warning script with no > success. Using "quota = count:User quota" and this script: > > #!/bin/sh > PERCENT=$1 > USER=$2 > cat << EOF | /usr/libexec/dovecot/dovecot-l

problem with quota warning script execution, error 75

2016-10-10 Thread Ximo Mira
Hi, Im quite new to dovecot and im trying to run quota warning script with no success. Using "quota = count:User quota" and this script: #!/bin/sh PERCENT=$1 USER=$2 cat << EOF | /usr/libexec/dovecot/dovecot-lda -d $USER -o "plugin/quota=count:User quota:noenforcin