similar to: LDA and chroot

Displaying 20 results from an estimated 2000 matches similar to: "LDA and chroot"

2007 Apr 03
2
1.0rc29: LDA chroot problem
Hi, I got strange problem with dovecot LDA; in dovecont.conf: mail_chroot = /srv/vmail --- deliver(test at fakedomain.net): Apr 03 07:28:21 Info: auth input: test at fakedomain.net deliver(test at fakedomain.net): Apr 03 07:28:21 Info: auth input: uid=400 deliver(test at fakedomain.net): Apr 03 07:28:21 Info: auth input: gid=400 deliver(test at fakedomain.net): Apr 03 07:28:21 Info: auth
2006 Dec 06
2
auth unix sockets
Hi, I'm working on "avelsieve" SqurrelMail plug-in to implement SIEVE "file" back end for dovecot. 1. My be someone my explain me, how to use client auth socket to authenticate against dovecot-auth unix socket. As fas as I understood login must be sent in form "user\0\user\0password" as base64 encoded string. pp code (I'm using socket used by postfix auth):
2008 Jul 10
2
file mail-transaction-log-view.c: assertion failed (v1.0.12)
Hi all. Looking at previous weeks logs I discovered strange errors: "file mail-transaction-log-view.c: assertion failed" dovecot v 1.0.12 Server is hosting more than 500 virtual users. It is compleate dovecot error log; only my own mailbox is affected ...and imap folder affected is "dovecots mailing list" :) While "Corrupted transaction log file" as far as I know
2007 Apr 12
0
LDA sieve plugin [patch]
Hi all. I spent some time testing Dovecot's LDA sieve plugin and found problem with "notify" method. In fact it always returns "generic sieve error"... and thus produces bounce messages like this: ----- Your message was automatically rejected by Dovecot Mail Delivery Agent. The following reason was given: Unknown error ---- Deliver logs error: "generic sieve
2008 Mar 04
1
User Unknown Sendmail Error
I am totally stumped here. I have setup a dovecot user and I can telnet to port 110 and login no problem with that user. When I try to send mail I get an error from sendmail: Mar 4 13:39:56 flashyhome sendmail[5014]: m24JdtGp005014: <paul at fleeky.com>... User unknown Now apparenly I need to setup the sendmail.mc file...which I have: MAILER(smtp)dnl MAILER(procmail)dnl MAILER(dovecot)
2009 Jan 13
4
Out of memory
Sorry for previous post with incorrect referrals/thread. For large mailboxes (64k + messages) using maildir I got random "out of memory" errors. [mail addresses hidden] dovecot: Dec 05 18:25:27 Error: IMAP(****@****): block_alloc(): Out of memory dovecot: Dec 05 18:25:27 Error: child 14142 (imap) returned error 83 (Out of memory) dovecot: Dec 05 18:27:29 Error: IMAP(****@****):
2008 Feb 11
1
Dovecot auth-master socket as postfix table lookup source.
Hi all. Intro: Timo has already done great job providing patch which allows postfix to authenticate directly against dovecot (included in latest postfix sorce code/release). Now I'm looking around for one more thing. I want to use dovecot's user db as source for postfix lookup tables. In particular: virtual_mailbox_maps Main reason is - postfix access rules and fighting against spam.
2008 Jul 18
4
Problems with dovecot/sieve and vacation
Hello, First of all, initial data: # dovecot --version 1.0.rc15 # dovecot -n # /etc/dovecot.conf protocols: imaps pop3s disable_plaintext_auth: yes login_dir: /var/run/dovecot/login login_executable(default): /usr/libexec/dovecot/imap-login login_executable(imap): /usr/libexec/dovecot/imap-login login_executable(pop3): /usr/libexec/dovecot/pop3-login login_max_processes_count: 256
2009 Jan 27
1
Dovecot 1.1.10 and chroot
As it's been a while since I upgraded (1.1rc10, jump to 1.1.10), this might be present in earlier versions as well. Anyway, if one enables mail_chroot in global config file, dovecot will try to access /tmp there. Per-user overrides behave correctly. For example, with: mail_chroot=/home/vmail dovecot will abort with: Fatal: chdir(/home/vmail/tmp) failed with uid 65534: No such file or
2011 Nov 13
1
Chroot
Hello, I have successfully setup dovecot with chroot but there are two things yet 1. submission_host problem (I posted message 2 days ago) 2. Problem with acl's and sharing: all maildirs are located in: /var/mail/jdoe at example.com/Maildir so: mail_chroot=/var/mail I setup acls with: 10-mail.conf ... namespace { type = private separator = / prefix =. inbox = yes hidden = no
2004 Sep 22
1
Questions about mail process chroots
Greetings, I am configuring a new Dovecot installation, and the way the valid_chroot_dirs and mail_chroot variables affect the mail processes are a bit unclear to me. I was wondering if anyone could provide me with more specific details than the comments in the configuration file do, or maybe even recommend some values given my configuration. We have a Debian GNU/Linux system and a mix of users
2008 Jul 28
3
lib90_cmusieve_plugin.so: undefined symbol: message_decoder_init
After upgrading our CentOS 5 box to the latest revisions last week (including Dovecot 1.1), we're seeing the following error message in the log files. Sieve was working fine with Dovecot 1.0. I have yet to turn up anything via Google for this particular error. SELinux is not logging any error messages at the moment, so I'm pretty sure that we've properly allowed all the SELinux
2006 Aug 05
1
Using mail_chroot and default_mail_env
Settings for mail_chroot and default_mail_env are not playing well together. It seems that default_mail_env is verified to exist *before* the chroot but is later used *after* the chroot. A configuration like this: * mail_chroot = /var/mail/example.com/username * default_mail_env = maildir:/Maildir Fails with the message: * stat(/Maildir) failed: No such file or directory As a
2007 Jul 30
4
MANAGESIEVE patch v5 for dovecot 1.0.2
Hello dovecot users, I have finally updated the MANAGESIEVE patch to fix the currently known small problems with the protocol implementation. Also, I included a proxy implementation based on imap-proxy.c. This patch is designed for dovecot release 1.0.2 and it will not apply cleanly to the 1.1 versions yet. Change Log V5 ------------- - Applied patch by Uldis Pakuls to fix
2004 May 05
1
Dovecot chrooting
hello all i am new to dovecot and i have a small problem. I use qmail as a pop3 server and dovecot as imap. my rc script is as follows: -----snip----- #!/bin/sh exec env - PATH="/var/qmail/bin:$PATH" \ qmail-start '|preline procmail' splogger qmai -----end----- thus i deliver mails through procmail so all mails are located to /var/spool/mail. The problem exists when i tested
2006 Nov 11
1
mail_chroot: no variables support?
Hello dovecot, It seems, that mail_chroot setting can't use variables. I try to set it to `%h' and it deosn't work :( Are here any security considerations, or it is bug? -- Best regards, Lev mailto:lev at serebryakov.spb.ru
2009 Mar 08
1
Simple Meetme Question
Hello, setting up Meetme was very easy. I jut added the MeetMe Application to an internal extension to be reachable by SIP and to an external extension to be reachable by ISDN. What I don't understand however is how to call somebody and drop him to the conference? I'm using Asterisk 1.4 from Debian lenny Sven -- "In the land of the brave and the free, we defend our freedom with
2008 Jun 20
1
Logitech cordless desktop ex 90
Anyone using ex 90? I have it running, no problem. Only mouse was little tricky, namely in X. But jut a little change in xorg.conf and everything works fine (CO 5.1 desktop install with vanilla kernel). Now would like to get keyboards extra buttons in use. Question is, anyone configured it allready, or do I have to invent wheel? again :D Jarmo
2005 Jul 12
1
write.foreign, SPSS on Mac OS X
Hi all, I have jut installed the foreign package (v 0.8-8) on my OS X machine, and have a bit of a problem writing out a data frame in SPSS format. Specifically, the code file (the .sps format file) seems to write 3 unprintable hex values instead of double quotes. For example, in the following output ... VALUE LABELS / immDel 1 ###1### 2 ###2### 3 ###3### ... emacs tells me that
2008 Mar 30
1
[LLVMdev] Compiling llvm-gcc on amd64 with 32 bits: assembler still carps
Hello, Joachim > This assembler was configured for a target of `x86_64-linux-gnu'. Hrm, try to check, how 'as' is invoked by llvm-gcc, you need jut to run the mentioned cmdline 'by hands': ./xgcc -B./ -B/home/jo/i686-pc-linux-gnu/bin/ -isystem /home/jo/i686-pc-linux-gnu/include -isystem /home/jo/i686-pc-linux-gnu/sys-include -L/home/jo/llvm-gcc-wrk/gcc/../ld -O2 -DIN_GCC