[Dovecot] dovecot-1.2.4, sendmail,deliver,sieve
I'm trying to setup deliver as an LDA for system users. I've read http://wiki.dovecot.org/LDA/Sendmail
which handles virtual users. I don't see a README for what I need. I
want sendmail to accept the mail and then hand off to deliver with
sieve plugin. Deliver should look in the users home directory which is
found in /etc/passwd for the sieve-script to see what to do with it.
If the sieve-script DNE, then just deliver to INBOX(from
dovecot.conf). Any help would be appreciated.
Thanks, Jonathan
protocols: imap disable_plaintext_auth: no login_dir: /usr/dovecot-1.2.4/var/run/dovecot/login login_executable: /usr/dovecot-1.2.4/libexec/dovecot/imap-login login_greeting: Dovecot ready. login_processes_count: 30 max_mail_processes: 4096 mail_location: mbox:%h:INBOX=/var/spool/mail/%Ju/%u mail_full_filesystem_access: yes mmap_disable: yes dotlock_use_excl: no mbox_write_locks: fcntl mbox_lazy_writes: no mail_plugins: mbox_snarf mail_plugin_dir: /usr/dovecot-1.2.4/lib/dovecot/imap/ imap_client_workarounds: tb-extra-mailbox-sep imap_id_log: * lda: postmaster_address: postmaster@localhost auth default: mechanisms: plain gssapi krb5_keytab: /etc/krb5/krb5.keytab gssapi_hostname: $ALL debug: yes worker_max_count: 2 passdb: driver: pam args: max_requests=1 userdb: driver: passwd plugin: mbox_snarf: /gpfs/inbox/%Ju/%u
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, 19 Aug 2009, Jonathan Siegle wrote:
I'm trying to setup deliver as an LDA for system users. I've read
I use (all in one line):
FEATURE(local_procmail',
/etc/mail/smrsh/dovecot-deliver',
`/etc/mail/smrsh/dovecot-deliver -e -f $g -d $u -m $h')dnl
/etc/mail/smrsh/dovecot-deliver is a symlink to the real LDA.
Bye,
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSowY2HWSIuGy1ktrAQIhrgf+JuTDXX9oTYHCgTReh9eY9znS2lMZDhh7 pau0u6Y93KKcln/TYVI2m757S21iN0znwEN6Edwke/qoYmwCyA6jb+/4UkRA6D7x rl970yZ1jGGmVR5mN1He3IaN2iUIxC5pVho5PusRjP5pYilk7HyOsghHmM9hkJkV Xrfvln2Klqf6ii7/NkFCB+p9ZnP9592UI8q1k13O+rtnVaCoD0v4otN2OgtKbvoj DuKpny/flBUpnx44xHPVMLGYBD1JmuY2MS8p73Wwc3cw260A1lHU0fIBsT42Ln3N uC4HPcXYQtMM2FHT0GQesa0tJiSPrtMvrFWXu9rsJeKwyR3U3S0KUA== =dBpF -----END PGP SIGNATURE-----
On Aug 19, 2009, at 11:23 AM, Steffen Kaiser wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, 19 Aug 2009, Jonathan Siegle wrote:
I'm trying to setup deliver as an LDA for system users. I've read
I use (all in one line):
FEATURE(
local_procmail',
/etc/mail/smrsh/dovecot-deliver', `/etc/ mail/smrsh/dovecot-deliver -e -f $g -d $u -m $h')dnl/etc/mail/smrsh/dovecot-deliver is a symlink to the real LDA.
Thanks! That did the trick. I had to comment out the socket master/
client lines in dovecot.conf and get the socket set up and then
everything worked.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, 19 Aug 2009, Jonathan Siegle wrote:
Thanks! That did the trick. I had to comment out the socket master/client lines in dovecot.conf and get the socket set up and then everything worked.
Ah, yes, unless you use a static userdb, deliver needs access to Dovecot in order to get the homedir, if I remember correctly.
Bye,
Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux)
iQEVAwUBSo0FBHWSIuGy1ktrAQIUEAf/SbweMLj9E/OrPEwAiPPvPduPxOxdBJ22 Hi7jTU308HaWkqSmwbu8eS1FR8Kj7PX5vWZTJrItZFKtAa7FMDOA1ct5n4tOSHdz 4Zsvvpre77+sPmZiEIp7CEL/uWEchysokPB0IWGpjKTIP5ZkNQKQIYXC0kjJWRV1 dKIDy7dlcGJvN1UCqrpPk2QsLKfSpXLVZk8ZlHAxLarDjsSrMgBRBie16fxvP2YO 4Qe275CQkOykG2cwGbzrTXfw25uM290bnb5qk5zRKJNvtuTHAaoG0LD/2UCtmk8Z hK9333f1JCB4+YP4q8/3R3Ig37mUo1qaJ3pYNQd00tguDVSulnyxsg== =69ZJ -----END PGP SIGNATURE-----
participants (2)
-
Jonathan Siegle
-
Steffen Kaiser