Displaying 2 results from an estimated 2 matches for "testisc84".
2008 Feb 12
1
Postfix, dovecot and sieve - no response from sieve
...atically (i.e the file .dovecot.sieve compile 
in a file named .dovecot.sievec).
I have followed the installation of sieve, postfix, dovecot under a 
Debian via apt-get.
The program deliver is used correctly by Postfix (master.cf).
With a reject script I have the following trace (user 
h.henoch at testisc84.org send to test at testisc84.org which have a sieve 
"reject" script), the mail seems to be rejected but I have no 
notification for the sender.
This script run under a old postfix, cyrus installation
Feb 12 11:55:33 vsmail deliver(h.henoch at testisc84.org): 
msgid=<dovecot-12028137...
2008 Feb 13
1
Sieve script not seen
...dropped locally with 
deliver program.
So, I've written a .dovecot.sieve script in the home directory of a user 
(which is the same of is mailbox directory) , I'be enabled sieve plugin :
 protocol lda {
  # Address to use when sending rejection mails.
  postmaster_address = postmaster at testisc84.org
  # Hostname to use in various parts of sent mails, eg. in Message-Id.
  # Default is the system's real hostname.
  hostname = vsmail.isc84.org
  # Support for dynamically loadable plugins. mail_plugins is a space 
separated
  # list of plugins to load.
  #mail_plugins =
  mail_plugin_dir...