Displaying 2 results from an estimated 2 matches for "sieve_and_smtp_submiss".
2020 Sep 27
1
managesieve script 'redirect' fails @ "Error: sieve: ... aborted due to temporary failure; Error: smtp-server: ... failed: SSL_accept() failed: error:1408F10B:SSL routines:ssl3_get_record:wrong version number"; direct send OK ?
adding a second, non-redirect action to the sieve rule in order to test,
+ require ["copy","fileinto"];
# rule:[SIEVETEST]
if header :contains "subject" "SIEVETEST"
{
+ fileinto :copy "testing";
redirect "user2 at example2.com";
}
on send exec, the 'fileinto' action does work as expected.
the 'redirect' fails
2020 Oct 19
3
Dovecot docker auto-responder - delegate to external SMTP
Hi all,
I have dockerized my dovecot setup. Everything works fine besides
auto-responder using sieve.
Issue is that the my dovecot docker image does NOT come with a SMTP
which could be used for outgoing mail.
My SMTP setup (postfix) is in another image/container.
I want to keep it that way, so that dovecot and postfix have separate
images.
So basically I have 2 containers running in the