Gentoo Archives: gentoo-server

From: Ben Munat <bent@×××××.com>
To: gentoo-server@l.g.o
Subject: [gentoo-server] qmail woes
Date: Fri, 28 May 2004 02:15:58
Message-Id: 40B6A27B.9050004@munat.com
1 I'm really, really hoping that someone on this list is a qmail wizard...
2 I'm completely stuck.
3
4 I've written a Java Servlet application which I'm running on my gentoo
5 server. When a transaction is completed, the servlet uses JavaMail to
6 send an email regarding the transaction. The problem is that I keep
7 getting "553 sorry, that domain isn't in ... rcpthosts".
8
9 I've read up extensivley on lifewithqmail.org and palomine.net/qmail and
10 I understand the purpose of rcpthosts. I have the domain name of the
11 server in rcpthosts, but it still doesn't work. I tried localhost,
12 127.0.0.1, and the actual ip address of the server in rcphosts... still
13 no go.
14
15 It would seem that one of those entries in rcpthosts would work, but
16 since it didn't I also tried setting up tcpserver to allow the
17 connection from itself. Following the palomine.net example I made a
18 tcp.smtp file like this:
19
20 x.x.x.x:allow,RELAYCLIENT=""
21 :allow
22
23 where x.x.x.x is my server's ip address. And I compiled it into
24 tcp.smtp.cdb. But still, it doesn't work...
25
26 Haayyyllp!
27
28 Ben

Replies

Subject Author
Re: [gentoo-server] qmail woes Benjamin Coles <sj7trunks@g.o>
Re: [gentoo-server] qmail woes Eric Paynter <eric@×××××××××××.com>
Re: [gentoo-server] qmail woes Andrew Gaffney <agaffney@×××××××××××.com>