
November 16th, 2000, 12:26 PM
|
|
Junior Member
|
|
Join Date: Nov 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
i'm trying to configure sendmail so that for every incoming email, regardless of what domain it's intended to reach, to go through my script. i know how to configure it with the aliases file so that
jim@somehost.com: |/home/myscript.pl
will go through the script, and even
@somehost.com: |/home/myscript.pl
for all email users at somehost.com.
how can i set it up so every host will route to the script? i really can't keep updating the sendmail configuration files for each new domain added.
thanks much in advance!
blake.
|