On Wed, 2003-06-11 at 12:31, Kevin Saenz wrote: > Let me get this right you would like to relay your emails from anywhere > in the world? If this is the case then how would you stop spammers from > using your server in sending spam? Why don't you try and implement > squirel or IMP web based emails on your mail server then all you need to > do is log on using your farvourite browser, read and send emails. > in all honesty by the sounds of things you are requesting the sysadmins > worst nightmare.
SMTP auth would be the right solution here. A uname/pw combo tells the MTA to allow relaying for that connection. I don't know how to do it with postfix, but with sendmail you need sasl. Webmail etc is an alternative but not a solution. greeno -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
