Marc Dirix wrote:
-s adds an alias to an existing user.
If you want to forward a message to an external program or alias you can
us -x with -t.
dbmail-users -x [EMAIL PROTECTED] -t externalemailadres or
dbmail-users -x [EMAIL PROTECTED] -t |/usr/bin/myscript
So if I want to do something like in dspam where they call for an alias of:
spam: "|/usr/bin/dspam --user mail --class=spam --source=error"
I can replace with with
dbmail-users -x [EMAIL PROTECTED] -t "|/usr/bin/dspam --user mail --class=spam
--source=error"
???
How is this not deliverable by someone on the outside?