Re: rcpthosts default allow all ?

2001-05-07 Thread Charles Cazabon
D . Cook <[EMAIL PROTECTED]> wrote: > Oops. I actually wanted only to be able to send mails OUT to every host > except what is banned. You can "ban" your users from sending mail to certain domains by making them virtualdomains on your own server, and blackholing the mail. You set up a virtualdom

Re: rcpthosts default allow all ?

2001-05-06 Thread Adam McKenna
On Sun, May 06, 2001 at 11:40:16AM -0700, D. Cook wrote: > Oops. I actually wanted only to be able to send mails OUT to every host > except what is banned. I failed to grep control man page to understand > what is required to accomplish above. I only found out by specifying > the domain in rcpth

Re: rcpthosts default allow all ?

2001-05-06 Thread D . Cook
Oops. I actually wanted only to be able to send mails OUT to every host except what is banned. I failed to grep control man page to understand what is required to accomplish above. I only found out by specifying the domain in rcpthosts I could send mails to that domain. Could you please point o

Re: rcpthosts default allow all ?

2001-05-06 Thread Greg White
On Sun, May 06, 2001 at 08:42:10AM -0700, D . Cook wrote: > Hi all, > > I can't find the syntax for /var/qmail/control in the manual. Please > bear with me. As said, try 'man qmail-control'. > > What's the syntax for allowing all by default in rcpthosts and only > selected hosts are banned? S

Re: rcpthosts default allow all ?

2001-05-06 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- D. Cook wrote: >I can't find the syntax for /var/qmail/control in the manual. Please >bear with me. 'man qmail-control' will point you in the right direction. >What's the syntax for allowing all by default in rcpthosts and only >selected hosts are banned?

Re: rcpthosts file - newbe question

2001-02-21 Thread Peter Cavender
> This has to be something simple but I've been banging my > head against it for a couple of hours and can't get > anywhere. If this is covered in the FAQ, INSTALL or man > files, I either can't find it or am misunderstanding it. > The situation: > > I have a small home network. I have a desig

Re: rcpthosts - IP addresses not allowed?

2001-01-04 Thread Bernard Karmilowicz
Thanks much, Andy. Your suggestion worked! - Bernie > > I am trying to send mail from host FROM_HOST (1.2.3.4) to host TO_HOST > > (1.2.3.5). The mail is addressed to "[EMAIL PROTECTED]". qmail is running on > > both hosts. Unfortunately, TO_HOST refuses the mail. However, TO_HOST > > will acce

Re: rcpthosts - IP addresses not allowed?

2001-01-04 Thread Andy Bradford
On Thu, 04 Jan 2001 13:38:56 EST, Bernard Karmilowicz wrote: > I am trying to send mail from host FROM_HOST (1.2.3.4) to host TO_HOST > (1.2.3.5). The mail is addressed to "[EMAIL PROTECTED]". qmail is running on > both hosts. Unfortunately, TO_HOST refuses the mail. However, TO_HOST > will accep

Re: RCPTHOSTS Dilemma

2000-11-03 Thread Justin Bell
On Thu, Nov 02, 2000 at 04:37:43PM -0500, Anthony Abby wrote: # I'm having a problem with RCPTHOSTS and relaying. Without RCPTHOSTS (or # MORERCPTHOSTS) my mail server is an open relay, and yet I'm having # difficulty setting it up so that my Listserv (Listar), which runs on the # same box as QMa

RE: RCPTHOSTS Dilemma

2000-11-02 Thread Anthony Abby
> How does the mailing list submit messages to qmail? Since you say > this doesn't work, what symptom or error message do you see? And > finally, What Do The Logs Say (TM)? David: Listar hands off list traffic directly back to Qmail via SMTP. The logs indicate QMail won't "relay" the mail be

Re: RCPTHOSTS Dilemma

2000-11-02 Thread David Dyer-Bennet
Anthony Abby <[EMAIL PROTECTED]> writes on 2 November 2000 at 16:37:43 -0500 > I'm having a problem with RCPTHOSTS and relaying. Without RCPTHOSTS (or > MORERCPTHOSTS) my mail server is an open relay, and yet I'm having > difficulty setting it up so that my Listserv (Listar), which runs on the

Re: rcpthosts

2000-09-13 Thread Frank Tegtmeyer
> I have listed some domains in rcpthosts. > But it is stupid add in rcpthosts ALL domains in world... (.com, .edu, .org, .net, >.sk, ) > What I must type in rcpthosts (some widcards)? No. You should use tcpserver and set the RELAYCLIENT environment variable. This is explained in t

Re: rcpthosts

2000-09-13 Thread wolfgang zeikat
rcpthosts only lists the domains that your server accepts mail for (to deliver it to the user for example) ... to reach other domains, you use relaying. for more info see: http://www.palomine.net/qmail/relaying.html http://cr.yp.to/qmail/faq/servers.html#authorized-relay http://Web.InfoAve.Net/~d

Re: rcpthosts

2000-09-13 Thread Jason Brooke
In your qmail src tree there's a file called FAQ. It tells you how to allow certain hosts to relay mail through your server. jason - Original Message - From: "Stano Paška" <[EMAIL PROTECTED]> To: "qmail konferencia" <[EMAIL PROTECTED]> Sent: Wednesday, September 13, 2000 5:54 PM Subjec

Re: rcpthosts prob

2000-09-05 Thread Dave Sill
Z <[EMAIL PROTECTED]> wrote: >i have installed ucspi-tcp and daemontools and my /etc/tcp.smtp >file looks like this: > >127.:allow,RELAYCLIENT="" >63.78.138.:allow,RELAYCLIENT="" >64.113.144.:allow,RELAYCLIENT="" >10.1.1.:allow, RELAYCLIENT="" >192.168.1.:allow, RELAYCLIENT="" Lose the sp

Re: rcpthosts prob

2000-09-01 Thread Stephen Bosch
> i'm getting this > > [root@proxy control]# tcprulescheck /etc/tcp.smtp.cdb > default: > allow connection > [root@proxy control]# > > does this mean that it's not working correctly? > > i reran: > > tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp < /etc/tcp.smtp > > and got: > > [root@pr

Re: rcpthosts prob

2000-09-01 Thread Z
On Fri, 1 Sep 2000, Ben Beuchler wrote: > On Fri, Sep 01, 2000 at 03:23:25PM -0500, Ronny Haryanto wrote: > > > Have you rebuild the cdb file with tcprules? How do you start your > > smtpd? What does the smtpd log says when you connect? > > And: What does your tcpserver command line look lik

Re: rcpthosts prob

2000-09-01 Thread Ben Beuchler
On Fri, Sep 01, 2000 at 03:23:25PM -0500, Ronny Haryanto wrote: > Have you rebuild the cdb file with tcprules? How do you start your > smtpd? What does the smtpd log says when you connect? And: What does your tcpserver command line look like? Have you tried tcprulescheck? Ben -- Ben Beuchle

Re: rcpthosts prob

2000-09-01 Thread Ronny Haryanto
On 01-Sep-2000, Z wrote: > i have installed ucspi-tcp and daemontools and my /etc/tcp.smtp > file looks like this: > > 127.:allow,RELAYCLIENT="" > 63.78.138.:allow,RELAYCLIENT="" > 64.113.144.:allow,RELAYCLIENT="" > 10.1.1.:allow, RELAYCLIENT="" > 192.168.1.:allow, RELAYCLIENT="" > > and

RE: rcpthosts

2000-06-23 Thread Brian Sweeney
Isn't qpopper for pop, not smtp? Why would the rcpthosts file affect it then? In any case, an RCPTHOSTS file error can mean either what it says (the site ISN'T in the file) or it could mean if your blocking based on IP addresses that whatever your tcprules.cdb file is isn't setup right. Make s

Re: rcpthosts

2000-06-22 Thread Irwan Hadi
At 05:21 PM 6/22/00 -0500, Z wrote: >does this work with qpopper? i inplemented the select relay >and still get the error that it's not in the rcpthosts file... then you should go to http://www.qmail.org/top.html#addons

RE: rcpthosts

2000-06-15 Thread Bolivar Diaz Galarza
e 15, 2000 2:05 PM Subject: Re: rcpthosts > At 07:07 PM 6/15/00 +0800, Vince wrote: > > >why is that i cant send mail if the domain is not listed in the rcpthosts. > >how can i sendmail outside w/o specifying all the active domain. is it > >possible to remove the rcpthosts f

Re: rcpthosts

2000-06-15 Thread Irwan Hadi
At 07:07 PM 6/15/00 +0800, Vince wrote: >why is that i cant send mail if the domain is not listed in the rcpthosts. >how can i sendmail outside w/o specifying all the active domain. is it >possible to remove the rcpthosts file? then your smtp will be open relay ;) see http://www.palomine.net/qma

Re: rcpthosts

2000-06-15 Thread Vince Vielhaber
On Thu, 15 Jun 2000, Vince wrote: > > why is that i cant send mail if the domain is not listed in the rcpthosts. > how can i sendmail outside w/o specifying all the active domain. is it > possible to remove the rcpthosts file? Do NOT remove rcpthosts. Bad things will happen. Take a quick look

RE: rcpthosts and morercpthosts - OT tangent

2000-04-24 Thread Greg Kopp
I appreciated all of the responses to my message and it woudl appear that rsync and rdist is a much better way to do this. However, I am at a loss in just how to use rsync or rdist. Can someone point me to a good reference on how to do what I want? The man pages didn't seem to help me much. Tha

Re: rcpthosts and morercpthosts

2000-04-21 Thread Claus Färber
Greg Kopp <[EMAIL PROTECTED]> schrieb/wrote: > 1. What is morerecpthosts and morercpthosts.cdb? Is there a limit to the > number of hosts that can be in the rcpthosts file? morerecpthosts[.cdb] is a binary format that is more efficient than a single text file. You should use it for performance

Re: rcpthosts and morercpthosts

2000-04-21 Thread Len Budney
"Petr Novotny" <[EMAIL PROTECTED]> wrote: > On 21 Apr 00, at 8:22, Greg Kopp wrote: > > 1. What is morerecpthosts and morercpthosts.cdb? Is there a limit to > > the number of hosts that can be in the rcpthosts file? > > No real limit; it's just that both files are parsed each time > qmail-smtpd i

Re: rcpthosts and morercpthosts

2000-04-21 Thread Len Budney
"Greg Kopp" <[EMAIL PROTECTED]> wrote: > > 1. What is morerecpthosts and morercpthosts.cdb? Is there a limit to the > number of hosts that can be in the rcpthosts file? morercpthosts is (as the name implies) a supplement to rcpthosts, which is used by qmail-smtpd to decide whether to accept mail

Re: rcpthosts and morercpthosts

2000-04-21 Thread Russell Nelson
Greg Kopp writes: > 1. What is morerecpthosts and morercpthosts.cdb? Is there a limit to the > number of hosts that can be in the rcpthosts file? You're limited only by memory ... however, qmail-smtpd reads the whole file every time it starts up. So you're better advised to put the first fifte

Re: rcpthosts and morercpthosts

2000-04-21 Thread Petr Novotny
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21 Apr 00, at 8:22, Greg Kopp wrote: > 1. What is morerecpthosts and morercpthosts.cdb? Is there a limit to > the number of hosts that can be in the rcpthosts file? No real limit; it's just that both files are parsed each time qmail-smtpd is run

Re: rcpthosts ignored

2000-03-30 Thread Paul Culmsee
I have found my problem. I have been talking to port 25 manually and haven't used the proper notation, ie rcpt to:<[EMAIL PROTECTED]> instead i was doing rcpt to [EMAIL PROTECTED] putting in the brackets fixes it. Is this expected behaviour? Paul

Re: rcpthosts ignored

2000-03-29 Thread Paul Culmsee
As requested qmail home directory: /var/qmail. user-ext delimiter: -. paternalism (in decimal): 2. silent concurrency limit: 120. subdirectory split: 23. user ids: 889, 890, 891, 0, 892, 893, 894, 895. group ids: 505, 504. badmailfrom: (Default.) Any MAIL FROM is allowed. bouncefrom: (Default.)

Re: rcpthosts ignored

2000-03-29 Thread Erwin Hoffmann
Hi, we need some more configuration details. Pipe /var/qmail/bin/qmail-showctl to a file and post it in this list. cheers. eh. At 06:32 30.3.2000 GMT, you wrote: >Hi again > >I modified the source to qmail-smtpd.c and commented out all of the parts that >check for the relayclient environment va

Re: rcpthosts ignored

2000-03-29 Thread Paul Culmsee
Hi again I modified the source to qmail-smtpd.c and commented out all of the parts that check for the relayclient environment variable. My problem of rcpthosts file being skipped still occurs. The server is happily accepting rcpt to for any domain. I then hardcoded a return value into the addral

Re: rcpthosts problem (and solution?)

2000-03-10 Thread Dave Sill
Glenn Crownover <[EMAIL PROTECTED]> wrote: >My rcpthosts file was: > >bluejava.com >investnetcafe.com > > >... > >Examining the dialog, I noticed that the RCPT TO: line was "RCPT TO: >[EMAIL PROTECTED]" followed by the error message. Then I >remembered I had made a change to my z

Re: rcpthosts and sender address

2000-02-25 Thread Chris Johnson
On Fri, Feb 25, 2000 at 01:12:38PM +0100, Oliver Frommel wrote: > After reading through the mailing list archives my understanding concerning > qmail relaying is that: rcpthosts is used only for checking the recipients > domain. What about the sender address then? Coming from a sendmail background

Re: rcpthosts and sender address

2000-02-25 Thread alexander . jernejcic
tpserver (part of daemontools) does exactly what you want. its a matter of setting RELAYCLIENT. there are also solutions for dynamic relay, where the client first authenticates through pop3. take a look at life with qmail: http://Web.InfoAve.Net/~dsill/lwq.html espacially chapter 3.2.3. its descr

Re: rcpthosts

2000-02-04 Thread Dave Sill
clifford thurber <[EMAIL PROTECTED]> wrote: >I am trying to configure qmail so that I may send mail from our domain to >any other domain. Does this require an empty RCPTHOSTS >file? No. >Can someone elaborate on the >proper entries in to control files? Thanks in advance. See: http://Web.In

Re: rcpthosts

2000-02-04 Thread Chris Johnson
On Fri, Feb 04, 2000 at 01:03:00PM -0500, clifford thurber wrote: > I am trying to configure qmail so that I may send mail from our domain to any > other domain. Does this require an empty RCPTHOSTS file? I currently have > .mydomain.com in out rcpthosts file as well as 127.0.0.1. When telnetting

Re: rcpthosts question

2000-01-24 Thread Adam Michaud
After being pointed in the right direction by a kind soul, it was almost embarrassingly easy...the problem is solved. Nothing more to see here...move along... -Adam On Mon, 24 Jan 2000, Adam Michaud wrote: > > We had previously not been using rcpthosts, but decided to after falling > vict

Re: rcpthosts failure

1999-12-04 Thread Anand Buddhdev
On Sat, Dec 04, 1999 at 01:53:02AM -0800, James wrote: > I am using Linux version 2.2.9-27mdk of Mandrake, and I am getting an > error when trying to use my server as a relay. Here is my current setup: > > In tcp.smtp I have: > 209.333.55.:allow, RELAYCLIENT="" ^^^ > 127.0.0.

Re: rcpthosts

1999-12-03 Thread Shawn P. Stanley
Awesome! This is exactly the type of thing I'm looking for. Thanks. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 02, 1999 10:51 PM Subject: Re: rcpthosts > Shawn, > > Well, in

Re: rcpthosts

1999-12-03 Thread Vince Vielhaber
On Thu, 2 Dec 1999, Shawn P. Stanley wrote: > I have a similar question, but perhaps the answer is not so easy. > > I use ucspi with great success, but I have a user whose ISP is a university, > and I'm not sure I want to open up access to the university's entire subnet. > However, the user gets

Re: rcpthosts

1999-12-02 Thread martin
f I can. : : - Original Message - : From: <[EMAIL PROTECTED]> : To: <[EMAIL PROTECTED]> : Cc: <[EMAIL PROTECTED]> : Sent: Thursday, December 02, 1999 9:52 PM : Subject: Re: rcpthosts : : -- Martin A. Brown --- SecurePipe Communications --- [EMAIL PROTECTED]

Re: rcpthosts

1999-12-02 Thread Shawn P. Stanley
To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 02, 1999 9:52 PM Subject: Re: rcpthosts > Jim, > > Is this machine accessible via The Net, or is it behind a firewall? > > If it's behind the firewall, you are set. Just open the darned thin

Re: rcpthosts

1999-12-02 Thread martin
Jim, Is this machine accessible via The Net, or is it behind a firewall? If it's behind the firewall, you are set. Just open the darned thing up, and be done with it. If this is available from The [evil] Net, and you don't want to relay for the world, you can do two things. Option 1 =

RE: rcpthosts

1999-10-26 Thread Vince Vielhaber
On 26-Oct-99 Alexander Jernejcic wrote: > hi there, > blame me, flame me, but i don't understand it: > i am running a qmail server and i have to relay for our customers. > so i set up tcp.smtp (yes, i did the tcprules thing) and put the > virtual domains in rcpthosts following LWQ. > after that,

Re: rcpthosts

1999-10-26 Thread Kai MacTane
At 10:24 PM 10/26/99 +0200, you wrote: > >blame me, flame me, but i don't understand it: >i am running a qmail server and i have to relay for our customers. You might want to look at Russ Nelson's open-SMTP or similar things on the qmail.org page. These are add-ons to Qmail that allow it to relay

Re: RCPTHOSTS error

1999-10-05 Thread Russell Nelson
[EMAIL PROTECTED] writes: > Can it be said that tcpserver can run concurrently with inetd? Yup. Tcpserver can run concurrently with inetd. There, now it *has* been said. > I take it if you have any UDP stuff on inetd you have to leave it on there? > OTOH, some of my servers are so tight the

Re: RCPTHOSTS error

1999-10-05 Thread Chris Johnson
On Tue, Oct 05, 1999 at 12:33:02AM -0400, [EMAIL PROTECTED] wrote: > > let me also add that if I remove the RCPTHOSTS file, that I can no longer > recieve e-mails sent to my local domain. The machine just refuses > everything. This is just not true. If you remove the rcpthosts file, you become

Re: RCPTHOSTS error

1999-10-05 Thread phil
Bernard Karmilowicz wrote: > > and if I am not using TCPSERVER? I just need to get this runing ASAP so an > > open relay would be fine for the time being, how do I do that? > > Running an open relay is discouraged. You should install tcpserver ASAP (It is > not painful. Trust me. I have done it

Re: RCPTHOSTS error

1999-10-04 Thread phil
Russell Nelson wrote: > [EMAIL PROTECTED] writes: > > and if I am not using TCPSERVER? I just need to get this runing ASAP so an > > open relay would be fine for the time being, how do I do that? > > Install tcpserver. It's faster than dealing with inetd. Can it be said that tcpserver can r

Re: RCPTHOSTS error

1999-10-04 Thread Bernard Karmilowicz
> and if I am not using TCPSERVER? I just need to get this runing ASAP so an > open relay would be fine for the time being, how do I do that? Running an open relay is discouraged. You should install tcpserver ASAP (It is not painful. Trust me. I have done it myself). If your really, really, rea

Re: RCPTHOSTS error

1999-10-04 Thread courtney
let me also add that if I remove the RCPTHOSTS file, that I can no longer recieve e-mails sent to my local domain. The machine just refuses everything. any more ideas??

RE: RCPTHOSTS error

1999-10-04 Thread Russell Nelson
[EMAIL PROTECTED] writes: > and if I am not using TCPSERVER? I just need to get this runing ASAP so an > open relay would be fine for the time being, how do I do that? Install tcpserver. It's faster than dealing with inetd. -- -russ nelson <[EMAIL PROTECTED]> http://russnelson.com Crynwr s

RE: RCPTHOSTS error

1999-10-04 Thread Chris Nelson
04, 1999 9:23 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: RCPTHOSTS error > > > > > and if I am not using TCPSERVER? I just need to get this > runing ASAP so an > open relay would be fine for the time being, how do I do that? >

RE: RCPTHOSTS error

1999-10-04 Thread courtney
and if I am not using TCPSERVER? I just need to get this runing ASAP so an open relay would be fine for the time being, how do I do that?

Re: RCPTHOSTS error

1999-10-04 Thread Russell Nelson
[EMAIL PROTECTED] writes: > > > Hey all I just put a new Qmail server online at Z100 Radio in New York city > for all of ou listener e-mail (about 500,000 mails/day) and I have > everything working except one little thing- when I try and send mail to > addresses outside my domain (eg aol.c

Re: RCPTHOSTS error

1999-10-04 Thread Bernard Karmilowicz
Hi Bernie: Read: http://www.palomine.net/qmail/selectiverelay.html Please let me know if it is not clear. - Bernie > Hey all I just put a new Qmail server online at Z100 Radio in New York city > for all of ou listener e-mail (about 500,000 mails/day) and I have > everything working except one

RE: RCPTHOSTS error

1999-10-04 Thread Chris Nelson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Check the FAQ ftp://koobera.math.uic.edu/www/qmail/faq/servers.html#authorized-relay - -Chris > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 04, 1999 8:07 PM > To: [EMAIL PROTECTED] > Subj

Re: rcpthosts - did i miss something?!

1999-09-21 Thread David Dyer-Bennet
Thomas Foerster <[EMAIL PROTECTED]> writes on 21 September 1999 at 13:50:30 +0200 > i want qmail to only accept mail form an email-adress/domain that is > listet in /var/qmail/control/rcpthosts, but it accepts very mail , > even from foo@bar. rcpthosts controls addresses for which mail will b

Re: rcpthosts - did i miss something?!

1999-09-21 Thread Dimitri SZAJMAN
rcpthosts accepts all FROM messages but not all TO messages : I.e. if rcpthosts contains "foo.com", it will only accept messages adressed TO: [EMAIL PROTECTED] but any SENDER (FROM) will be accepted. -- Xon-Xoff - http://www.Xon-Xoff.fr Publication et Commerce electronique sur le Web Messagerie

Re: rcpthosts logs

1999-09-14 Thread Scott Schwartz
"Jan Stanik" <[EMAIL PROTECTED]> writes: | I need to log rcpthosts failures: | 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) | Is there any patch to qmail-smtpd? --- qmail-smtpd.c 1998/06/25 03:48:14 1.1 +++ qmail-smtpd.c 1998/06/25 03:54:58 @@ -42,16 +42,2

Re: rcpthosts logs

1999-09-14 Thread Anand Buddhdev
On Tue, Sep 14, 1999 at 11:13:14AM -0700, Jan Stanik wrote: There's a patch on www.qmail.org that does this, and also adds checking for validity of the sender's domain. If you don't want that, then you could look at the patch, and only extract the part that logs the relaying attempt. Or you could

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-09 Thread Paul Farber
| 1900 Los Angeles Avenue, 2nd Floor > [EMAIL PROTECTED] | Simi Valley, CA 93065 > > Quidquid latine dictum sit, altum viditur. > > - Original Message - > From: Paul Farber <[EMAIL PROTECTED]> > To: Racer X <[EMAIL PROTECTED]> > Cc: qmail mailing lis

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-09 Thread Racer X
0 Los Angeles Avenue, 2nd Floor [EMAIL PROTECTED] | Simi Valley, CA 93065 Quidquid latine dictum sit, altum viditur. - Original Message - From: Paul Farber <[EMAIL PROTECTED]> To: Racer X <[EMAIL PROTECTED]> Cc: qmail mailing list <[EMAIL PROTECTED]> Sent: Thu 9 Sep 1999

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-09 Thread Dave Sill
Tim Hunter <[EMAIL PROTECTED]> wrote: >I know that /var/qmail/control/rcphosts has a limitation on the amount of >lines it accepts, I dont know the number offhand, No, there's no limit. It just reaches the point where qmail-smtpd spends too much time reading through the file. >but know that yo

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-09 Thread Paul Farber
imi Valley, CA 93065 > > Quidquid latine dictum sit, altum viditur. > > - Original Message - > From: Paul Farber <[EMAIL PROTECTED]> > To: Chris Johnson <[EMAIL PROTECTED]> > Cc: qmail mailing list <[EMAIL PROTECTED]> > Sent: Wed 8 Sep 1999 19.

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-09 Thread Tim Hunter
At 10:03 PM 9/8/99 -0400, you wrote: >rcpt <[EMAIL PROTECTED]> >553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) I know that /var/qmail/control/rcphosts has a limitation on the amount of lines it accepts, I dont know the number offhand, but know that you can make a database

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Racer X
OTECTED] | Simi Valley, CA 93065 Quidquid latine dictum sit, altum viditur. - Original Message - From: Paul Farber <[EMAIL PROTECTED]> To: Chris Johnson <[EMAIL PROTECTED]> Cc: qmail mailing list <[EMAIL PROTECTED]> Sent: Wed 8 Sep 1999 19.03 Subject: Re: RCPTHOSTS and 53

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Paul Farber
Follow up for all the qmail gods that are being kind enough to help out... I can send mail to haven.k12.pa.us but not outside of f-tech.net, or haven.k12.pa.us. 220 mail.f-tech.net ESMTP helo dude 250 mail.f-tech.net mail <[EMAIL PROTECTED]> 250 ok rcpt <[EMAIL PROTECTED]> 553 sorry, that domain

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Paul Farber
This is what I have now... just to make sure we area all on the same page: Done from thier router via telnet to my mail server: thier router ip is 209.173.3.254.. added to qmail-smtpd.cdb for this test gateway.shsd.ptd.net>telnet 207.44.65.16 25 Trying 207.44.65.16, 25 ... Open 220 mail.f-tech.n

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Paul Farber
= > Judd Bourgeois| CNM Network +1 (805) 520-7170 > Software Architect| 1900 Los Angeles Avenue, 2nd Floor > [EMAIL PROTECTED] | Simi Valley, CA 93065 > > Quidquid latine dictum sit, altum viditur. > > - Original Message - > From: Paul Far

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Paul Farber
I'm going throught the qmail-smtp file now. just my luck I probibly spelled something worng. Paul D. Farber II Farber Technology Ph. 570-628-5303 Fax 570-628-5545 [EMAIL PROTECTED] On Wed, 8 Sep 1999, Chris Johnson wrote: > On Wed, Sep 08, 1999 at 08:47:28PM -0400, Paul Farber wrote: > > Ac

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Racer X
[EMAIL PROTECTED]> Cc: qmail mailing list <[EMAIL PROTECTED]> Sent: Wed 8 Sep 1999 17.47 Subject: Re: RCPTHOSTS and 533 "Not in rcpthosts" > Acutally the qmail-iniit script will check of the presence of > qmail-smtp.cdb then add the -x option.. I'll assume you are not usin

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Chris Johnson
On Wed, Sep 08, 1999 at 08:47:28PM -0400, Paul Farber wrote: > Acutally the qmail-iniit script will check of the presence of > qmail-smtp.cdb then add the -x option.. I'll assume you are not using a > sysV based system. That has nothing to do with anything. You showed the output of ps, and tcpser

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Paul Farber
Acutally the qmail-iniit script will check of the presence of qmail-smtp.cdb then add the -x option.. I'll assume you are not using a sysV based system. As for the trailing ., I have one line with it and one with... works fine either way. Also, tcpserver will not reply with a 533 error... that's

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Chris Johnson
On Wed, Sep 08, 1999 at 05:33:53PM -0400, Paul Farber wrote: > I had a qmail-smtp file with the class > > 209.173.3:allow,RELAYCLIENT="" > > And then made the cdb file. Still no go. It should be: 209.173.3.:allow,RELAYCLIENT="" (Note the trailing ".") But here's how you're starting tcpserv

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Paul Farber
I had a qmail-smtp file with the class 209.173.3:allow,RELAYCLIENT="" And then made the cdb file. Still no go. Paul D. Farber II Farber Technology Ph. 570-628-5303 Fax 570-628-5545 [EMAIL PROTECTED] On Wed, 8 Sep 1999, Chris Johnson wrote: > On Wed, Sep 08, 1999 at 05:12:40PM -0400, Paul Fa

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Chris Johnson
On Wed, Sep 08, 1999 at 05:12:40PM -0400, Paul Farber wrote: > Got a really goofy problem with qmail-1.02/RH 5.1. I added a customer and > his /24 to my service. Set up vmailmgr for virtual POP mail and added the > domain haven.k12.pa.us to the rcpthost file, restarted qmail-smtpd. There's no n

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Paul Farber
There were no log entries. ALl messages were displayed on the screen (netscape, eudora) and not e-mailed from the mailer daemon. Paul D. Farber II Farber Technology Ph. 570-628-5303 Fax 570-628-5545 [EMAIL PROTECTED] On Wed, 8 Sep 1999, Robbie Walker wrote: > What's the address the message was

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Paul Farber
I could not send any messages OUT, not even to the sam domain. Paul D. Farber II Farber Technology Ph. 570-628-5303 Fax 570-628-5545 [EMAIL PROTECTED] On Wed, 8 Sep 1999, Robbie Walker wrote: > What's the address the message was sent to? Send another message to the > list showing the logs of t

Re: RCPTHOSTS and 533 "Not in rcpthosts"

1999-09-08 Thread Robbie Walker
What's the address the message was sent to? Send another message to the list showing the logs of the failed message. At 05:12 PM 9/8/99 , you wrote: >Hello all > >Got a really goofy problem with qmail-1.02/RH 5.1. I added a customer and >his /24 to my service. Set up vmailmgr for virtual POP ma

Re: "rcpthosts may include wildcards"

1999-07-02 Thread Adam D. McKenna
On Fri, Jul 02, 1999 at 10:55:33AM -0400, Dave Kitabjian wrote: > > This is probably very simple, but indulge me. > > man for qmail-smtpd says: > > rcpthosts may include wildcards: > > heaven.af.mil > .heaven.af.mil > > So is the "." the wildcard? My current

RE: rcpthosts info

1999-06-06 Thread Wilson Fletcher
Read FAQ #5.4. You have two choice inetd or tcpserver. A lot of people recommend tcpserver available from www.qmail.org. I use inetd without any problems (yet) though. Also read : The newbie's guide to relaying by Chris Johnson : http://www.palomine.net/qmail/relaying.html and life with qmail

Re: rcpthosts

1999-06-04 Thread Robert Schader
apis wrote: > > o Have you looked at Postfix? > > http://www.postfix.org > > o Very nifty and easy to install as it is more *sendmail* > > replaceable without worrying much about changes in mail system as > > Qmail requires. > > Apis > Well, yes, I did look at Postfix a

Re: rcpthosts

1999-06-04 Thread Scott Schwartz
[EMAIL PROTECTED] (Robert Schader) writes: | It seems to me that the rcpthosts functionality is reversed from what it | should be. I thought that maybe the functionality I wanted was to be found | in the locals file, but that seems to control what machines qmail will | accept mail for and hold loc

Re: rcpthosts

1999-06-04 Thread Justin Bell
On Fri, Jun 04, 1999 at 05:07:08PM -0400, Robert Schader wrote: # You would think that the rcpthosts file could serve a better purpose by # allowing the machines listed in it to send anywhere, instead of any machine # out on the internet to only send files to the machines in rcpthosts, which # in

RE: rcpthosts

1999-05-12 Thread Wilson Fletcher
There is a Newbie's guide to relaying that answers questions relating to this problem. All people with the rcpthosts problem should read it. http://www.palomine.net/qmail/relaying.html Also FAQ point #5.4 is most important for using tcp-wrappers and inetd On Wednesday, May 12, 1999 6:0

Re: More Info (was Re: rcpthosts)

1999-05-12 Thread jasonf
> [ snip ] > > >--om-mani-padme-hum-2139-2123-926460989 > >Content-Type: MESSAGE/DELIVERY-STATUS; CHARSET=US-ASCII > >Content-ID: <[EMAIL PROTECTED]> > >Content-Description: > > > >Reporting-MTA: dns; localhost > > > >Final-Recipient: rfc822; jason > >Last-Attempt-Date: Tue, 11 May 1999 16:16:2

Re: More Info (was Re: rcpthosts)

1999-05-12 Thread Sam
[EMAIL PROTECTED] writes: > As for the fetchmail bounce, I've attatched the complete message. [ snip ] >--om-mani-padme-hum-2139-2123-926460989 >Content-Type: MESSAGE/DELIVERY-STATUS; CHARSET=US-ASCII >Content-ID: <[EMAIL PROTECTED]> >Content-Description: > >Reporting-MTA: dns; localhost > >Fi

Re: rcpthosts

1999-05-12 Thread Chris Johnson
On Wed, May 12, 1999 at 12:41:48PM -0500, [EMAIL PROTECTED] wrote: > > Ok, I sort of asked this question before, but I'm going to try again, this > time with a little more info. > > I try to use fetchmail to download mail from another server. While running > fetchmail, it dies saying "fetchmail:

Re: More Info (was Re: rcpthosts)

1999-05-12 Thread Dave Sill
[EMAIL PROTECTED] wrote: > >For the time being, my system only has a dialup connection, so all that's >in my rcpthosts and locals is localhost.localdomain. You should add "the-i.net" to rcphosts and put "[EMAIL PROTECTED]:jason" in virtualdomains. Also, create a ~jason/.qmail-jasonf or ~jason/.qm

More Info (was Re: rcpthosts)

1999-05-12 Thread jasonf
> You still haven't given enough information. What's in rcphosts, > locals, and your .fetchmailrc (less passwords, of course)? How about a > sample of one of those fetchmail-daemon bounces, including the > complete header? > > -Dave > For the time being, my system only has a dialup connection,

Re: rcpthosts

1999-05-12 Thread Dave Sill
[EMAIL PROTECTED] wrote: > >Ok, I sort of asked this question before, but I'm going to try again, this >time with a little more info. Good idea. :-) >I try to use fetchmail to download mail from another server. While running >fetchmail, it dies saying "fetchmail: can't even send to user!" (user

Re: rcpthosts logging.

1999-04-22 Thread Scott Schwartz
Doug McClure <[EMAIL PROTECTED]> writes: | Is there any way to log rcpthosts failures? You need to patch qmail-smtpd. Check the archives for my diffs. There are lots of things that qmail-smtpd needs to log, but doesn't.

Re: rcpthosts logging.

1999-04-22 Thread Dave Sill
Doug McClure <[EMAIL PROTECTED]> wrote: > >... Qmail's logs are much more >difficult to track than sendmail's where before everything was two lines or >three, it's five or six, and I'm not able to see things that could be >potential configuration problems with Qmail (at least not clearly!). Grab

Re: rcpthosts questions

1999-04-06 Thread Dave Sill
[EMAIL PROTECTED] wrote: > > >How do I allow selected clients to send outgoing messages through my >SMTP server? qmail-smtpd is giving the error ``sorry, that domain isn't >in my list of allowed rcpthosts (#5.7.1)'' for messages to any domain >not >listed in /var/qmail/control/rcpthosts. > >The q

Re: rcpthosts questions

1999-04-06 Thread Chris Johnson
On Tue, Apr 06, 1999 at 10:25:59AM -0500, Sean Brown wrote: > I apologize in advance for the newbie question. > > I've got qmail up and running, and all's well so far. However, I'm a > bit confused about the rcpthosts file. From the FAQ: > > > How do I allow selected clients to send outgoing

Re: Rcpthosts

1999-03-17 Thread Sam
Michael Bryan writes: > Sam wrote: > > > > Michael Bryan writes: > > > > > <[EMAIL PROTECTED]>: > > > 208.15.106.2 does not like recipient. > > > Remote host said: 553 sorry, that domain isn't in my list of allowed > > > rcpthosts (#5.7.1) > > > Giving up on 208.15.106.2. > > > > > > All the tc

  1   2   >