Anonymous account problem..

2001-07-11 Thread Base




I have a problem with the [EMAIL PROTECTED] 
account on my qmailserver.
 
It seems as if senders from outside are able to use this 
account to send spam or relay spam...
 
I´m not a programcode wiz so if anybody has a solution for 
'program code dummy' I will be greatful as this is a major problem to 
stop.
 
Thanks,
 
Frank Hansen


Re: IMRSS and rblsmtpd incompatibility, patch

1999-05-02 Thread IMRSS Data Base Administrator


According to our local hostmaster, this is fixed now.

Our CNAMEs should now properly point to a TXT record.

Can you please check this from your end and let me know?


In message <[EMAIL PROTECTED]>, you wro
te:

>
>hmm, no. orbs uses TXT. 
>
>
>end
>+-+
>|Greg Albrecht   KF4MKT   [EMAIL PROTECTED]|
>|Safari Internetwww.safari.net|
>|Fort Lauderdale, FL1-888-537-9550|
>+-+
>
>On Sat, 1 May 1999, IMRSS Data Base Administrator wrote:
>
>>
>>In message <[EMAIL PROTECTED]>, you wrote:
>>
>>>rblsmtpd does not recognise responses from mr-out.imrss.org.  rblsmtpd
>>>expects a TXT response, mr-out returns CNAME.
>>
>>That is correct.  I suspect that the ORBS list does this also.
>>
>>>Trivial patch against rblsmtpd-0.70-2.src.rpm.
>>>
>>>--- txt.c.orig   Wed Aug 26 01:58:22 1998
>>>+++ txt.cSun May  2 09:54:15 1999
>>>@@ -73,7 +73,7 @@
>>> pos += i;
>>> 
>>> if (end - pos < 11) return -1;
>>>-if (getshort(pos) == T_TXT) {
>>>+if (getshort(pos) == T_TXT || getshort(pos) == T_CNAME) {
>>>   i = (unsigned long) pos[10];
>>>   if (pos + 11 + i > end) return -1;
>>>   if (!stralloc_copyb(sa,pos + 11,i)) return -1;
>>
>>
>>Thank you!
>>
>>IMRSS Administrator
>>



Re: IMRSS and rblsmtpd incompatibility, patch

1999-05-01 Thread IMRSS Data Base Administrator


In message <[EMAIL PROTECTED]>, you wrote:

>rblsmtpd does not recognise responses from mr-out.imrss.org.  rblsmtpd
>expects a TXT response, mr-out returns CNAME.

That is correct.  I suspect that the ORBS list does this also.

>Trivial patch against rblsmtpd-0.70-2.src.rpm.
>
>--- txt.c.orig Wed Aug 26 01:58:22 1998
>+++ txt.c  Sun May  2 09:54:15 1999
>@@ -73,7 +73,7 @@
> pos += i;
> 
> if (end - pos < 11) return -1;
>-if (getshort(pos) == T_TXT) {
>+if (getshort(pos) == T_TXT || getshort(pos) == T_CNAME) {
>   i = (unsigned long) pos[10];
>   if (pos + 11 + i > end) return -1;
>   if (!stralloc_copyb(sa,pos + 11,i)) return -1;


Thank you!

IMRSS Administrator