[Dovecot] How can I make dovecot aware of user's email aliases?

2010-04-23 Thread Ian P. Christian
Sieve will not reply to mail it doesn't think was sent directly to a user. I use an SQL auth backend, and a user might login as us...@domain.com. What method can I use to inform dovecot that us...@domain.com is a forward to us...@domain.com, such that the vacation auto response will fire when us.

Re: [Dovecot] dovecot1.2 segfault

2009-02-24 Thread Ian P. Christian
2009/2/24 Timo Sirainen : > Looks like the POP3 proxying code was just broken. Fixed: > http://hg.dovecot.org/dovecot-1.2/rev/98e1115cd8f0 Timo, thank you so much for your amazingly fast response - I really appreciate it. Stephan, how often does your apt repos re-bundle the source package from R

Re: [Dovecot] dovecot1.2 segfault

2009-02-24 Thread Ian P. Christian
Hope this helps Timo, thanks! Hope I'm not doing anything stupid ;) (gdb) cont Continuing. Program received signal SIGSEGV, Segmentation fault. i_stream_next_line (stream=0x6533a0) at istream.c:248 248 istream.c: No such file or directory. in istream.c (gdb) bt full #0 i_stream_next_

Re: [Dovecot] Rename INDEX

2009-02-24 Thread Ian P. Christian
2009/2/24 Daniel Aleksandersen : > Hi > > I think there is a technical reason for this, but I am not sure. My IMAP > client > shows a folder called INDEX. This is my maildir. I wonder if it is possible to > change the name of this folder to something else? This is not typical - perhaps you've som

Re: [Dovecot] Dovecot as a email storage system

2009-02-24 Thread Ian P. Christian
2009/2/24 Roderick A. Anderson : > Anyone see problems with doing this? no :)

[Dovecot] dovecot1.2 segfault

2009-02-24 Thread Ian P. Christian
I've tried 2 builds of dovecot, based on a amd64 rebuild of the experimental package on http://xi.rename-it.nl/debian/ I've tried to include as much useful info as possible, sorry if I've missed out anything of use. Let me know as I'm more then happy to assist in any way possible. $ telnet hos

Re: [Dovecot] sieve-test again

2009-02-23 Thread Ian P. Christian
2009/2/23 Stephan Bosch : > This was also an issue for `deliver -p` and this is fixed by Timo. That's fantastic Stephan, thanks!

Re: [Dovecot] sieve-test again

2009-02-23 Thread Ian P. Christian
2009/2/23 Ian P. Christian : > I'm not sure what it is I'm doing wrong here, perhaps my 'test' mail > is not in the format expected by sieve-test. I don't know why I didn't figure this out from my previous mail/error. sieve-test appears not to handle relative

[Dovecot] sieve-test again

2009-02-23 Thread Ian P. Christian
I'm not sure what it is I'm doing wrong here, perhaps my 'test' mail is not in the format expected by sieve-test. The 'test' file is a file taken directly from a dovecot maildir - so is in the normal format of having headers, a new line, then the body. There is nothing exceptional about this email

Re: [Dovecot] sieve-test issue

2009-02-23 Thread Ian P. Christian
2009/2/23 Ian P. Christian : > # sieve-test -c ../../../sieve/default.sieve > 1235038385.M765212P13483.tch-mailstore1\,S\=3927\,W\=4017\:2\,S > Fatal: Can't open mail stream as raw > Running strace on this, I see it's trying to do this: open("sieve/default.svbin.tmp

[Dovecot] sieve-test issue

2009-02-23 Thread Ian P. Christian
Hi all, I'm using a build of dovecot 1.2, and I'm seeing this: # ls -al 1235038385.M765212P13483.tch-mailstore1\,S\=3927\,W\=4017\:2\,S -rw--- 1 mail mail 3927 2009-02-19 10:13 1235038385.M765212P13483.tch-mailstore1,S=3927,W=4017:2,S (r...@tch-mailstore1:/mailstore/mail/domain.net/i/ian/mai

Re: [Dovecot] sieve filters

2009-02-19 Thread Ian P. Christian
2009/2/19 Ian P. Christian : > The first if appears to match, as if I move the fileinto up there it > works - however it doesn't work as it shown here. Can anyone suggest > why? Can I achieve what I'm trying to do with sieve? How can I go > about debugging scripts? >

[Dovecot] sieve filters

2009-02-19 Thread Ian P. Christian
Hi all, I'm trying to figure out a way of filtering mail from a commercial anti-spam platform. Unfortunately you need to compare part of one header against part of another header. I figured I could solve this using sieve variables and pattern matching, however I'm having little luck and don't kn

Re: [Dovecot] assertion failed

2009-02-17 Thread Ian P. Christian
2009/2/17 Timo Sirainen : > Could you do one more thing: Set auth_debug=yes and paste the logs what > happens before the crash. Also show what you have in password_query in > dovecot-sql.conf. Are you using mysql? These were sent offlist. One thing I really should have mentioned is that these err

Re: [Dovecot] assertion failed

2009-02-17 Thread Ian P. Christian
2009/2/17 Timo Sirainen : > dovecot -n output? Anyway, I remember fixing something related to this > recently, so simply upgrading will probably fix it. Thanks for the quick reply. Unfortunately an upgrade to 1.1.11 hasn't sorted it. Feb 17 19:25:34 proxy dovecot: Panic: auth(default): file pass

[Dovecot] assertion failed

2009-02-17 Thread Ian P. Christian
Does anyone know what might cause this? # dovecot --version 1.1.7 Feb 17 18:21:51 imap-proxy-temp dovecot: Panic: auth(default): file passdb-cache.c: line 121 (passdb_cache_lookup_credentials): assertion failed: (*scheme_r != NULL || *password_r == NULL) Feb 17 18:21:51 imap-proxy-temp dovecot: a

Re: [Dovecot] SSL certs per listen IP

2008-12-21 Thread Ian P. Christian
http://wiki.dovecot.org/Roadmap "v1.2 will be the next release after v1.1. v2.0 will provide a rewritten master process and config handling framework, which makes it a lot easier to implement several other features. Many people also want to use configuration that currently isn't possible, but will

Re: [Dovecot] SSL certs per listen IP

2008-12-20 Thread Ian P. Christian
2008/12/20 Darren Pilgrim : > You can't do this with a single instance, but you can run parallel instances > of dovecot on the same machine. Thanks Darren, I did think about this option. Does anyone else see a value in my putting this in as a feature request? IMO it would be useful to have a who

Re: [Dovecot] SSL certs per listen IP

2008-12-20 Thread Ian P. Christian
2008/12/20 Wolfram Schlich : > Not with Dovecot itself. You have to use something like stunnel > instead and redirect the connections to localhost:110/143 instead, > for example. Ahhh yes, of course. Thanks a lot, and seasons greetings, Ian

[Dovecot] SSL certs per listen IP

2008-12-20 Thread Ian P. Christian
I'd like to host multiple domains though a central dovecot proxy - however, I need to present different certs to different hostnames (which are on different IPs). I can't see a way to this in the documentation, is it possible? thanks, Ian

[Dovecot] sieve filtering, rewriting subjects

2007-10-16 Thread Ian P. Christian
works? Simply a text area to write the script in would do Thanks, -- Ian P. Christian ~ pookey.co.uk