Displaying 20 results from an estimated 112 matches for "12340".
Did you mean:
1234
2013 Aug 07
2
Override master service settigs with spaces
...d so far. (Note: This is just the easiest/silliest
test case I could come up with; not the actual setting or service I want to
overwrite.)
conf.d/10-master.conf:
service quota-status {
executable = quota-status -p postfix -o plugin/quota_status_success=Testing 1 2 3
inet_listener {
port = 12340
}
}
Reaction:
$ printf "recipient=test at example.org\nsize=0\n\n" | nc 127.0.0.1 12340
action=Testing
conf.d/10-master.conf:
service quota-status {
executable = quota-status -p postfix -o "plugin/quota_status_success=Testing 1 2 3"
inet_listener {
port = 12340
}...
2019 Mar 21
1
Dovecot quota and Postfix smtpd_recipient_restrictions?
>> Well,
>>
>> so the right syntax (in my case) would be:
>>
>> -o smtpd_recipient_restrictions =
>> reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject,check_policy_service
>> inet:mailstore.example.com:12340
>>
>> right??
> I configured it before the "permit_sasl_authenticated" and the "reject"
> statement.
>
I've a doubt (again): Is it correct the the space between "[..]service"
and "inet[..]"? As suggested here:
https://blog.sys4....
2013 Apr 07
1
[Dovecot-de] Dovecot Quota via policy service abfragen
...C1BA1B30FB0: to=<miles at anup.de>, relay=dovecot, delay=0.56, delays=0.33/0/0/0.23, dsn=4.3.0, status=deferred (temporary failure)
> > Also ich vermisse das reject-warning von postfix und es hat auch nicht den
> > Anschein, dass postfix den Status der Quota bei dovecot ?ber port 12340
> > abfr?gt.
>
> Naja, vielleicht steht es an der falschen Stelle in den Restrictions!
> Das muss passieren BEVOR irgendwas ein OK zur?ckgibt.
Ich habe warn_if_reject check_policy_service inet:127.0.0.1:12340
ziemlich am Anfang der recipient_restrictions gesetzt nachdem ich
den ch...
2016 Feb 07
3
Found bug in quota-status + patch
...e branch
" if (quser == NULL) return 1; " in src/plugins/quota/quota-status.c:59 is always taken.
(at least with postgresql backend, test your config with the (adapted) command below:
printf "recipient=mailbox at example.com\nsize=10000000000\n\n" | nc inet:mailstore.example.com 12340
it should reject, unless you have no quota, or more than 10G).
Therefore it is pointless to configure the quota-status service as described in http://wiki2.dovecot.org/Quota
because of that bug: the mail would be always accepted from the client and rejected at the end of the (Postfix)
processing b...
2019 Mar 20
1
Dovecot quota and Postfix smtpd_recipient_restrictions?
...ix 3.1.8, Dovecot 2.2.27,
>> and is not clear for me if I need to tell Postfix to communicate with
>> the service in /etc/postfix/main.cf as here:
>>
>>
>> smtpd_recipient_restrictions =
>> ...
>> check_policy_service inet:mailstore.example.com:12340
> I configured it like your example above and it works for me.
>
> Best
> Urban
Well,
so the right syntax (in my case) would be:
-o smtpd_recipient_restrictions =
reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject,check_policy_service
inet:m...
2008 Feb 05
0
Uninformative error msgs w/ svm.default - Error in svm.default ... y must be a vector or a factor -
Hello,
I'm using recursive SVM script (rSVM - http://www.stanford.edu/group/wonglab/RSVMpage/R-SVM.html ) on some microarray data. The data to be input are log2, as numeric matrix w/ attributes --
str(svm_num_mat)
num [1:10, 1:12340] 13.1 13.1 13.1 13.1 13.0 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:10] "rma_log2_con_sample_1" "rma_log2_con_sample_2" "rma_log2_con_sample_3" "rma_log2_con_sample_4" ...
..$ : chr [1:12340] "AFFX-HSAC07/X00351_3_at" "AFF...
2013 Apr 04
7
v2.1.16 released
http://dovecot.org/releases/2.1/dovecot-2.1.16.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.16.tar.gz.sig
+ Added quota-status policy service for Postfix
+ Added "doveadm batch" command to run multiple commands before moving
onto the next user (useful only with -A and -u <usermask>)
+ Added forwards compatibility for v2.2 index files
- mdbox: Index rebuilding crashed
2013 Apr 04
7
v2.1.16 released
http://dovecot.org/releases/2.1/dovecot-2.1.16.tar.gz
http://dovecot.org/releases/2.1/dovecot-2.1.16.tar.gz.sig
+ Added quota-status policy service for Postfix
+ Added "doveadm batch" command to run multiple commands before moving
onto the next user (useful only with -A and -u <usermask>)
+ Added forwards compatibility for v2.2 index files
- mdbox: Index rebuilding crashed
2015 Sep 26
1
dovecot quota service for postfix
...nfiguration missing some thing ? i am using mbox format for
emails storage. do you i have to add (quota= SOMETHING) before (quote_rule
= *:storage=1G) and what to do add to make dovecot support mbox quota?
smtpd_recipient_restrictions =
check_policy_service inet:SERVER-HIDDEN-FOR-SECRUITY.com:12340
service quota-status {
executable = quota-status -p postfix
inet_listener {
port = 12340
}
client_limit = 1
}
now in order to configure dovecot specific quota for user named (user1) i
use passwd-file as follow
user1:{plain}pass3:1002:1002::/home/user1::userdb_mail=mbox:~...
2015 Feb 23
2
Quota-status service on Director
...a-status service like this on my director server:
$ cat 91-quota-status.conf
##
## Quota-Status configuration.
##
# Load Module quota-status and listen on TCP/IP Port for connections.
service quota-status {
? executable = quota-status -p postfix
? inet_listener {
??? address = 10.0.1.44
??? port = 12340
? }
? client_limit = 1
}
# Plugin configuration.
# Return messages for requests by quota status: success, nouser and overquota.
plugin {
? quota_status_success = DUNNO
? quota_status_nouser = DUNNO
? quota_status_overquota = "552 5.2.2 Mailbox is over quota"
}
After restarting the direct...
2019 Mar 19
2
Dovecot quota and Postfix smtpd_recipient_restrictions?
...quota (count) for all (virtual)users,
on Debian Stretch, Postfix 3.1.8, Dovecot 2.2.27,
and is not clear for me if I need to tell Postfix to communicate with
the service in /etc/postfix/main.cf as here:
smtpd_recipient_restrictions =
...
check_policy_service inet:mailstore.example.com:12340
My current Postfix "smtpd_recipient_restrictions":
-o
smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject
Currently I've edited:
conf.d/10-mail.conf:
# Space separated list of plugins to load for all serv...
2014 Feb 20
1
Quota-Status issue
...ot;postmaster at example.com" (4.7.1 :
Recipient address rejected: Internal error occurred. Refer to server log
for more information.). I googled around and found this command to test the
quota-status service: printf "recipient=postmaster at
example.com\nsize=1234\n\n"
| nc 127.0.0.1 12340
It seems to always return the quota_status_nouser message. I'm really
stumped here. What logs do I need to check for errors and does anyone have
any experience with this?
I'm running Dovect 2.2.10 with Postfix 2.6.6
Here's my dovecot -n result:
# 2.2.10: /etc/dovecot/dovecot.conf
# O...
2016 Oct 10
2
Quota-status service on Director
...; ##
>> ## Quota-Status configuration.
>> ##
>> # Load Module quota-status and listen on TCP/IP Port for connections.
>> service quota-status {
>> executable = quota-status -p postfix
>> inet_listener {
>> address = 10.0.1.44
>> port = 12340
>> }
>> client_limit = 1
>> }
>> # Plugin configuration.
>> # Return messages for requests by quota status: success, nouser and
>> overquota.
>> plugin {
>> quota_status_success = DUNNO
>> quota_status_nouser = DUNNO
>> quot...
2017 Jan 31
3
quota-status returns quota_status_success when email would put user over quota
...a bug fixed in a newer version?
>
>Regards,
>
>Kristian
>
>
[...]
>>
>> Quota-status will return unknown user if that is the case:
>> root at mail:~# printf
>> "recipient=kptest2 at asom-net.dk\nsize=1000000000\n\n" | nc -q1
>> localhost 12340
>> action=551 5.5.1 User not found
>>
Tried this and works here. Doveconf -n output with regards to quota settings is very similar, i use a quota dict, not maildir, spotted one difference i commented in your doveconf -n and i'm using version 2.2.27 from source
...
>>
>>...
2019 Apr 14
1
permissions for quota-status
Hello!
doveconf --version 2.2.36
I want to move to a new server with dovecot but get an error
Error: service(quota-status): listen(*, 12340) failed: Permission denied
when I define
service quota-status {
executable = quota-status -p postfix
inet_listener {
port = 12340
}
client_limit = 1
}
private]# ll
insgesamt 0
srw-rw-rw-. 1 postfix postfix 0 14. Apr 15:05 anvil
srw-rw-rw-. 1 postfix postfix 0 14. Apr 15:0...
2008 Jun 02
6
significant digits (PR#9682)
I came to report this same bug and found it already in the trash, but
I slightly disagree with that assessment. If it's not a bug, then
perhaps it's a feature request. Comments at the end.
On Mon, May 14, 2007, Duncan Murdoch wrote:
>>On 13/05/2007 8:46 PM, scott.wilkinson at csiro.au wrote:
>>
>> In the example below round() does not report to the specified number of
2009 Jul 07
2
Multiplication of data frame with vector
...ta frame (df) with variables in the rows and observations in the columns like (the actual data frame has 15 columns and 1789 rows):
early1 early2 early3 early4 early5
M386T1000 57056 55372 58012 55546 57309
M336T90 11063 10312 10674 10840 11208
M427T91 12064 11956 12692 12340 11924
M429T91 4594 3890 4096 4019 4204
M447T90 26553 27647 26889 26751 26929
Now I'm trying to transform each value column-wise to make columns to all have the same mean with:
df * mean(mean(df)) / mean(df).
I just can't get my head around this: mean(df) gives me the...
2017 Jan 24
2
quota-status returns quota_status_success when email would put user over quota
...far as the dovecot server knows.
Behind the scene its actually raw disk images on NFS shares from a SAN
towards the kvm/ovirt cluster.
I test by using nc towards the quota-status instance:
root at mail:~# printf "recipient=kptest at asom-net.dk\nsize=1000000000\n\n"
| nc -q1 localhost 12340
action=DUNNO
User has 500MB quota:
mysql> SELECT
CONCAT('/data/vmail/',CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1)))
AS home, 110 AS uid, 110 AS gid, CONCAT('*:storage=',mailquota,'M') AS
quota_rule FROM virtual_users...
2015 Oct 03
0
dovecot quota service for postfix
...shooting steps.
> 1. Verify the user's mailbox is over or under quota in alignment with
your expectations
> - `doveadm quota -u $RECIPIENT`
> 2. Test that the quota service provides the response you expect it to
> - `echo "recipient=$RECIPIENT" | nc -q1 localhost 12340`
> On 09/26/2015 01:40 AM, Michael Peter wrote:
>> Hello,
>> I am trying to use dovecot quota service for postfix in order set quota
for some users.
>> i configure postfix policy service to ask dovecot if user quota is
sufficient to accept the email or not.
>> (dovecot in...
2012 Apr 25
4
"Conditional" average
Hello, I have a set of data including age, wage and education level each
called age76, wage76 and grade76 I want to know how i can calculate the
average wage of people age 15 to 65 (each year separetly) , only for those
who have an education level of 10 12 and 16...
--
View this message in context: http://r.789695.n4.nabble.com/Conditional-average-tp4585313p4585313.html
Sent from the R help