HOW TO: Export all email addresses from a domain

AD Users & Computers UI lets you list the mail column for each object, which displays the default (SMTP) email address for objects. You can export the list from ADUC as csv/txt. However, any additional email addresses in the proxyAddresses attribute are not exported. There’s no GUI to list/export all email addresses. Here’s a script […]

Command Line SMTP Mailer for Batch Jobs

Bmail is a free but lean command line SMTP mail sender. Don’t get fooled into playing $$$ for huge executables. Bmail allows the user to automate the sending of email messages containing log files, data downloads or error messages on Win32 based computers. Together with the freeware utility mpack, you can also send MIME encoded […]

Ubuntu relay email server through ISPs SMTP

Easy way to setup fast, simple and reliable email relay server which will work with ISPs smtp server. 1. Install EXIM4 server: apt-get install exim4 exim4-config 2. run : dpkg-reconfigure exim4-config; choose following config: a: mail sent by smarthost; no local mail b: you domain name (example.com) c: loopback address d: nothing e: domain name […]

Spam Diagnostic Sites

REPUTATIONwww.trustedsource.org – reputation and volumewww.senderbase.org – reputation and volumewww.sendmail.com/sm/resources/tools/ip_reputation/ BLACKLISTS & DNSwww.mxtoolbox.com – test for blacklistswww.dnsreport.com – test DNS configuration for domain OPEN RELAYwww.abuse.net/relay.htmlwww.spamhelp.org/shopenrelay/shopenrelaytest.phpwww.antispam-ufrj.pads.ufrj.br/cgi-bin/test-relay.cgi?host_to_test=74.52.179.66 REVERSE-LOOKUPhttp://www.zoneedit.com/lookup.html SENDING TO HOTMAILhttp://www.isipp.com/wiki/deliverability/index.php/Main/Hotmail COMCASThttp://postmaster.comcast.net/ AT&Tabuse_rbl@abuse-att.nethttp://worldnet.att.net/general-info/mail_info/block_admin.html EXCELLENT testing resourcehttp://deliverability.com/resources/emailAuthentication.php SPF informationwww.seoconsultants.com/tools/spf/www.openspf.orghttp://www.kitterman.com/spf/validate.htmlMicrosoft SenderID wizardhttp://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/default.aspx SE sample SPF record: v=spf1 ip4:65.168.94.6 ip4:209.196.5.140 ip4:209.196.5.170 ip4:216.9.248.0/24 ~allthe first ip4 address is exchange serverthe second ip4 […]