Displaying 2 results from an estimated 2 matches for "amimanera".
2018 Jun 22
1
sievescript is not working
...ot compiled before
>
> remember only content in svbin is used
Since I defined mailbox_command = /usr/lib/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT"
in main.cf of postfix I have some more problems.
Jun 22 12:36:45 bitmachine1 postfix/smtpd[31220]: connect from smtp.amimanera.de[2a02:248:2:3377:5054:ff:fe80:307]
Jun 22 12:36:45 bitmachine1 postfix/smtpd[31220]: Trusted TLS connection established from smtp.amimanera.de[2a02:248:2:3377:5054:ff:fe80:307]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
Jun 22 12:36:47 bitmachine1 postgrey[2377]: action=pass,...
2018 Jun 21
2
sievescript is not working
Hello!
I have a problem with a sieve-script which works for one domain but not for another one.
Both domains are hostet on the same server running dovecot and postfix.
This is the script that works:
require ["vacation"];
# rule:[Out of office]
if true
{
vacation :days 1 :addresses "a.meyer at nimmini.de" :subject "absent" "Ich bin nicht da.";
}