> (1) How can I get XMail forward all the incoming messages sent to a
> locally handled domain to a single e-mail address? i.e. I want all the
> mail sent to [EMAIL PROTECTED] to be automatically
> redirected (forwarded) to [EMAIL PROTECTED] I've tried CUSTDOMAINS, but
> it only seems to work with outgoing mail...

use aliases:

aliasadd    domain.com    *    username

> (2) When a CRON job on my FreeBSD system outputs some text to stdout,
> it is e-mailed to user <root>. Unfortunately, my XMail server does not
> put it to my <[EMAIL PROTECTED]> mailbox, but rather rejects it due
> to a "wrong e-mail address <root>". Is there any way to fix this
> problem?

in your crontab put a line at the top:

MAILTO: [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to