replies in-line On 9/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 13 Sep 2006 at 9:34, Farid Behnia wrote: > > > Hi all, > > > > We've been working on a specific setup for sendmail and ASSP. Our ideal > > setup is to run a sendmail mail hub that represents 3 sendmail servers in > > our LAN and run ASSP as the Antispam in a different machine that stands > > between the mail hub and the internet. > > I don't understamd what the mail hub really is - a full MTA or a proxy of > some sort ? > Does it load balance or route depending on domain etc ?
If they used the normal configuration it's the same as a gateway/perimeter server, It handles all the incoming mail and then routes it internally based on the domain to the correct server. If this is correct you should have ASSP sitting in front of that server. > > > > > ASSP(25) <-> Mail hub(mhub)(25) <-> mail.server1 > > mail.server2 > > mail.server3 > > ASSP filters incoming mail. > > > > So far we've been able to setup ASSP for one of the mail servers and it's > > somehow working fine and the mail hub that can work with the three mail > > servers. But when we tried to integrate ASSP and the mail hub, we > > encountered errors like " user unknown" on the mail hub! Any ideas so far? > > Was this a working system before you tried ASSP? It looks like the mailhub > needs access > to all local addresses. LDAP? > Was this when someone was doing SMTPAUTH or are you validating local recipients? I'm going to guess you are validating since that's the only place in assp that has that error. If this is true then how are you doing it? Flat file? LDAP? If LDAP do the look ups work outside of ASSP? > > So we decided to change the setup to the following: > > > > Mail hub(mhub)(25) -> ASSP(25) -> mail.server1 > > mail.server2 > > mail.server3 > > > > mail.server1(outgoing) -> Mail hub > > mail.server2 > > mail.server3 > > > > Therefore we changed the SMTPDestination field of ASSP from X.X.X.X:25 (The > > mail server that worked fine with ASSP) to > > "X.X.X.X:25","Y.Y.Y.Y:25" (adding the new mail server) > > This doesn't look right - I don't think you can put mutiple addresses in > SMTPDestination. > You can't. I think in the latest betas you can set a secondary but you can't set multiple primary, it's not how ASSP works. Your first setup was the correct one. You should be having ASSP filter the email before it gets to the mhub and distributed to the servers. Kevin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
