[Mailman-Users] domain isn't in my list of rcpthosts

Jon Carnes jonc at haht.com
Thu Dec 13 21:29:32 CET 2001


Here is a qmail newbie guide to relaying...
  http://www.palomine.net/qmail/relaying.html

I'm not a q-mailer so can't tell how useful it is...
----- Original Message ----- 
From: "Ron Parker" <sysop at scbbs.com>
To: <Mailman-Users at python.org>
Sent: Thursday, December 13, 2001 1:48 PM
Subject: [Mailman-Users] domain isn't in my list of rcpthosts


> Linux 7.2.  mailman+qmail+vpopmail.
> 
> An update from previous post.  I took localhost.localdomain out of
> /etc/hosts.  The ehlo changed from "localhost.localdomain" to
> "host4.scbbs.com" (64.233.20.66).  In /etc/tcp.smtp:
> 
> 1.2.3.6:allow,RELAYCLIENT=""
> 64.233.20.66:allow,RELAYCLIENT=""
> 127.:allow,RELAYCLIENT=""
> 
> It appears that qmail won't relay mail sent by mailman, even though
> mailman is running on the localhost.  The default hostname for mailman
> is: host4.scbbs.com.  What is it about the way mailman sends e-mail that
> would cause this problem?  Any clue as to what I need to change?
> 
> # Site-specific settings
> DEFAULT_HOST_NAME   = 'host4.scbbs.com'
> DEFAULT_URL         = 'http://host4.scbbs.com/mailman/'
> PUBLIC_ARCHIVE_URL  = '/pipermail'
> PRIVATE_ARCHIVE_URL = '/mailman/private'
> 
> HOME_PAGE         = 'index.html'
> MAILMAN_OWNER     = 'mailman-owner@%s' % DEFAULT_HOST_NAME
> 
> MTA_ALIASES_STYLE = 'qmail'
> SMTPHOST = 'host4.scbbs.com'
> 
> The log:
> 
> Dec 12 21:54:05 host4 smtpd: 1008222845.848334 tcpserver: status: 1/40
> Dec 12 21:54:05 host4 smtpd: 1008222845.851272 tcpserver: pid 13761 from
> 127.0.0.1
> Dec 12 21:54:05 host4 smtpd: 1008222845.886189 tcpserver: ok 13761
> localhost:127.0.0.1:25 localhost:127.0.0.1::1034
> Dec 12 21:54:06 host4 smtpd: 1008222846.011719 13761 > 220
> host4.scbbs.com ESMTP?
> Dec 12 21:54:06 host4 smtpd: 1008222846.018573 13761 < ehlo
> localhost.localdomain?
> Dec 12 21:54:06 host4 smtpd: 1008222846.020464 13761 >
> 250-host4.scbbs.com?
> Dec 12 21:54:06 host4 smtpd: 1008222846.020903 13761 > 250-PIPELINING?
> Dec 12 21:54:06 host4 smtpd: 1008222846.021301 13761 > 250 8BITMIME?
> Dec 12 21:54:06 host4 smtpd: 1008222846.046193 13761 < mail
> FROM:<vsb-admin at host4.scbbs.com>?
> Dec 12 21:54:06 host4 smtpd: 1008222846.046986 13761 > 250 ok?
> Dec 12 21:54:06 host4 smtpd: 1008222846.060541 13761 < rcpt
> TO:<mark at fiengroup.com>?
> Dec 12 21:54:06 host4 smtpd: 1008222846.061390 13761 > 553 sorry, that
> domain isn't in my list of allowed rcpthosts (#5.7.1)?
> Dec 12 21:54:06 host4 smtpd: 1008222846.082271 13761 < rset?
> Dec 12 21:54:06 host4 smtpd: 1008222846.083010 13761 > 250 flushed?
> Dec 12 21:54:06 host4 smtpd: 1008222846.107914 13761 < quit?
> Dec 12 21:54:06 host4 smtpd: 1008222846.109225 tcpserver: end 13761
> status 0
> Dec 12 21:54:06 host4 smtpd: 1008222846.109596 tcpserver: status: 0/40
> Dec 12 21:54:06 host4 smtpd: 1008222846.110069 13761 > 221
> host4.scbbs.com?
> Dec 12 21:54:06 host4 smtpd: 1008222846.133194 13761 > [EOF]
> 
> changed to this
> 
> Dec 13 10:29:43 host4 smtpd: 1008268183.122951 tcpserver: status: 1/40
> Dec 13 10:29:43 host4 smtpd: 1008268183.125794 tcpserver: pid 3710 from
> 127.0.0.1
> Dec 13 10:29:43 host4 smtpd: 1008268183.140285 tcpserver: ok 3710
> localhost:127.0.0.1:25 localhost:127.0.0.1::1028
> Dec 13 10:29:43 host4 smtpd: 1008268183.453632 3710 > 220
> host4.scbbs.com ESMTP?
> 
> Dec 13 10:29:43 host4 smtpd: 1008268183.460840 3710 < ehlo
> host4.scbbs.com?
> Dec 13 10:29:43 host4 smtpd: 1008268183.461727 3710 >
> 250-host4.scbbs.com?
> Dec 13 10:29:43 host4 smtpd: 1008268183.462229 3710 > 250-PIPELINING?
> Dec 13 10:29:43 host4 smtpd: 1008268183.462696 3710 > 250 8BITMIME?
> Dec 13 10:29:43 host4 smtpd: 1008268183.489319 3710 < mail
> FROM:<vsb-admin at host4.scbbs.com>?
> Dec 13 10:29:43 host4 smtpd: 1008268183.490244 3710 > 250 ok?
> Dec 13 10:29:43 host4 smtpd: 1008268183.508601 3710 < rcpt
> TO:<mark at fiengroup.com>?
> Dec 13 10:29:43 host4 smtpd: 1008268183.509548 3710 > 553 sorry, that
> domain isn't in my list of allowed rcpthosts (#5.7.1)?
> Dec 13 10:29:43 host4 smtpd: 1008268183.515317 3710 < rset?
> Dec 13 10:29:43 host4 smtpd: 1008268183.516348 3710 > 250 flushed?
> Dec 13 10:29:43 host4 smtpd: 1008268183.519576 3710 < quit?
> Dec 13 10:29:43 host4 smtpd: 1008268183.520635 3710 > 221
> host4.scbbs.com?
> Dec 13 10:29:43 host4 smtpd: 1008268183.540792 tcpserver: end 3710
> status 0
> Dec 13 10:29:43 host4 smtpd: 1008268183.577014 tcpserver: status: 0/40
> Dec 13 10:29:43 host4 smtpd: 1008268183.645401 3710 > [EOF]
> 
> 
> --
> Ron Parker
> Software Creations            http://www.scbbs.com
> TradeWinds Publishing         http://www.intl-trade.com
> TradePoint Los Angeles        http://www.tradepointla.org
> SiteDirector Security Server  http://livepublish.scbbs.com
> Civil War Online Library      http://civilwar.scbbs.com
> 
> 
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users





More information about the Mailman-Users mailing list