Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Networking

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-20-2008, 09:46 PM
Bob Tennent
 
Posts: n/a
no SMART_HOST

I recently migrated from Fedora to CentOs and forgot to configure
SMART_HOST in sendmail.mc. I discovered this after my ISP cut off
my internet access because they say I was sending spam. Would the
lack of a SMART_HOST make ordinary mail look like spam to an ISP?
How come outgoing e-mail worked at all?
Reply With Quote
  #2 (permalink)  
Old 08-20-2008, 10:46 PM
David Schwartz
 
Posts: n/a
Re: no SMART_HOST

On Aug 20, 1:46*pm, Bob Tennent <B...@cs.queensu.ca> wrote:

> I recently migrated from Fedora to CentOs and forgot to configure
> SMART_HOST in sendmail.mc. *I discovered this after my ISP cut off
> my internet access because they say I was sending spam. *Would the
> lack of a SMART_HOST make ordinary mail look like spam to an ISP?
> How come outgoing e-mail worked at all?


Are you sure they said you were sending spam? If so, ask them for a
copy of the spam so you can investigate.

Most likely, what they were really complaining about was that you were
running a mail server and you weren't supposed to be.

Outgoing e-mail worked because you delivered it, which you're not
supposed to do unless you're running a mail server.

DS
Reply With Quote
  #3 (permalink)  
Old 08-20-2008, 11:03 PM
Bill Marcum
 
Posts: n/a
Re: no SMART_HOST

On 2008-08-20, Bob Tennent <BobT@cs.queensu.ca> wrote:
>
>
> I recently migrated from Fedora to CentOs and forgot to configure
> SMART_HOST in sendmail.mc. I discovered this after my ISP cut off
> my internet access because they say I was sending spam. Would the
> lack of a SMART_HOST make ordinary mail look like spam to an ISP?
> How come outgoing e-mail worked at all?


With a smart host, all your outgoing mail is sent through your ISP's
mail server. Without it, your computer sends mail directly to port 25
of the destination address. Unfortunately, if your PC doesn't have
a registered domain name that matches the "From" address in your email,
or if your IP address is in a block of addresses used for residential
subscribers, your email looks like spam. Also, if your sendmail wasn't
configured properly, it's possible your system could have been an open
relay for actual spam.

Reply With Quote
  #4 (permalink)  
Old 08-21-2008, 12:59 AM
David Schwartz
 
Posts: n/a
Re: no SMART_HOST

On Aug 20, 3:03*pm, Bill Marcum <marcumb...@bellsouth.net> wrote:

> ... Unfortunately, if your PC doesn't have
> a registered domain name that matches the "From" address in your email,
> ... your email looks like spam.


The rest of your comments were dead on, but this is nonsense. This
would imply that each domain that can be used in a 'From' address must
have its own mail server, which is completely untrue. Many mail
servers handle mail from dozens of domains.

I suppose you could also mean that the mail server that sends outbound
email from a particular domain must (or at least should) have some
relationship to the MX servers listed to handle inbound email to that
domain. That is also untrue.

You could almost have meant something accurate if this was some kind
of reference to SPF. But that has nothing to do with a registered
domain name matching a from address.

DS
Reply With Quote
  #5 (permalink)  
Old 08-21-2008, 04:15 AM
Bob Tennent
 
Posts: n/a
Re: no SMART_HOST

On Wed, 20 Aug 2008 14:46:35 -0700 (PDT), David Schwartz wrote:
> On Aug 20, 1:46*pm, Bob Tennent <B...@cs.queensu.ca> wrote:
>
>> I recently migrated from Fedora to CentOs and forgot to configure
>> SMART_HOST in sendmail.mc. *I discovered this after my ISP cut off
>> my internet access because they say I was sending spam. *Would the
>> lack of a SMART_HOST make ordinary mail look like spam to an ISP?
>> How come outgoing e-mail worked at all?

>
> Are you sure they said you were sending spam? If so, ask them for a
> copy of the spam so you can investigate.


I finally got around to reading mail to root and I now see what
happened: the outgoing mail was mostly rejected by the destination sites
and returned, no doubt with a nasty complaint to the ISP. Mea culpa.

Bob T.
Reply With Quote
  #6 (permalink)  
Old 08-21-2008, 07:13 PM
John Oliver
 
Posts: n/a
Re: no SMART_HOST

On Wed, 20 Aug 2008 16:59:11 -0700 (PDT), David Schwartz wrote:
> On Aug 20, 3:03*pm, Bill Marcum <marcumb...@bellsouth.net> wrote:
>
>> ... Unfortunately, if your PC doesn't have
>> a registered domain name that matches the "From" address in your email,
>> ... your email looks like spam.

>
> The rest of your comments were dead on, but this is nonsense. This
> would imply that each domain that can be used in a 'From' address must
> have its own mail server, which is completely untrue. Many mail
> servers handle mail from dozens of domains.


I think he meant working reverse DNS.

--
* John Oliver http://www.john-oliver.net/ *
Reply With Quote
  #7 (permalink)  
Old 08-21-2008, 09:20 PM
David Schwartz
 
Posts: n/a
Re: no SMART_HOST

On Aug 21, 11:13*am, John Oliver <joli...@john-oliver.net> wrote:
> On Wed, 20 Aug 2008 16:59:11 -0700 (PDT), David Schwartz wrote:
> > On Aug 20, 3:03*pm, Bill Marcum <marcumb...@bellsouth.net> wrote:


> >> ... Unfortunately, if your PC doesn't have
> >> a registered domain name that matches the "From" address in your email,
> >> ... your email looks like spam.


> > The rest of your comments were dead on, but this is nonsense. This
> > would imply that each domain that can be used in a 'From' address must
> > have its own mail server, which is completely untrue. Many mail
> > servers handle mail from dozens of domains.


> I think he meant working reverse DNS.


Possibly, but that wouldn't involve anything matching the "From"
address.

DS
Reply With Quote
  #8 (permalink)  
Old 08-22-2008, 02:19 AM
John Thompson
 
Posts: n/a
Re: no SMART_HOST

On 2008-08-20, Bob Tennent <BobT@cs.queensu.ca> wrote:

> I recently migrated from Fedora to CentOs and forgot to configure
> SMART_HOST in sendmail.mc. I discovered this after my ISP cut off
> my internet access because they say I was sending spam. Would the
> lack of a SMART_HOST make ordinary mail look like spam to an ISP?


Many ISPs automatically flag inbound mail arriving directly from dynamic
IP addresses as spam.

> How come outgoing e-mail worked at all?


Your ISP doesn't block outbound port 25 from dynamic IP addresses.

--

John (john@os2.dhs.org)
** Posted from http://www.teranews.com **
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Linux > Linux Networking


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:43 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Bleach 149 . Bleach 150 | Xecuter 3 Mod Chip | Loans | Personal Loans | Credit Card



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114