Displaying 2 results from an estimated 2 matches for "0dac7219ae".
2018 Jun 22
1
sievescript is not working
...amimanera.de, recipient=a.meyer at bitcorner.de
Jun 22 12:36:47 bitmachine1 postfix/smtpd[31220]: NOQUEUE: client=smtp.amimanera.de[2a02:248:2:3377:5054:ff:fe80:307]
Jun 22 12:36:51 bitmachine1 postfix/smtpd[31224]: connect from localhost[127.0.0.1]
Jun 22 12:36:51 bitmachine1 postfix/smtpd[31224]: 0DAC7219AE: client=localhost[127.0.0.1]
Jun 22 12:36:51 bitmachine1 postfix/cleanup[31225]: 0DAC7219AE: message-id=<20180622123414.08aac41d at workstation>
Jun 22 12:36:51 bitmachine1 postfix/qmgr[23073]: 0DAC7219AE: from=<andreas at amimanera.de>, size=1826, nrcpt=1 (queue active)
Jun 22 12:36:51...
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.";
}