Hi,

thanks for the tip with the sieve, yes I test it now, that is the reason, but
how can I solve that? :-)
the Mistakes occurs when I change this:

    SOGoSieveScriptsEnabled = YES;
    SOGoSieveServer = "sieve://127.0.0.1:2000";

--to this:

    SOGoSieveScriptsEnabled = YES;
    SOGoSieveServer = "sieve://sogosrv:2000";

(the reason is for the use of the host-name, I have installed for the external
access a second SOGo server. these works, except sieve :-(

at first I thought this is only a small entry in dovecot.conf
so I've changed this:

in -- dovecot.conf --
passdb {
  driver = static
  args = nopassword=y allow_nets=127.0.0.1/32
}
-- to ------

passdb {
  driver = static
  args = nopassword=y allow_nets=127.0.0.1/32,192.168.1.0/24
}
--------------
unfortunately that has not helped.
of same error as described (same entries in sogo.log)

has someone already made this​​? and knows what to do yet?

(ping to hostname sogosrv is ok, Firewall is off, dovecot ist restarted)

thanks for any help

--- dovecot.conf -----------------------------
disable_plaintext_auth = yes
log_path = /var/log/dovecot.message
log_timestamp = "%Y-%m-%d %H:%M:%S "
#auth_debug=yes
#mail_debug=yes
mail_location = maildir:/var/mail/%u
first_valid_uid = 33
mail_privileged_group = mail
ssl = required
ssl_cert = </etc/ssl/sogo/xxxx.xxxx.xx.pem
ssl_key = </etc/ssl/sogo/xxxx.xxxx.xx.np.key
ssl_ca = </etc/ssl/sogo/ca.pem
passdb {
  driver = passwd-file
  args = /etc/dovecot/master-users
  master = yes
  pass = yes
}
passdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
passdb {
  driver = static
  args = nopassword=y allow_nets=127.0.0.1/32
}
passdb {
  driver = pam
}
protocols = imap pop3 sieve
service auth {
  unix_listener auth-master {
    group = vmail
    mode = 0600
    user = vmail
  }
  unix_listener auth-userdb {
    user = vmail
  }
  user = root
}
userdb {
  args = /etc/dovecot/dovecot-ldap.conf
  driver = ldap
}
userdb {
  driver = passwd
}
protocol lda {
  hostname = xx.xxxx.xxxx.xx
  log_path =
  mail_plugins = sieve quota
  postmaster_address = [email protected]
}
protocol imap {
  mail_plugins = quota imap_quota imap_acl acl
}
protocol pop3 {
  pop3_uidl_format = %08Xu%08Xv
}
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
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }
  inet_listener sieve_deprecated {
    port = 2000
  }
  service_count = 1
}
plugin {
  sieve = /var/mail/sieve/%n.sieve
  sieve_dir = /var/mail/sieve/%n/
  quota = maildir
  quota_rule2 = Trash:storage=+100M
  quota_warning = storage=95%% quota-warning 95 %u
  quota_warning2 = storage=80%% quota-warning 80 %u
  quota_warning3 = -storage=80%% quota-warning below %u
  acl_shared_dict = file:/var/mail/shared-mailboxes.db
  acl = vfile
}
service quota-warning {
  executable = script /usr/local/bin/quota-warning.sh
  user = vmail
  unix_listener quota-warning {
    user = vmail
  }
}
namespace {
  type = private
  separator = /
  prefix =
  inbox = yes
}
namespace {
  type = shared
  separator = /
  prefix = shared/%%u/
  location = maildir:/var/mail/%%u:INDEX=/var/mail/%u/shared/%%u
  list = children
}
-------------------------------------------------------------------------------------
-- 
[email protected]
https://inverse.ca/sogo/lists

Reply via email to