Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Focus-Linux
[Top] [All Lists]

Re: smtp proxy that takes in smtp auth?

Subject: Re: smtp proxy that takes in smtp auth?
Date: Tue, 11 Jul 2006 10:31:43 -0700 (PDT)

Date: Tue, 11 Jul 2006 09:20:26 +0800
From: zHihaO <zhihao@root.sg>
To: focus-linux@securityfocus.com
Subject: Re: smtp proxy that takes in smtp auth?

i'm looking at this senario :

we have got a lot of clients in china who have problems connecting to 
our servers locally. For some reasons unknown, traffic to our network 
from china is being filtered by the government over there. So the ideal 
solution i'm looking at is to have a server in china herself to act as a 
proxy between the users there and the servers here since datacentre to 
datacentre connection is so much better. Since we have got multiple smtp 
servers for different clients, the proxy must be able to forward the 
credentials between the users in china and the smtp servers here 
locally. ideas anyone?

Let us assume that we have serverA.example.com outside China and
serverB.example.com inside China.

The MX records for example.com point to serverA.  Mail is received for
<user@example.com>.  The /etc/alias file (or LDAP or NIS or NIS+ or...)
on serverA points to

user:  user@serverB.example.com  (You need the same info on serverB!)

Sendmail (whatever MTA you want to use) then delivers the mail to
serverB.  How you sync the files is up to you.

Regards,
Gregory Hicks


./zhihao

Devdas Bhagat wrote:
On 07/07/06 12:29 +0800, zHihaO wrote:
  
does anyone knows of a good software that works like perdition, but for 
SMTP? the ideal software will be a service running on port 25, listens 
for smtp connections, takes in the email user id and password, forwards 
the user credentials to the correct server based on a database lookup 
and allows the user to send mail out.

    
Why not have all servers share the same user database? SMTP does not
need to access a single mailstore.

What is the scenario you are looking at?

Devdas Bhagat


  


-------------------------------------------------------------------
I am perfectly capable of learning from my mistakes.  I will surely
learn a great deal today.

"A democracy is a sheep and two wolves deciding on what to have for
lunch.  Freedom is a well armed sheep contesting the results of the
decision." - Benjamin Franklin

"The best we can hope for concerning the people at large is that they
be properly armed." --Alexander Hamilton


<Prev in Thread] Current Thread [Next in Thread>