[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Yahoo says I'm a Spam-o-Rama (NEW: Fetchmail problem, conf file and error text included)



----- Original Message ----- 
From: "Paul Johnson" <baloo@ursine.ca>
To: "Debian-User" <debian-user@lists.debian.org>
Sent: Saturday, November 08, 2003 1:41 PM
Subject: Re: Yahoo says I'm a Spam-o-Rama (via DynDNS)


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Fri, Nov 07, 2003 at 07:04:31AM -0500, BruceG wrote:
> > Okay, I'm happily e-mailing away to friends and family, and lo and
behold
> > (fancy talk for "wha wha whaat????") - I find out that Yahoo pops me
into
> > the Spam block list. I know this was talked about recently (wasn't
it?) -
> > and had something to do with dynamic DNS users.
>
> What was the error message?  If you're more specific, you get a better
> answer.
>
> > Questions are: if I go for a registered domain name and still keep
Dynamic
> > service (I'm behind a DSL router and do not have a static IP) will I
still
> > be in spam jail? Do I have to go for a static IP and a registered domain
> > name? That sounds kind of expensive!
>
> My domain's DNS is handled by dyndns.org and I don't have any problem.
>
> > Right now I figure I'll send out through my ISP POP mail when mailing
> > important stuff I don't want in Spam lists. I'd rather just SMTP out my
> > server, though (like this e-mail).
>
> Well, if you're using exim 4, I could help you set it up so it will
> send through your ISP's mail relay and fetchmail to get your mail from
> your ISP.
>
> - -- 
>  .''`.     Paul Johnson <baloo@ursine.ca>

Thanks for the offer Paul. The problem was that I wasn't using smarthost,
and Yahoo (and Hotmail) block on dial-up (and DSL) IP's. I got smarthost
working thanks to info on the list and google, now that's working fine. Iam
using Exim4.

I have a little more work to do with Fetchmail and localhost. It was broken,
then I added 127.0.0.1/32 to my allowed networks - it worked for a little
bit, but is still erroring out. A fetchmail -v transaction follows:

fetchmail: 6.2.4 querying mail.bellsouth.net (protocol POP3) at Sat Nov  8
13:44
:50 2003: poll started
fetchmail: POP3< +OK InterMail POP3 server ready.
fetchmail: POP3> CAPA
fetchmail: POP3< +OK Capability list follows
fetchmail: POP3< TOP
fetchmail: POP3< USER
fetchmail: POP3< RESP_CODES
fetchmail: POP3< PIPELINING
fetchmail: POP3< EXPIRE NEVER
fetchmail: POP3< UIDL
fetchmail: POP3< IMPLEMENTATION Openwave Email vM.5.01.06.00
201-253-122-130-200
fetchmail: POP3< 21224
fetchmail: POP3< .
fetchmail: POP3> USER griffisb
fetchmail: POP3< +OK please send PASS command
fetchmail: POP3> PASS *
fetchmail: POP3< +OK griffisb is welcome here
fetchmail: POP3> STAT
fetchmail: POP3< +OK 93 374943
fetchmail: POP3> LAST
fetchmail: POP3< +OK 0
93 messages for griffisb at mail.bellsouth.net (374943 octets).
fetchmail: POP3> LIST
fetchmail: POP3< +OK 93 messages
fetchmail: POP3< 1 3705
fetchmail: POP3< 2 3378
fetchmail: POP3< 3 3535
fetchmail: POP3< 93 4521
.
.
.
fetchmail: POP3< .
fetchmail: POP3> TOP 1 99999999
fetchmail: POP3< +OK 3705 octets
reading message griffisb@mail.bellsouth.net:1 of 93 (3705 octets)
fetchmail: SMTP connect to localhost failed
fetchmail: POP3> QUIT
fetchmail: POP3< thanks so much shrek~~ :)
fetchmail: SMTP transaction error while fetching from mail.bellsouth.net
fetchmail: 6.2.4 querying mail.bellsouth.net (protocol POP3) at Sat Nov  8
13:44
:55 2003: poll completed
fetchmail: Query status=10 (SMTP)
fetchmail: normal termination, status 10
bruce@manygriffi:~$ ec

My conf file is here:
bruce@manygriffi:/etc/exim4$ more update-exim4.conf.conf
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'

dc_eximconfig_configtype='smarthost'
dc_other_hostnames=''
dc_local_interfaces='192.168.1.25'
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets='192.168.1.0/24:127.0.0.1/32'
dc_smarthost='mail.bellsouth.net'
dc_never_users='never_users = root'
CFILEMODE='644'
bruce@manygriffi:/etc/exim4$



Reply to: