|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Tornoci Laszlo (torlasz_at_xenia.sote.hu)
Date: Mon Dec 02 2002 - 07:15:45 CST
On Sun, 1 Dec 2002, Roland Reimann wrote:
Hi,
> I´m now proudly running Postfix with Cyrus SASL2, Cyrus IMAP, MySQL,
> Web-Cyradm and pam_mysql.
>
> A few questions are open.
>
> 2.) Holiday messages
> Is it possible to realize a Holiday-message or auto-responder? With my
> config?
You could use the sieve filter that comes with Cyrus imapd, it
has a vacation extension (see http://www.cyrusoft.com/sieve/).
A few of the mail clients have direct support for sieve, otherwise
you need to write a web interface to enable your users to upload
their sieve scripts.
Or you can use procmail to deliver your messages. Once you have procmail,
you can do pretty much anything, including using vacation scripts. Two
reasons not to use procmail: it may cause security problems to allow your
users to upload any procmail rule, and it is said to use a lot of resources.
Sieve doesn't have these problems, but it has its drawbacks too: it is a
lot less popular, there is little documentation available for it, and you
cannot have systemwide scripts with it.
> 3.) Forwarding
>
> Is there any possibility to forward accounts with my config?
Yes. You could use sieve, or more simply use a mysql table for your
postfix alias maps. This could be updated by a web form.
Examples:
login_name -> other_name will forward all mail to user other_name
login_name -> other
other.domain will forward all mail to an external
account
login_name -> other1
other.domain1, other2
other.domain2 will do that
to two external mailboxes
If you include login_name in the list on the right side, you can have
both local delivery and forwarding.
Yours: Laszlo
------------------------------------------------------------------------ Laszlo L Tornoci Inst Pathophysiology E-mail: torlasz
xenia.sote.hu Semmelweis Univ Med School torlasz
net.sote.hu Nagyvarad ter 4. fax: (36-1)-210-4409 Budapest, H-1089, Hungary ----------------------------------------------------------------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]