At 14:17 -0500 8/27/03, webmaster wrote:
>This does work to copy all incoming yes. I currently use it to store all
>incoming, but would like to be able to make subfolders of usernames and have
>the respective email go into the respective folder for easier archiving.

You could do this by having two XMail servers with identical 
configurations. You would relay the mail to the other server, which 
itself would automatically deliver the mail to the correct user 
folder.

I think you would have to add this to the mailproc.tab for each user 
you wanted this functionality for (unless it's possible to use the 
"mailbox" command in a custom domains .tab file., anyone?)

"mailbox"[newline]
"smtprelay"[tab]"mail.server2.com"[newline]


The first line places the message in the users box on the primary 
machine, the second line relays the message to the second machine. 
You should probably install a spam filter and virus filter on the 
second machine, since filters are not performed on messages passed 
out through the system through redirects (I believe -- I may be wrong 
here). You could possibly add a filter to the filters.out.tab file, 
but that would create twice the load for each message (since it would 
be scanned twice, essentially).

Good luck!

Toby
-- 
Toby Reiter                          mailto:[EMAIL PROTECTED]
Breezing Internet Communications     http://www.breezing.com
1106 West Main St                    phone:434.295.2050
Charlottesville, VA 22903            fax:603.843.6931
-
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