Hello Bernd.

Le 14/10/2013 08:26, Bernte a écrit :
> Dear Maxime,
> 
> I am running a very similar setup, without any problems running Sieve. I
> have added my output of dovecot -n below, but perhaps you can see
> anything that is different.
> 
> Also, please have a look at the /var/dovecot directory. Perhaps there
> are some permissions wrong. I have also added the output from my
> configuration below.
> 
> If you want to delta-debug, I am happy to provide any more information.
> 
> Regards,
> Bernd
> 

I made my dovecot's configuration looks like yours and it's still not
working. I'm going to be crazy! Especially as I guess I missed
something, somewhere.

I had a look to the /var/dovecot directory as you suggested but it seems
fine too. Also I did a chmod a+r of my private key (and his parent
directory) but nop, no change.

Anyway your help is really appreciated.


Off mailing-list a nice guy made me check my pf's configuration, but all
ok (no filtering locally).

# netstat -nat | grep LISTEN | grep -E "4190|2000"
tcp          0      0  *.2000                 *.*                    LISTEN
tcp          0      0  *.4190                 *.*                    LISTEN
tcp6         0      0  *.2000                 *.*                    LISTEN
tcp6         0      0  *.4190                 *.*                    LISTEN

# telnet 91.121.65.29 4190 (same results for localhost or ipv6)
Trying 91.121.65.29...
Connected to 91.121.65.29.
Escape character is '^]'.
^]
telnet> quit


Maxime

-----

# 2.1.15: /etc/dovecot/dovecot.conf
# OS: OpenBSD 5.3 amd64
first_valid_uid = 1000
managesieve_notify_capability = mailto
managesieve_sieve_capability = fileinto reject envelope
encoded-character vacation subaddress comparator-i;ascii-numeric
relational regex imap4flags copy include variables body enotify
environment mailbox date ihave
mbox_write_locks = fcntl
mmap_disable = yes
namespace inbox {
  inbox = yes
  location =
  mailbox Drafts {
    special_use = \Drafts
  }
  mailbox Junk {
    special_use = \Junk
  }
  mailbox Sent {
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    special_use = \Sent
  }
  mailbox Trash {
    special_use = \Trash
  }
  prefix =
}
passdb {
  driver = bsdauth
}
plugin {
  sieve = ~/.dovecot.sieve
  sieve_dir = ~/sieve
}
protocols = imap pop3 lmtp sieve
service auth {
  user = $default_internal_user
}
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
  inet_listener sieve_deprecated {
    port = 2000
  }
}
ssl_ca = </etc/ssl/CA.crt
ssl_cert = </etc/ssl/imap.crt
ssl_key = </etc/ssl/private/imap.key
userdb {
  driver = passwd
}
protocol lmtp {
  mail_plugins = sieve
}
protocol lda {
  mail_plugins = sieve
}
protocol imap {
  imap_client_workarounds = delay-newmail tb-extra-mailbox-sep tb-lsub-flags
}
protocol pop3 {
  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}

###

# ll -a /var/dovecot/


total 32
drwxr-xr-x   4 root      wheel      1024 Oct 14 18:22 .
drwxr-xr-x  25 root      wheel       512 Aug 24 19:20 ..
srw-------   1 root      wheel         0 Oct 14 18:19 anvil
srw-------   1 root      wheel         0 Oct 14 18:19 anvil-auth-penalty
srw-------   1 root      wheel         0 Oct 14 18:19 auth-client
srw-------   1 _dovecot  wheel         0 Oct 14 18:19 auth-login
srw-------   1 root      wheel         0 Oct 14 18:19 auth-master
srw-rw-rw-   1 _dovecot  wheel         0 Oct 14 18:19 auth-userdb
srw-------   1 _dovecot  wheel         0 Oct 14 18:19 auth-worker
srw-------   1 root      wheel         0 Oct 14 18:19 config
srw-------   1 root      wheel         0 Oct 14 18:19 dict
srw-------   1 root      wheel         0 Oct 14 18:19 director-admin
srw-------   1 root      wheel         0 Oct 14 18:19 director-userdb
srw-rw-rw-   1 root      wheel         0 Oct 14 18:19 dns-client
srw-------   1 root      wheel         0 Oct 14 18:19 doveadm-server
lrwx------   1 root      wheel        25 Oct 14 18:19 dovecot.conf ->
/etc/dovecot/dovecot.conf
drwxr-xr-x   2 root      wheel       512 May 19 15:14 empty
srw-rw-rw-   1 root      wheel         0 Oct 14 18:19 indexer
srw-------   1 _dovecot  wheel         0 Oct 14 18:19 indexer-worker
-rw-r--r--   1 root      wheel        58 Oct 14 18:19 instances
srw-------   1 root      wheel         0 Oct 14 18:19 ipc
srw-rw-rw-   1 root      wheel         0 Oct 14 18:19 lmtp
srw-------   1 root      wheel         0 Oct 14 18:19 log-errors
drwxr-x---   2 root      _dovenull   512 Oct 14 18:19 login
-rw-------   1 root      wheel         6 Oct 14 18:19 master.pid
-rw-r--r--   1 root      wheel       133 Oct 14 18:19 mounts
srw-------   1 root      wheel         0 Oct 14 18:19 replication-notify
prw-------   1 root      wheel         0 Oct 14 18:19
replication-notify-fifo
srw-------   1 _dovecot  wheel         0 Oct 14 18:19 replicator
-rw-r--r--   1 root      wheel       230 Oct 12 17:44 ssl-parameters.dat
srw-------   1 root      wheel         0 Oct 14 18:19 stats
prw-------   1 root      wheel         0 Oct 14 18:19 stats-mail

Reply via email to