Re: [Dovecot] segfault in Debian Squeeze + Dovecot 2.1.10

2012-09-22 Thread Gary V
gt; > > I need to use Dovecot 2.1.x because I need to support handling multiple SSL > certs. May not be related at all, but when I see segfaults on Debian, the first thing I try is to switch to bash as the default system shell: dpkg-reconfigure dash Answer: Use dash as the default system shell (/bin/sh)? -- Gary V

[Dovecot] default_pass_scheme = PLAIN and blank password

2011-09-17 Thread Gary V
ng that I'm not aware of that changes this behavior? Of course let me know if you need additional info on the setup I'm using. Thank you, Gary V

Re: [Dovecot] sieve on debian squeeze

2011-07-27 Thread Gary V
estination_recipient_limit = 1 As far as SASL goes (unrelated to the LDA or Sieve issue), mine differs from yours also, I have added: smtpd_sasl_path = private/auth smtpd_sasl_type = dovecot under auth default in dovecot.conf I also have differences: socket listen { master { path = /var/run/dovecot/auth-master mode = 0600 user = vmail } client { path = /var/spool/postfix/private/auth mode = 0660 user = postfix group = postfix -- Gary V

Re: [Dovecot] sieve on debian squeeze

2011-07-27 Thread Gary V
eader_checks > I use virtual virtual_transport = dovecot In master.cf I have: dovecot unix - n n - - pipe flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d ${recipient} -e -- Gary V

Re: [Dovecot] sieve on debian squeeze

2011-07-27 Thread Gary V
sieve_dir: ~/sieve > sieve: ~/.dovecot.sieve > sieve_global_dir: /var/vmail/sieve > sieve_maxscriptsize: 128 > > Any suggestions? Thanks in advance! > > -Andrea > I think you need to change: mail_plugins: cmusieve to: mail_plugins: sieve -- Gary V

Re: [Dovecot] dovecot.conf: mechanisms = plain login cram-md5 | Windows Live Mail: CRAM-MD5 authentication failed. This could (NOT) be due to a lack of memory on your system

2010-08-07 Thread Gary V
md5.conf that might look something like this: driver = mysql connect = host=127.0.0.1 dbname=postfix user=postfix password=password default_pass_scheme = PLAIN password_query = SELECT clear AS password FROM mailbox WHERE username = '%u' AND active = '1' With an added field to store a plain text password (I called it "clear"). -- Gary V

Re: [Dovecot] dovecot with IMAP and POP3 mixed

2009-03-21 Thread Gary V
Trash sent_folder = Sent draft_folder = Drafts show_prefix_option = false default_sub_of_inbox = false show_contain_subfolders_option = false optional_delimiter = detect delete_folder = false -- Gary V

Re: [Dovecot] Dovecot discards mail over quota

2009-01-19 Thread Gary V
ure of what all the options are. -- Gary V

Re: [Dovecot] Dovecot discards mail over quota

2009-01-19 Thread Gary V
On 1/19/09, Ulrich Zehl wrote: > On Sun, Jan 18, 2009 at 12:26:46PM -0700, Gary V wrote: > > Just as a matter of interest. On my Postfix system: > > > > a) Using deliver -e, Postfix bounces the message immediately 5.7.0 -> > > Subject: Undelivered Mail Re

Re: [Dovecot] deliver rejection bounces

2009-01-18 Thread Gary V
MUAs based on text in current bounces. -- Gary V

Re: [Dovecot] Dovecot discards mail over quota

2009-01-18 Thread Gary V
27;over quota' is concerned) is who sends the bounce (and subsequently - what message the bounce contains). If that's the case, it's a matter of which notification the mail admin prefers. -- Gary V

Re: [Dovecot] Dovecot discards mail over quota

2009-01-18 Thread Gary V
On 1/18/09, Sahil Tandon wrote: > On Sun, 18 Jan 2009, Gary V wrote: > > > On 1/17/09, Timo Sirainen wrote: > > > On Jan 17, 2009, at 2:36 PM, Gary V wrote: > > > > Then a bounce is created stating the mail was rejected: > > > > > &g

Re: [Dovecot] Dovecot discards mail over quota

2009-01-18 Thread Gary V
On 1/17/09, Timo Sirainen wrote: > On Jan 17, 2009, at 2:36 PM, Gary V wrote: > > Then a bounce is created stating the mail was rejected: > > > > Your message to was automatically rejected: > > Quota exceeded (mailbox for user is full). > > > > Que

Re: [Dovecot] Dovecot discards mail over quota

2009-01-17 Thread Gary V
On 1/17/09, Timo Sirainen wrote: > On Jan 17, 2009, at 2:36 PM, Gary V wrote: > > > Then a bounce is created stating the mail was rejected: > > > > Your message to was automatically rejected: > > Quota exceeded (mailbox for user is full). > > > > Quest

[Dovecot] Dovecot discards mail over quota

2009-01-17 Thread Gary V
9-01-17 12:05:31 Info: msgid=<1293474859.20090117120...@example.com>: rejected: Quota exceeded (mailbox for user is full) deliver(ga...@example.com): 2009-01-17 12:05:31 Info: msgid=: saved mail to INBOX -- Gary V

[Dovecot] Error: sieve_execute_bytecode(/var/sieve/global.sievec) failed

2009-01-12 Thread Gary V
#x27;1' user_query = SELECT CONCAT('/var/vmail/',maildir) AS home, 6060 AS uid, 6060 AS gid FROM mailbox WHERE username = '%u' AND active = '1' --- Thanks much, -- Gary V