my fetchmailrc file

3 Jun

[root@neptune root]# more .fetchmailrc set postmaster “steve@wildow.com” set logfile /var/log/fetch poll mail.earthlink.net with proto POP3 timeout 60 user “swildow@sprintmail.com” there with password “xxxx” is * here smtphost 192.168.x.x poll mail.wildow.com localdomains wildow.com: with proto POP3 timeout 60 envelope “RCPT TO” … Read More »

yet another fetchmail howto

3 Jun

yet another fetchmail howto Fetchmail “by default” hands off all retrieved e-mail to sendmail. You must have sendmail configured to add the FQDN to your e-mail address by either using a .forward file or an alias defined in /etc/aliases. If … Read More »

assp exchange from assp forum

2 Jun

Inbound: Internet->ASSP->(Proxies the connection to)->Exchange 2003->Mail Client Outbound: Mail Client->Exchange 2003->ASSP->(Proxies the connection to)->IIS SMTP->Internet A simple step by step install would be: 1. Install a machine with IIS SMTP from scratch. Give it two fixed IPs. 2. Install ActivePerl … Read More »

multiple ip address linux

2 Jun

You have to have IP Aliasing compiled into the kernel. Use the ifconfig command: /sbin/ifconfig eth0:0 x.x.x.x netmask 255.255.x.x up Use the second IP Address instead of x.x.x.x and put the correct information in for the subnet mask. I have … Read More »

System Error 1326 has occurred

30 May

I’ve had the same problem connecting to default admin share [c$] from one WinXP Pro box to a second WinXP Pro box – both machines in workgroup mode and not in a domain. This has been going on for quite … Read More »

assp in middle pop3–>assp–>exchange

30 May

By: Jannie Hanekom – atom_guy RE: Assp in the middle – whitelisting spammers 2004-03-04 12:48 Hi Doug I believe the feature you’re looking for is either the redlist or no-processing list. (http://assp.sourceforge.net/fom/cache/51.html) As an aside, you should place ASSP as … Read More »

ssh install for redhat 7.3

28 May

i think they can make this just a little more complicated. only took 1-1/2 hours to find the documentation and install When I upgraded my OpenSSH from the packages avaiable on www.redhat.com, I downloaded all the five packages from there, … Read More »

winamp bookmarks

28 May

winamp bookmarks http://64.236.34.196:80/stream/1018 Zero 7 – Salt Water Sound (Groove Salad: a nicely chilled plate of ambient beats and grooves. [SomaFM]) http://66.209.68.166:8020 [radio.wazee] modern alternative rock (www.wazee.org) http://radiost.sc.llnwd.net:12530 prodigy – smack my bitch up (Radiostorm.com: ALTERNATIVE) http://209.161.6.34:10000 name KTIK 1350 … Read More »

multidrop fetchmail setup

28 May

multidrop fetchmail setup #set daemon 600 defaults fetchall # Singledrop #poll mail.example.com protocol auto: # user user1@example.com password secret is local.user1@example.com # Multidrop poll mail.example.com proto auto localdomains example.com no dns qvirtual example.com- envelope Delivered-To: user “catchall@example.com” pass “secret” is … Read More »