I am getting a large number of dictionary attacks on my external mail relay.
I discovered the adexport.pl script from: http://www.packetslave.com/code/adexport.txt # This script would be most useful for generating an access.db file on a # sendmail gateway server. You would run it to generate a list of all # valid email addresses, then insert those addresses into access.db as # follows: Has anyone used this script? I am trying to determine the settings I need to configure on the internal exchange server relay for this to work correctly. Do I need to create a new account for this to work correctly on the internal exchange server? #constants from script: our $bind = 'cn=Email Export,ou=Users,dc=example,dc=com'; # AD account our $passwd = 'thepassword'; # AD password our $base = 'dc=example,dc=com'; # Start from root our @servers = qw( ad1.example.com ad2.example.com ); our $filter = '(|(objectClass=publicFolder)(&(sAMAccountName=*)(mail=*)))'; What should I use for these constants? -- Luke Computer Science System Administrator Security Administrator,College of Engineering Montana State University-Bozeman,Montana _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

