
omas at in
May 15, 2008, 4:25 AM
Post #1 of 1
(124 views)
Permalink
|
Hi to all: I use exim 4.63, and like use a exim filter to limit what all users of mydomain can send mail a account, but all domains of internet not send mail to this mailbox. In the exim.filter I write: if $header_from: contains "@mydomain" and $header_to: contains "account[at]mydomain" then unseen finish else seen finish endif When send a mail from @mydomain to account[at]mydomain this work well, the account revice the mail. When send a mail from @otherdomain to account[at]mydomain this work well, the mail is discarded by file system But when send mail from @otherdomain to account-1[at]mydomain, account-2[at]mydomain, etc.. this is discarded by file system. The problem can be: /and $header_to: contains "account[at]mydomain" / Thanks in advanced. -- ilimit... *Oscar Mas* omas[at]in.ilimit.es ÀREA SISTEMES 0034 937 333 375 VOLTA 1, PIS 5 08224 TERRASSA.BCN Aquest enviament és confidencial i està destinat únicament a la persona a qui s'ha enviat. Pot contenir informació privada sotmesa al secret professional, la distribució de la qual està prohibida per la legislació vigent. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
|