Displaying 20 results from an estimated 35 matches for "12346".
Did you mean:
1234
2005 Jan 02
1
Configuration details for Asterisk interaction with Vocal
...ollows.
A call was originated from extn. 1001 on Vocal and the call was made to
land on extension 12456 hanging from an asterisk pbx registered with
vocal. Vocal was configured such that, if the dialed digits are 8500,
the call will be routed to asterisk to which will handle the call on
extension 12346 hanging off asterisk
Configuration on Vocal's side
------------------------------------
All calls made to 8500 are forwarded to asterisk. This is achieved by
adding the following entry to the dial plan of Vocal using the provgui
as mentioned below:
Add a new entry in the dial plan a...
2019 Mar 22
1
prettyNum digits=0 not compatible with scientific notation
...rote:
>
> gives (on Linux R 3.5.3, Fedora 28)
>
> d=10 d=7 d=2 d=1 d=0
> [1,] "123456" "123456" "123456" "1e+05" "%#4.0-1e"
> [2,] "12345.6" "12345.6" "12346" "12346" "%#4.0-1e"
> [3,] "1234.56" "1234.56" "1235" "1235" "1235"
> [4,] "123.456" "123.456" "123" "123" "123"
> [5,] "12.3456&q...
2006 Mar 05
1
Snom 360 Hinting tricks
...and non-working, and I realized that other people were experiencing
the same problem as I was. The trick is the *order* in which you put your
hint priorities in your dialplan. My non-working sidecar dialplan had all
the hint priorities grouped together:
exten => 12345,hint,SIP/12345
exten => 12346,hint,SIP/12346
Which would register the hint, but it wouldn't work on the Snom. The way to
make it work, for sure, is to make sure your hint priority is the last
priority underneath the *related* priority for the extension. So, this will
work:
exten => 12345,1,Dial(SIP/12345)
exten => 1...
2017 Oct 13
2
Question regarding replication - duplicate emails
...way to fiddle with the acknowledgement timing or give the processes some more space/time to get on par with eachother?
Below is the configuration of machine B, they are synchronised through puppet, so only the hostname and IP addresses are different.
(so for replication, A has: tcps:hostname_of_b:12346 and B has tcps:hostname_of_a:12346). Also note that HAproxy is prepared but
not in use at all.
# 2.2.33.1 (e9afa7f18): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.20 (7cd71ba)
# OS: FreeBSD 11.1-RELEASE amd64
auth_mechanisms = plain login
disable_plaintext_auth = no
doveadm_passwo...
2008 Jan 20
1
winbind forced password change requires interactive shell
...x12345678] ENTER: pam_sm_setcred (flags: 0x0002)
sshd[12345]: pam_winbind(sshd:setcred): PAM_ESTABLISH_CRED not implemented
sshd[12345]: pam_winbind(sshd:setcred): [pamh: 0x12345678] LEAVE: pam_sm_setcred returning 0
sshd[12345]: pam_unix(sshd:session): session opened for user user2 by (uid=0)
sshd[12346]: pam_winbind(sshd:setcred): [pamh: 0x12345678] ENTER: pam_sm_setcred (flags: 0x0008)
sshd[12346]: pam_winbind(sshd:setcred): PAM_REINITIALIZE_CRED not implemented
sshd[12346]: pam_winbind(sshd:setcred): [pamh: 0x12345678] LEAVE: pam_sm_setcred returning 0
When interactive, I'll get:
sshd[123...
2007 Feb 28
1
permissions problem reading INBOX
...lt;hidden>
Feb 27 17:31:08 rm-002-02 dovecot: auth(default): client out: OK
1 user=kclair
Feb 27 17:31:08 rm-002-02 dovecot: auth(default): master in: REQUEST
1 17052 1
Feb 27 17:31:08 rm-002-02 dovecot: auth(default): master out: USER
1 kclair system_user=kclair uid=12346 gid=12346
home=/home/kclair
Feb 27 17:31:08 rm-002-02 dovecot: POP3(kclair):
open(/var/spool/mail/kclair, O_CREAT) failed: Permission denied
Feb 27 17:31:08 rm-002-02 dovecot: POP3(kclair): stat() failed with
mbox file /var/spool/mail/kclair: Permission denied
The mbox file permissions are...
2017 Oct 21
1
Question regarding replication - duplicate emails
...ledgement timing or give the processes some more space/time to get on par with eachother?
> >
> > Below is the configuration of machine B, they are synchronised through puppet, so only the hostname and IP addresses are different.
> > (so for replication, A has: tcps:hostname_of_b:12346 and B has tcps:hostname_of_a:12346). Also note that HAproxy is prepared but
> > not in use at all.
> >
> > # 2.2.33.1 (e9afa7f18): /usr/local/etc/dovecot/dovecot.conf
> > # Pigeonhole version 0.4.20 (7cd71ba)
> > # OS: FreeBSD 11.1-RELEASE amd64
> > auth_mechani...
2017 Sep 26
3
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
...the 2 hosts only differ by the hostnames they're
supposed to be syncing to.
$ dovecot -n
# 2.2.32 (dfbe293d4): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.20 (7cd71ba)
# OS: Linux 4.10.0-35-generic x86_64 Ubuntu 16.04.3 LTS
doveadm_password = # hidden, use -P to show it
doveadm_port = 12346
imapc_host = crashhost
imapc_password = # hidden, use -P to show it
imapc_port = 993
imapc_ssl = imaps
imapc_ssl_verify = no
imapc_user = %u
mail_location = maildir:~/mail
mail_plugins = " notify replication"
mail_privileged_group = mail
namespace {
inbox = no
list = yes
location =...
2019 Mar 22
2
prettyNum digits=0 not compatible with scientific notation
FWIW, it doesn't seem to be happening on Mac OS:
> format(2^30, digits=0)
[1] "1.e+09"
> prettyNum(12345.6, digits=0)
[1] "1.e+04"
A glibc misfeature?
-pd
> On 22 Mar 2019, at 10:10 , Martin Maechler <maechler at stat.math.ethz.ch> wrote:
>
> Thank you, Robert for raising this here !
>
>>>>>> Robert McGehee
2013 Apr 13
4
2.2.0 lmtp runtime error
...not saving binary
/var/spool/mail/xxxx.com/lrosa//.dovecot.svbin, because it is already stored
Apr 13 13:18:02 mail dovecot: lmtp(12350, lrosa at xxxx.com): Debug:
+VmOJOo+aVE+MAAAP6OfHg: sieve: executing script from
/var/spool/mail/xxxx.com/lrosa//.dovecot.svbin
Apr 13 13:18:02 mail dovecot: lmtp(12346, lists at luigirosa.com): Debug:
Namespace : Using permissions from /var/spool/mail/luigirosa.com/lists:
mode=0700 gid=default
Apr 13 13:18:02 mail dovecot: lmtp(12350, lrosa at xxxx.com): Debug: Namespace :
Using permissions from /var/spool/mail/xxxx.com/lrosa: mode=0700 gid=default
Apr 13 13:18:0...
2014 Oct 01
1
Question wrt. dovecot replicator
...veadm {
# mode = 0666
# }
# process_min_avail = 1
#}
#
#service aggregator {
# fifo_listener replication-notify-fifo {
# mode = 0666
# #user = vmail
# }
# unix_listener replication-notify {
# mode = 0666
# #user = vmail
# }
#}
#
#service doveadm {
# inet_listener {
# port = 12346
# }
#}
#
##doveadm_port = 12346
#doveadm_password = XXXXXXX
#replication_max_conns = 30
#
and a mail_replica = tcp:host{a,b}:12346 configuration on each host so that they are pointing to eachother; This seems to work fine for most accounts, for example: I never experienced issues with this. Howev...
2010 Apr 19
2
setgid failed - Not owner
...ver(user at domain): auth input: gid=12345
Apr 19 10:10:17 server dovecot: [ID 583609 mail.info]
deliver(user at domain): auth input: quota=dirsize:storage=10240000
>> Apr 19 10:10:17 server dovecot: [ID 583609 mail.crit] deliver(user at domain): Fatal: setgid(12345(postfix)) failed with euid=12346(dovecot), gid=54322(dovecot), egid=54322(dovecot): Not owner
Apr 19 10:10:17 server postfix/pipe[23327]: [ID 197553 mail.info]
B66EF3FEE7: to=<user at domain>, relay=dovecot, delay=582,
delays=582/0.18/0/0.11, dsn=4.3.0, status=deferred (temporary failure)
____________________________________...
2017 Mar 18
0
replication issues between to nodes
...txt 2017-03-18 15:18:41.000000000 +0100
+++ tmp2.txt 2017-03-18 15:18:56.000000000 +0100
@@ -55,7 +55,7 @@
imapsieve_mailbox2_name = *
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size
- mail_replica = tcps:mail.jr-hosting.nl:12346
+ mail_replica = tcps:mail2.jr-hosting.nl:12346
sieve = ~/.dovecot.sieve
sieve_dir = ~/sieve
sieve_execute_bin_dir = /usr/local/lib/dovecot/sieve
@@ -105,7 +105,7 @@
}
service lmtp {
inet_listener lmtp {
- address = XXX/X 127.0.0.1 ::1
+ address = YYYY/Y 127.0.0.1 ::1
port...
2017 Aug 19
2
Update data in text file with data in dataframe
...I have a text file with patient data that has incorrect dates of
service. I need to update the dates of service in the text file with
data that's in a dataframe.
Data in the text file looks like this (call it PatRecs):
PatientID #: 12345
Date of Service: 8/1/2017
.
.
.
PatientID #: 12346
Date of Service: 8/2/2017
.
.
.
The dots are other data. I'm just focused on the PatientID and DOS.
The data in the data frame (call it DF) looks like
Id2 DOS
12345, 8/3/2017
12346, 8/4/2017
etc.
The lists for both are longer than this.
I know that in programming for this that the...
2017 Oct 20
0
Question regarding replication - duplicate emails
...with the acknowledgement timing or give the processes some more space/time to get on par with eachother?
>
> Below is the configuration of machine B, they are synchronised through puppet, so only the hostname and IP addresses are different.
> (so for replication, A has: tcps:hostname_of_b:12346 and B has tcps:hostname_of_a:12346). Also note that HAproxy is prepared but
> not in use at all.
>
> # 2.2.33.1 (e9afa7f18): /usr/local/etc/dovecot/dovecot.conf
> # Pigeonhole version 0.4.20 (7cd71ba)
> # OS: FreeBSD 11.1-RELEASE amd64
> auth_mechanisms = plain login
> disable...
2019 Mar 22
0
prettyNum digits=0 not compatible with scientific notation
...sapply(nn, format, digits=dig))
gives (on Linux R 3.5.3, Fedora 28)
d=10 d=7 d=2 d=1 d=0
[1,] "123456" "123456" "123456" "1e+05" "%#4.0-1e"
[2,] "12345.6" "12345.6" "12346" "12346" "%#4.0-1e"
[3,] "1234.56" "1234.56" "1235" "1235" "1235"
[4,] "123.456" "123.456" "123" "123" "123"
[5,] "12.3456" &quo...
2017 Aug 19
0
Update data in text file with data in dataframe
...t dates of
>service. I need to update the dates of service in the text file with
>data that's in a dataframe.
>
>Data in the text file looks like this (call it PatRecs):
>
>PatientID #: 12345
>Date of Service: 8/1/2017
>.
>
>.
>
>.
>
>PatientID #: 12346
>Date of Service: 8/2/2017
>
>.
>
>.
>
>.
>
>The dots are other data. I'm just focused on the PatientID and DOS.
>
>The data in the data frame (call it DF) looks like
>
>Id2 DOS
>
>12345, 8/3/2017
>12346, 8/4/2017
>
>etc.
>
>The li...
2017 Sep 27
0
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
...es they're
> supposed to be syncing to.
>
> $ dovecot -n
> # 2.2.32 (dfbe293d4): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.4.20 (7cd71ba)
> # OS: Linux 4.10.0-35-generic x86_64 Ubuntu 16.04.3 LTS
> doveadm_password = # hidden, use -P to show it
> doveadm_port = 12346
> imapc_host = crashhost
> imapc_password = # hidden, use -P to show it
> imapc_port = 993
> imapc_ssl = imaps
> imapc_ssl_verify = no
> imapc_user = %u
> mail_location = maildir:~/mail
> mail_plugins = " notify replication"
> mail_privileged_group = mail
>...
2017 Aug 19
1
Update data in text file with data in dataframe
...t dates of
>service.? I need to update the dates of service in the text file with
>data that's in a dataframe.
>
>Data in the text file looks like this (call it PatRecs):
>
>PatientID #:? 12345
>Date of Service:? 8/1/2017
>.
>
>.
>
>.
>
>PatientID #:? 12346
>Date of Service: 8/2/2017
>
>.
>
>.
>
>.
>
>The dots are other data.? I'm just focused on the PatientID and DOS.
>
>The data in the data frame (call it DF) looks like
>
>Id2? ? DOS
>
>12345, 8/3/2017
>12346, 8/4/2017
>
>etc.
>
>The li...
2017 Nov 10
0
Replication oddities - different sizes between replicated nodes
...re = file:/usr/local/lib/dovecot/sieve/report-ham.sieve
imapsieve_mailbox2_causes = COPY
imapsieve_mailbox2_from = Spam
imapsieve_mailbox2_name = *
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
mail_log_fields = uid box msgid size
mail_replica = tcps:hostB:12346
sieve = ~/.dovecot.sieve
sieve_after = /usr/local/etc/dovecot/sieve/after/
sieve_before = /usr/local/etc/dovecot/sieve/global/
sieve_dir = ~/sieve
sieve_execute_bin_dir = /usr/local/lib/dovecot/sieve
sieve_global = /usr/local/etc/dovecot/sieve/global/
sieve_global_extensions = +vnd.do...