Hi,

I've installed IMAP 2.1.1 and SASL 2.1.0 in combination with Postfix
as the MTA. Mail is flowing into the system nicely and I'm very happy
with the general aspects of the system.

Unfortunately, I can't get sieveshell to work:

[root@lovelace /etc/pam.d]# /usr/bin/sieveshell localhost
connecting to localhost
Use of uninitialized value in concatenation (.) at /usr/bin/sieveshell line 170.
unable to connect to server:  at /usr/bin/sieveshell line 170.


However, I'm able to telnet to the port. What gives?

Furthermore, as an alternative to trying to install scripts on the
server, I've tried creating a simple ~/.sieve file and activated
'sieveusehomedir: true' in imapd.conf, but this doesn't seem to work
either. All mail ends up in my INBOX, regardless of what I try to do
with it.

~/.sieve currently looks like this:

require ["fileinto", "reject"];

if header :contains "subject" "test" {
        fileinto "INBOX.test";
}

If I then perform 'echo foo | mail -s test [EMAIL PROTECTED]', the mail
ends up in my INBOX instead of INBOX.test. I've already created
INBOX.test using cyradm.

Any ideas?

Ian
-- 
Ian Macdonald               | Ocean:  A body of water occupying about
System Administrator        | two-thirds of a world made for man -- who
Google, Inc.                | has no gills. -- Ambrose Bierce 
[EMAIL PROTECTED]              | 
650.330.0100 x1265          | 

Reply via email to