Redhat blocking email

Redhat blocking email

Post by Robert M. Riches J » Fri, 07 Mar 2003 04:23:30



Does anyone have further information on Redhat's apparently


domain) if the mail does not go through an ISP's (likely flaky
and/or slow) outgoing email server?


couple of years.  However, yesterday a post and a subsequent
message to the maintainer were blocked with

    (reason: 550 5.0.0 You must use your ISPs mail server this
    range has been blocked due to spam.)

Argh!

Any ideas around this blockade?  (... preferably something other
than sitting on hold for >> 15 minutes at the ISP's tech. support
line to talk to somebody who doesn't know any OS exists that
isn't Losedows or Macintrash.)

Thanks.

Robert Riches


 
 
 

Redhat blocking email

Post by Atro Tossavaine » Fri, 07 Mar 2003 16:52:19



>     (reason: 550 5.0.0 You must use your ISPs mail server this
>     range has been blocked due to spam.)



I don't have any information on Red Hat's decision, but I can't say I'm
surprised.  Verizon's DSL lines are a constant source of spam (whether
due to actively spamming clients or clueless people with open proxies
or 0wn3d computers) and the operator is totally unresponsive to out-
siders' requests to fix the problem.  I admit my complete ignorance of
the DSL situation in your area, but I would recommend you vote with
your feet if at all possible.

--
Atro Tossavainen (Mr.)               / The Institute of Biotechnology at
Systems Analyst, Techno-Amish &     / the University of Helsinki, Finland,
+358-9-19158939  UNIX Dinosaur     / employs me, but my opinions are my own.
< URL : http : / / www . helsinki . fi / %7E atossava / >

File attachments NOT welcome unless agreed to beforehand.

 
 
 

1. Non blocking socket blocks; says 'read would block' ?

Hi all,

I have three sockets in server which I am reading in a continuous loop,
so don't want to wait on any one. I have designated them as 'non blocking'
but when run the server exits on the very first read() and says 'would
block'. (Is it the same as 'EWOULDBLOCK' mentioned in R. Steven's book ?)
I don't want that I should get any error msg and exit, in fact the
whole purpose of nonblocking is that if something is available, read it
else proceed in the loop and come back to read next time.
The client (sender) is sending msgs on all three sockets. The sockets
are conn_oriented. I am using SunOS 4.1. The small code part is below:

int emer_s, env_s, sens_s;            /* socket fds */
//----------- making sockets nonblocking ******
if ((res=fcntl(emer_s,F_SETFL,FNDELAY)) < 0)
        {
          perror("fcntl res = -1");
          exit(1);
        }
if ((res=fcntl(env_s,F_SETFL,FNDELAY)) < 0)
        {
          perror("fcntl res = -1");
          exit(1);
        }
if ((res=fcntl(sens_s,F_SETFL,FNDELAY)) < 0)
        {
          perror("fcntl res = -1");
          exit(1);
        }

for(; ;)
   {

      if ((cc=read(emer_s,(char*)&gen_struct,size)) < size)
        {
        perror("read error");
          exit(1);
        }
......... do something
      if ((cc=read(env_s,(char*)&gen_struct,size)) < size)
        {
         perror("read error");
          exit(1);
        }
        ......... do something
      if ((cc=read(sens_s,(char*)&gen_struct,size)) < size)
        {
          perror("read error");
          exit(1);
        }
        ......... do something

   }

Any help is appreciated.

hashmi

--
-----
Atiqullah Hashmi                    
UTA (Univ. of Texas at Arlington)  

2. Linux Ethernet HOWTO (Part 2/2)

3. E-Mail E-Mail E-Mail

4. RedHat Large Drive Success

5. extract email from text file and send an email to the email address

6. PCMCIA resource conflict: io base 0x300

7. SMTP Blocking Emails

8. TCP Wrappers on SCO UNIX 5.x

9. ipchain block the email message from cron daemon?

10. XP Outlook Express self blocking an email.

11. How to block unwanted email

12. Blocking email domain names

13. Blocking Outbound Junk Email