search for: ltmp

Displaying 20 results from an estimated 60 matches for "ltmp".

Did you mean: lmtp
2014 Aug 15
1
auth_username_translation and LTMP problem
auth_username_translation seems to be appliet on RCPT TO address of LTMP transport. Why dovecot is doing that? And better question - is there a way to disable auth_username_translation for LTMP but leave enabled for the rest (imap, pop3 etc) ? Background: I'm doing auth_username_translation = @= to allow logins like aaa at bbb.pl to be internally translated...
2008 Jan 14
1
Asterisk 1.4 Call Recording
...3 # location of SOX and SOXMIX # (set according to your system settings, eg. /usr/bin) SOX=/usr/bin/sox SOXMIX=/usr/bin/soxmix # lame is only required when sox does not support liblame LAME=/usr/local/bin/lame # command line variables LEFT="$1" RIGHT="$2" OUT="$3" LTMP="asename $1 .wavmp.wav" RTMP="asename $2 .wavmp.wav" #test if input files exist test ! -r $LEFT && exit test ! -r $RIGHT && exit # convert mono to stereo, adjust balance to -1/1 # left channel $SOX $LEFT -t wav -c 2 $LTMP pan -1 # right channel $SOX $RIGHT -t...
2020 Sep 03
0
ltmp delivery with ldap and prefetch
I am able to authorize and connect via imap. But I am not able to deliver a message via lmtp I am getting this error message. passdb didn't return userdb entries, trying the next userdb [1] dovecot-ldap.conf.ext pass_attrs = uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uidNu mber=userdb_uid,gidNumber=userdb_gid user_attrs =
2012 Sep 27
1
LTMP Proxy fails when backend server connection refused
Version: 2.1.9 Connecting directly to the proxy server on the LMTP port, issue lhlo, mail from, rcpt to, data. After the . closing of data, it just hangs there. The logs on the proxy server show: Sep 27 19:55:12 proxy1 dovecot: lmtp(9398): Connect from 69.8.2.71 Sep 27 19:55:24 proxy1 dovecot: lmtp(9398): Error: lmtp client: connect(lmtp, 7025) failed: Connection refused root 9398 1102
2005 Apr 07
3
R-beta 2004-04-07 build failed on AIX
...llback.o coxdetail.o coxfit2.o coxfit5.o coxmart.o coxph_wtest.o coxscho.o coxscore.o dmatrix.o doloop.o pyears1.o pyears2.o pyears3.o pystep.o surv_callback.o survdiff2.o survfit2.o survfit3.o survindex2.o survindex3.o survreg2.o survreg3.o survreg4.o survreg5.o -lm gmake[3]: Leaving directory `/ltmp/R.INSTALL.5603432/survival/src' ** R ** data ** moving datasets to lazyload DB ** inst ** preparing package for lazy loading /SFS/user/ry/liawand/R/Rbuild/bin/INSTALL[325]: 5677292 Illegal instruction(coredump) ERROR: lazy loading failed for package 'survival' gmake[2]: *** [survival.t...
2012 Feb 15
0
[LLVMdev] LLVM GHC Backend: Tables Next To Code
...bp),%rax > cmpq %r15,%rax > jb .Lc1Dh Ok. I'd strongly recommend the approach of generating the table inside the prolog of the function. This means you'd get something like this: .text .align 8 .globl Main_main1_info .type Main_main1_info, @object Main_main1_info: .Lc1Df: jmp .Ltmp .long Main_main1_srt-(Main_main1_info)+0 .long 0 .quad 4294967299 .quad 0 .quad 270582939663 .Ltmp: leaq -8(%rbp),%rax cmpq %r15,%rax jb .Lc1Dh Since the jmp is a fixed 2 bytes (0xEB, tablesize), all references to the table can still be done with trivial pc/RIP-relative addressing within...
2012 Feb 15
2
[LLVMdev] LLVM GHC Backend: Tables Next To Code
...t; This is starting to look very similar to how ARM constant islands work, without the extra ugliness from how small the ARM immediate displacements are. -Jim > .text > .align 8 > .globl Main_main1_info > .type Main_main1_info, @object > Main_main1_info: > .Lc1Df: > jmp .Ltmp > .long Main_main1_srt-(Main_main1_info)+0 > .long 0 > .quad 4294967299 > .quad 0 > .quad 270582939663 > .Ltmp: > leaq -8(%rbp),%rax > cmpq %r15,%rax > jb .Lc1Dh > > > Since the jmp is a fixed 2 bytes (0xEB, tablesize), all references to the table can s...
2008 Jan 27
0
[LLVMdev] Better llvm-ld support for frameworks on Mac OS X
...1.c extern char *zlibVersion(void); extern int puts(char *); int main(int argc, char *argv[]) { puts(zlibVersion()); return 0; } $ clang test1.c -emit-llvm | llvm-as | llvm-ld - -native -L/usr/lib - lSystem -lz -v Generating Bitcode To a.out.bc Generating Assembly With: '/Volumes/HD/ltmp/ssen/src/llvm/Debug/bin/llc' '-f' '-o' 'a.out.s' 'a.out.bc' Generating Native Executable With: '/usr/bin/gcc' '-fno-strict-aliasing' '-O3' '-o' 'a.out' 'a.out.s' '- L' '/usr/lib' '-lSystem'...
2008 Jan 27
1
[LLVMdev] Better llvm-ld support for frameworks on Mac OS X
...st1.c extern char *zlibVersion(void); extern int puts(char *); int main(int argc, char *argv[]) { puts(zlibVersion()); return 0; } $ clang test1.c -emit-llvm | llvm-as | llvm-ld - -native -L/usr/lib - lSystem -lz -v Generating Bitcode To a.out.bc Generating Assembly With: '/Volumes/HD/ltmp/ssen/src/llvm/Debug/bin/llc' '-f' '-o' 'a.out.s' 'a.out.bc' Generating Native Executable With: '/usr/bin/gcc' '-fno-strict-aliasing' '-O3' '-o' 'a.out' 'a.out.s' '- L' '/usr/lib' '-lSystem'...
2017 Oct 26
2
Bug: lmtp proxy does not quote local parts with spaces
There seems to be a bug with RFC822 processing in ltmp proxying that doesn't quote local parts that, for example, contain spaces. director config: director_username_hash = %Ln lmtp_proxy = yes recipient_delimiter = + protocol lmtp { auth_socket_path = director-userdb auth_username_chars = auth_user...
2011 Dec 05
3
lmtp panic in proxy lmtp director
Hi, we are getting some core dumps with signal 6 in ltmp on a dovecot director proxy server, like this: Dec 5 14:31:51 sproxy1 dovecot: lmtp(29999): Panic: file lmtp-proxy.c: line 376 (lmtp_proxy_output_timeout): assertion failed: (proxy->data_input->eof) Dec 5 14:31:51 sproxy1 dovecot: lmtp(29999): Error: Raw backtrace: /usr/lib64/dovecot/l...
2016 Jun 24
4
Postfix and Dovecot LDA vs. LMTP
I'm new to Dovecot and will be using it with Postfix. I'm looking for recommendations regarding the use of Dovecot's LDA or LMTP for virtual mailbox delivery. Many of the simple examples on the wiki use LDA. So I've set that up initially. But apparently an advantage of LMTP is recipient verification. So, as I understand it, LMTP would let Postfix know whether or not the
2012 Feb 15
0
[LLVMdev] LLVM GHC Backend: Tables Next To Code
...is starting to look very similar to how ARM constant islands work, without the extra ugliness from how small the ARM immediate displacements are. -Jim > .text > .align 8 > .globl Main_main1_info > .type Main_main1_info, @object > Main_main1_info: > .Lc1Df: > jmp .Ltmp > .long Main_main1_srt-(Main_main1_info)+0 > .long 0 > .quad 4294967299 > .quad 0 > .quad 270582939663 > .Ltmp: > leaq -8(%rbp),%rax > cmpq %r15,%rax > jb .Lc1Dh > > > Since the jmp is a fixed 2 bytes (0xE...
2011 Jul 27
2
lmtp multiple recipients fail
Hello, I am having a problem with the lmtp delivery of mail addressed to multiple recipients. ?The first recipient receives the mail correctly but the next recipients do not. ?ltmp apparently tries to create a link from the subsequent recipients' mail store to the first recipient mail store and fails. This returns 451 smtp codes to the sender which then resends at some later time. Please see below for users jerry, steve, and mary. The message to jerry gets written but...
2015 Dec 16
3
[bug][Pigeonhole 0.4.10] Missing msgid
Pigeonhole 0.4.10 doesn't log msgid for some messages. Dec 16 09:57:57 mx dovecot: lmtp(user1 at example.com): EbLlL2gLcVYCBgEAPZa6/Q: sieve: msgid=<20151216065756.BE1DF1FFD8 at cp.bitrix24.com>: forwarded to <user3 at example.com> Dec 16 09:57:57 mx dovecot: lmtp(user1 at example.com): EbLlL2gLcVYCBgEAPZa6/Q: sieve: stored mail into mailbox 'INBOX' Dec 16 09:57:57 mx
2007 Apr 07
2
Setting where the x-axis crosses the y-axis
Hi all, my apologies for a probably very obvious question but i can't figure out if, on a bar plot, there is a simple way to have the x-axis cross the y-axis at 1, when the y-axis is on a log-scale? I want to draw a bar plot, and have some of the bars "drop" below 1 while starting from 1. Is this possible? I have been trying various things using barplot, barplot2 etc... without
2013 Oct 22
1
LMTP, TLS/SSL, authentication, proxy
Folks, Several questions packed into one email ;) Can dovecot use TLS/SSL on LTMP inet socket? Can I configure dovecot to only let an authenticated user deliver mail via LMTP? Can I tell dovecot to use a user/password for proxying LMTP connections? All this is related to my quest to move from cyrus to dovecot transparently to our users. And if any of the above questions ca...
2012 Jul 26
4
Problem overriding default quota limit
...torage=1G_ _? ?.........._ _}_ And this is the recovered fields in LDAP search: _user_attrs = mailMessageStore=home,mailquotasize=quota_rule=*:bytes=%$_ It works if user has mailquotasize in its LDAP entry. But if it hasn't it Dovecot assign 0 instead of ?*:STORAGE=1G This is the log when LTMP deliver a mail to a user without mailquotasize attribute: _auth: Debug: master in: USER#0111#011eepp68#011service=lmtp#011lip=172.31.100.120#011lport=24#011rip=172.31.100.119#011rport=41452_ _auth: Debug: userdb-cache(eepp68,172.31.100.119): miss_ _auth: Debug: ldap(eepp68,172.31.100.119): user...
2012 Feb 14
3
[LLVMdev] LLVM GHC Backend: Tables Next To Code
Hmm writing a blog post about TNTC is beyond the time I have right now. Here is some high level documentation of the layout of Heap objects in GHC: http://hackage.haskell.org/trac/ghc/wiki/Commentary/Rts/Storage/HeapObjects#InfoTables With TNTC enabled we generate code for closures of this form: .text .align 8 .long Main_main1_srt-(Main_main1_info)+0 .long 0 .quad 4294967299 .quad 0
2016 Jun 25
3
Postfix and Dovecot LDA vs. LMTP
...> > > I'd appreciate comments from experienced users of postfix with dovecot. > > Are > > you using Dovecot LDA or LMTP and why? > I have LMTP with dovecot running on Ubuntu 14.04 and Ubuntu 16.04. > > LDA is the worser solution, this is best explained in chapter LTMP in > Peers dovecot book, which is unluckily in german and more or less out of > print. > > But you can easily grasp the configuration details and reverse engineer > the technical german phrases ... > > > > > > > > > > Thanks much, > > > >...