similar to: lmtp: Disable Delivered-To header

Displaying 20 results from an estimated 4000 matches similar to: "lmtp: Disable Delivered-To header"

2012 Jul 18
1
FETCH Error
Hi, I have the following problem: Jul 18 14:36:09 mailint1 dovecot: imap(micha): Error: FETCH [] for mailbox INBOX.Sent UID 166 got too little data: 120860 vs 120867 Jul 18 14:36:09 mailint1 dovecot: imap(micha): Error: Maildir filename has wrong W value: /var/mail/mailboxes/users/micha/.Sent/cur/1240390202.Rfd9752b8Q14135.mail-alt,S=280003,W=284007:2,S Jul 18 14:36:09 mailint1 dovecot:
2010 Dec 03
2
Problem with ACLs
Hi, i want to use unix groups in my ACLs. http://wiki2.dovecot.org/ACL says, I can do that with a post-login script (http://wiki2.dovecot.org/PostLoginScripting). I have verified, that the script is running, and that ACL_GROUPS is correct. But I still can't access the Mailbox. Logfile says: Dec 3 11:19:35 mailint1 dovecot: imap(micha): Debug: acl vfile: reading file
2011 Jan 19
1
Problem with sieve and delivery to folders with german umlauts.
Hi, I have a problem with sieve and german umlauts: error: msgid=unspecified: failed to store into mailbox 'INBOX.t&AOQ-st' (INBOX.t&-AOQ-st): Mailbox doesn't exist: t&-AOQ-st. The folder name is "t?st", the filesystem folder is ".t&AOQ-st" , but sieve seems to look for a folder named ".t&-AOQ-st" Dovecot verstion is: 2.0.9
2010 Dec 07
1
dovecot-lda segfault
Hello, dovecot-lda crashes with a segfault, if I run it as a user who has no mailbox, and no permission to create one. stat("/var/mail/mailboxes/users", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 getuid() = 21189 geteuid() = 21189 access("/var/mail/mailboxes/users", X_OK) = 0 getuid()
2011 Feb 17
1
Logout fails after copy to non existing folder (mutt)
Hi, I have a Problem with mutt, and copying mails to a new folder. If I copy to a non existing folder, and try to logout, dovecot doesnt accept the logout. I was able to reproduce the problem with the following imap session: C: 1 login user pass S: 1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT
2004 Apr 21
3
Streaming ogg from filepointer pointing to archive of many oggs. Ogg stream does not stop after end of one ogg file - what to do ?
Hello, I'm currently trying to implement streaming off ogg-files out of an archive file using SDL and SDL_mixer for playback. Therefore i create a FILE * filepointer, place it to the beginning of an ogg file inside the archive and hand over the filepointer to ov_open. ( command: ov_open(fp, &music->vf, NULL, 0) ). This works fine so far. The problem is: if i put many oggs together in
2007 Mar 21
6
error while migrating users to ldap with pdbedit
hi list, we want to migrate all our users from smbpasswd into ldap, but first test it so the current samba server in production should not be changed. to achieve this i created a smb.conf file with the following content: --- [smb.conf] [global] workgroup = mpi netbios name = sandy01 netbios aliases = sandy02 sandy03 interfaces = 10.4.0.106/255.255.0.0 bind interfaces only = yes socket
2009 Sep 24
1
nut is not working anymore after nut and kernel update
Hello, after an update I've got troubles with nut. It is not able to connect via usb to our UPS anymore. I dont know wether it is the nut update or the kernelupdate or both. In any case, it is difficult to get new rpms for CentOS. So if someone has an Idea, what I can try to solve this Problem: please help. Atached are relevant information. Best wishes, Hubert Krause My versions:
2010 Nov 25
2
AW: Windows 7 64-bit clients with high latency
>On Fri, Nov 5, 2010 at 23:05, Dirk Krause <dirk.krause at confuture.com> >wrote: >>>I've experienced the same problem with a potential customer of mine. >>> >>>Interestingly, the problem here affected both tinc and openvpn, which >>>suggests that it might be a problem outside of tinc, possibly the tap >>>driver? >> >> Is
2009 Nov 13
2
Multihomed puppet-server Multidomain SSL Problem
Hello List, I have a problem with the CA on my Puppetmaster. This Puppetmaster is connected to different Networks with different sub domainnames. The Puppet clients connecting via different Interfaces. There is no routing between subnets. Only one subnet can connect successfully. This is because the subject in the Certificate is the name of this subnet. All other clients get: Could not
2011 Jan 19
1
Delivered-To header without +extension ?
I'm running postfix 2.6.2 and dovecot 2.0.9, and I've just switched to delivering mails to dovecot via lmtp. It looks like the Delivered-To: header is slightly different - it doesn't seem to include the +extension? Is this intentional or does the +extension somehow get in the way? /Per Jessen, Z?rich
2007 Sep 04
1
(fwd) Bug#440721: FTBFS on sparc while linking usr/klibc/libc.so
new klibc sparc build failure against gcc 4.2 ----- Forwarded message from Kilian Krause <kilian at debian.org> ----- Subject: Bug#440721: FTBFS on sparc while linking usr/klibc/libc.so From: Kilian Krause <kilian at debian.org> To: Debian Bug Tracking System <submit at bugs.debian.org> Date: Mon, 03 Sep 2007 23:35:23 +0200 Package: klibc Version: 1.5.6-2 Severity: serious
2004 Aug 19
4
sorting character vectors
The following is not what I expected in sorting characters (single letters and the same letters with preceding spaces). Can someone enlighten me as to why the following might be a correct result for sorting? ; x <- c(LETTERS[1:3], paste(" ", LETTERS[1:3], sep="")) ; x [1] "A" "B" "C" " A" " B" " C" ; sort(x)
2013 Apr 11
2
Weird, sudden 3.4 problem.
We've had basically no issues with an older samba 3.4 installation working with Win 7, but suddenly this morning, "homes" shares are acting strange. I can create new folders, I can create new documents. However, any attempt to rename the newly created file gives me access denied problems. I can edit and save the file if it's text, from notepad, but Word and Excel documents fail
2018 Feb 26
2
[parallel] fixes load balancing of parLapplyLB
Dear Christian and Henrik, thank you for spotting the problem and suggestions for a fix. We'll probably add a chunk.size argument to parLapplyLB and parLapply to follow OpenMP terminology, which has already been an inspiration for the present code (parLapply already implements static scheduling via internal function staticClusterApply, yet with a fixed chunk size; parLapplyLB already
2007 Oct 09
2
lattice/xyplot: horizontal y-axis labels with scales(relation="free")
I would like to create an xyplot with varying y-axis limits and horizontal labels at the y-axis tickmarks. The following does not seem to work, although I think it should, going by the documentation for par. R version 2.5.1, Windows XP Prof. Thanks for a clue. Andreas Krause library(lattice) # axis labels for y-axis are horizontal xyplot(Sepal.Length ~ Sepal.Width | Species, data=iris) #
2010 Sep 05
2
Windows 7 64-bit clients with high latency
Hi, Windows 7 64-bit clients have a very high latency (constantly rising) using of tinc. 32-bit clients are working with normal speed. Does anyone have a solution for this problem? Viele Gr??e Dirk Krause
2020 Feb 28
3
Multi-Threading Compilers
On 2/28/20 12:56 AM, Chris Lattner wrote: > On Feb 27, 2020, at 9:44 PM, Nicholas Krause <xerofoify at gmail.com > <mailto:xerofoify at gmail.com>> wrote: >> On 2/28/20 12:19 AM, Chris Lattner wrote: >>> Hi Nicholas, >>> >>> You might want to check out MLIR: its pass manager is already >>> automatically and implicitly multithreaded.
2018 Feb 19
2
[parallel] fixes load balancing of parLapplyLB
Hi, I'm trying to understand the rationale for your proposed amount of splitting and more precisely why that one is THE one. If I put labels on your example numbers in one of your previous post: nbrOfElements <- 97 nbrOfWorkers <- 5 With these, there are two extremes in how you can split up the processing in chunks such that all workers are utilized: (A) Each worker, called
2009 Oct 02
1
libgssapi_krb5 whitch version required for 2.4.1
Hello list, I am currently trying to build nut-ups on CentOS 5.3, but the build prozess stops at: /usr/bin/ld: skipping incompatible /usr/lib/libgssapi_krb5.so when searching for -lgssapi_krb5 /usr/bin/ld: cannot find -lgssapi_krb5 which library version is required? The krb5-libs I've installed are of version 1.6.1. Anyone here succsesful in installing 2.4.1 on CentOS? Best regards,