Relaylock

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
dietcheese
Forum User
Forum User
Posts: 59
Joined: Wed Jan 24, 2007 10:07 pm

Relaylock

Unread post by dietcheese »

Hi,

I am trying to send e-mail to my RHEL4 server (qmail/spamd/clamd), from a IIS server using some ASP scripts. This script sends e-mail to my Gmail and Yahoo accounts without any problem but the e-mails never make it to my server.

The only hints in my logs are:

Code: Select all

Oct 13 10:06:42 10983-app1 relaylock: /var/qmail/bin/relaylock: mail from 207.xxx.xxx.xxx:54729 (mail.theirserver.com)
Oct 13 14:06:44 10983-app1 relaylock: /var/qmail/bin/relaylock: mail from 207.xxx.xxx.xxx:54737 (mail.theirserver.com)
Oct 13 18:06:48 10983-app1 relaylock: /var/qmail/bin/relaylock: mail from 207.xxx.xxx.xxx:54746 (mail.theirserver.com)
Oct 13 21:22:47 10983-app1 relaylock: /var/qmail/bin/relaylock: mail from 207.xxx.xxx.xxx:54779 (mail.theirserver.com)
I also tried a manual telnet connection from their server which came thru:

Code: Select all

220 109839-app1.myserver.com ESMTP
ehlo mail.myserver.com
250-109839-app1.myserver.com
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-AUTH LOGIN CRAM-MD5 PLAIN
250-STARTTLS
250-PIPELINING
250 8BITMIME
MAIL FROM:<request@theiserver.com>
250 ok
RCPT TO:<me@myserver.com>
250 ok
DATA
354 go ahead
subject:a test
this is a test,
sincerely,
me
.
250 ok 1223952103 qp 6525
quit
221 10983-app1.myserver.com
Connection to host lost.
But the headers were sort of garbled and I couldn't see the text:

Code: Select all

Received: (qmail 6550 invoked by uid 10064); 13 Oct 2008 22:41:43 -0400
Received: from mail.theirserver.com by 10983-app1.myserver.com (envelope-from <request@theirserver.com>, uid 2020) with qmail-scanner-2.02st 
 (clamdscan: 0.94/8417. spamassassin: 3.2.5. perlscan: 2.02st.  
 Clear:RC:0(207.xxx.xxx.xxx):SA:0(3.8/6.0):. 
 Processed in 1.266391 secs); 14 Oct 2008 02:41:43 -0000
X-Spam-Status: No, hits=3.8 required=6.0
X-Spam-Level: +++
X-Qmail-Scanner-Mail-From: request@theirserver.com via 10983-app1.myserver.com
X-Qmail-Scanner: 2.02st (Clear:RC:0(207.xxx.xxx.xxx):SA:0(3.8/6.0):. Processed in 1.266391 secs Process 6525)
Received: from mail.theirserver.com (HELO mail.myserver.com) (207.xxx.xxx.xxx)
  by 109839-app1.myserver.com with SMTP; 13 Oct 2008 22:41:27 -0400
Received-SPF: pass (109839-app1.myserver.com: SPF record at theirserver.com designates 207.xxx.xxx.xxxas permitted sender)
subject:a test
this is a test,
sincerely,
me
I tried disabling DNSBL and SPF as well as messing around with some of the qmail-scanner.ini settings. No luck.

I can also see the e-mails that aren't making it to my server are sitting in their server's queue.

Anyone have any ideas?

Thanks,
DC
Post Reply