Ok i am pretty new to the world of scalix and that even of unix but i do know a few things and through a little hacking i have come to understand how some things work such as MTA.
Anyway i have a question relating to scalix as a mail server for SMB use now being a a small biz we do not hav the resource technical and financial to host a DNS zone for our company. What we want to do is use a daemon such as fetchmail to recieve email from a master account and filter these to other people in the organization. For example the master account could be smalldog@smalldog.com what i would like to do is filter this and make it so user1 at smalldog.com would get thier email from the master account. I have studied how fetchmail grabs all the mail i require but i still have no idea how to filter it so user1 and user2 get thier respective email.
my config for fetchmail is the following
-------------------------------------------------------------------------------------------------
set postmaster "root"
set bouncemail
poll pop.sbcglobal.yahoo.com proto pop3
user 'user@domain' there with password '*****' is "user1@this.org" here
keep
fetchall
smtphost mycompany.com
-------------------------------------------------------------------------------------------------------
is thier any scripting language i could use to read each sender and reciever and filter this appropriatly. If someone could write a small script to do so--so as i can pick it up and extend it i would be more then happy.
- Mike