[ingo] ingo vacation

Dimitris Lampoudis vsolmyr at gmail.com
Tue Jan 13 14:38:20 UTC 2015


I will import dovecot conf:
mail_plugins =
protocols = imap lmtp sieve
mail_location = maildir:~/
listen = *
mail_uid = virtual
mail_gid = virtual
mail_access_groups = virtual

disable_plaintext_auth = yes
auth_mechanisms = digest-md5 plain
auth_cache_negative_ttl = 1 mins
auth_cache_size = 1 k

ssl = yes
ssl_cert = </etc/ssl/dovecot/server.crt
ssl_key = </etc/ssl/dovecot/server.key
ssl_require_crl = yes
ssl_protocols = TLSv1.2
ssl_cipher_list = AES256+EECPH:AES256+EDH

passdb {
        args = /usr/local/etc/dovecot/dovecot-sql.conf
        driver = sql
}

userdb {
        args = uid=virtual gid=virtual home=/var/spool/virtual/%d/%n
        driver = static
}

plugin {
        # put your plugins here
}

service auth {
        unix_listener /var/spool/postfix/private/auth {
                group = postfix
                mode = 0660
                user = postfix
        }
}

service auth-worker {
        user = dovecot
}

service lmtp {
        unix_listener /var/spool/postfix/private/dovecot-lmtp {
                group = postfix
                mode = 0660
                user = postfix
        }
}

service imap-login {
        chroot = login
        client_limit = 128
        executable = /usr/local/libexec/dovecot/imap-login
        process_min_avail = 2
        process_limit = 64
        service_count = 10
#       inet_listener imap {
#               address = *
#               port = 143
#               port = 0
#       }
        inet_listener imaps {
                address = *
                port = 993
                ssl = yes
        }
}

service imap {
        executable = /usr/local/libexec/dovecot/imap
}

service managesieve-login {
        inet_listener sieve {
                port = 4190
        }
        #inet_listener sieve_deprecated {
                #port = 2000
        #}
 service_count = 1
 vsz_limit = 64M
}

service managesieve {
 process_limit = 10
}

protocol sieve {
  mail_max_userip_connections = 10
  managesieve_implementation_string = Dovecot Pigeonhole
  log_path = /var/log/dovecot-sieve-errors.log
  managesieve_max_line_length = 65536
}

protocol imap {
        mail_plugins = $mail_plugins
        imap_client_workarounds = delay-newmail tb-extra-mailbox-sep
        imap_max_line_length = 64 k
}

protocol lmtp {
  mail_plugins = sieve
}

plugin {
  # Used by both the Sieve plugin and the ManageSieve protocol
  sieve = /var/spool/virtual/%d/%n/.dovecot.sieve
  sieve_dir = /var/spool/virtual/%d/%n/
}

If I use at the backend usetls=false, I got no errors, but if I make it
true I get the same error. Thunderbird works only under SSL/TLS.

Is this some kind of bug or do I a misconfig? Iam working under freebsd, if
that matters.


On Tue, Jan 13, 2015 at 12:11 PM, Arjen de Korte <arjen+horde at de-korte.org>
wrote:

> Citeren Michael M Slusarz <slusarz at horde.org>:
>
>  Quoting Dimitris Lampoudis <vsolmyr at gmail.com>:
>>
>>  Hi, I am trying to make the vacation to work.
>>> I have tried many different options with no success. I get the following
>>> message:
>>>
>>> Script not updated: exception 'Ingo_Exception' with message 'There was an
>>> error activating the script. The driver said: exception 'Ingo_Exception'
>>> with message 'Failed to establish TLS connection' in
>>> /usr/local/www/horde/ingo/lib/Transport/Timsieved.php:87 Stack trace: #0
>>>
>>
>> Your sieve server does not support TLS.  (Or it is not configured
>> correctly.)
>>
>
> Dovecot will support TLS if configured properly. Check if it is listening
> on port 4190 (it probably isn't). In my configuration (openSUSE) this is
> disabled by default and can be enabled by uncommenting a line in the
> 20-managesieve.conf file that is bundled:
>
> # Uncomment to enable managesieve protocol:
> #protocols = $protocols sieve
>
> --
> This message was sent from a mailinglist subscription address.
> For off-list replies, you must remove the address extension.
>
> --
> ingo mailing list
> Frequently Asked Questions: http://wiki.horde.org/FAQ
> To unsubscribe, mail: ingo-unsubscribe at lists.horde.org
>


More information about the ingo mailing list