Do you mean that some mail never hit filters.in and filters.out ? I never verified this ...
Do you have explicit samples routes in xmail for your 'in house' route ? (how the mail comes in xmail, is there any mailproc file or custom file to be processed and what commands in them, where xmail finally put the message ? smtp out/mailbox/... ) Can anyone confirm that in particular filter/mailproc/custom/... combinaisons a mail can bypass any filter (except when rejected or volontary excluded with filters.tab files options, like !aex) ? Francis >-----Message d'origine----- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] la part de Chad Fleenor >Envoyé : lundi 30 janvier 2006 16:42 >À : [email protected] >Objet : [xmail] Archiving email > > > >Hey guys, > >I am in a situation where I need to archive all our the >emails, inbound >and outbound. >I have this setup right now, but it is not catching the email sent "in >house", because anything sent on the email server to any domain on the >email server itself will not hit the filters.out.tab file. I'm >wondering if there is a way to make the internal domains hit this file >or if there is another file that the internal emails hit before being >delivered? I need to determine this to populate the senders "sent" >directory. As of now it catches everything comming in and all things >going outside this facility. I'm running XMail 1.22 on RedHat Linux >9.0. Thanks in advance for any help on this! > >The following are my files that i currently have setup. > > >filters.out.tab >"*" "*" "0.0.0.0/0" "0.0.0.0/0" "backupsent.tab" > >backupsent.tab >"/var/MailRoot/filters/archivesent.sh" "@@FILE" >"@@FROM" >"@@RCVD" > >archivesent.sh >#!/bin/sh >mkdir /mnt/email/current/$2 >mkdir /mnt/email/current/$2/sent >cp $1 /mnt/email/current/$2/sent/ > >--------------------------------------- >filters.in.tab >"*" "*" "0.0.0.0/0" "0.0.0.0/0" "backup.tab" > >backup.tab >"/var/MailRoot/filters/archive.sh" "@@FILE" "@@RCPT" > >archive.sh >#!/bin/sh >mkdir /mnt/email/current/$2 >mkdir /mnt/email/current/$2/inbox >cp $1 /mnt/email/current/$2/inbox/ > >-- >Chad Fleenor >Pikeville Medical Center >Clinical Applications Analyst >606-218-4931 > >- >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] > - 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]
