Re: rcphosts error

2001-03-28 Thread Charles Cazabon

chris [EMAIL PROTECTED] wrote:
 
 Starting: qmail pop tcpserver: fatal: unable to bind: address already used
 smtp
 
 I think that it has something to do with the fact that the file
 /var/vpopmai/etc/tcp.smtp.cbd is owned by vpopmail:vchkpw

Nope.  Something is already listening to the port you're trying to bind
to (probably 25).  It may be something in your inetd.conf/xinetd
configuration, or you may have another tcpserver already bound to that
port.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: rcphosts error

2001-03-27 Thread chris

Thank you for your help. It is much appreciated. I m getting the following
error

Starting: qmail pop tcpserver: fatal: unable to bind: address already used
smtp

I think that it has something to do with the fact that the file
/var/vpopmai/etc/tcp.smtp.cbd is owned by vpopmail:vchkpw

If I were to compile vpopmail to look for the tcp.smtp.cbd in /etc or some
other location would that make a difference?


P.S. My clients are receive BEFORE they try to send.
---[ Excerpt of my start up script ]---

HOSTNAME=`hostname`
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -u vchkpw`

# See how we were called.
case "$1" in
  start)

echo -n "Starting: "
env - PATH="/var/qmail/bin:/usr/local/bin" \
qmail-start ./Maildir/ /usr/local/bin/accustamp \
| /usr/local/bin/setuidgid qmaill /usr/local/bin/cyclog
/var/log/qmail 
echo -n "qmail "

env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R -c100 0 pop-3 /var/qmail/bin/qmail-popup \
$HOSTNAME \
/var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
echo -n "pop "

env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R -x /var/vpopmail/etc/tcp.smtp.cbd -c100 \
-u$QMAILDUID -g$NOFILESGID 0 smtp /var/qmail/bin/qmail-smtpd \
21  /dev/null 
echo "smtp"






Re: rcphosts?

2001-02-20 Thread Frank Tegtmeyer


 what if i want to relay to all but only from my host ie none other than my
 domain users can actually relay through me

What do you mean by "domain users"? Computers at your LAN?
This situation is covered in the FAQ.
Have a look at
http://cr.yp.to/qmail/faq/servers.html#authorized-relay

Regards, Frank



rcphosts ?

2001-02-19 Thread dennis

Hi all...

I'm sure this is a simple question to answer to I'll ask it without fear of
silence.

I am having problems sending mail from qmail to anyone "other then accounts
on localhost"

When trying to send mail to anyone outside of localhost my email client
returns with this error..

The message could not be sent because one of the recipients was rejected by
the server. The rejected e-mail address was '[EMAIL PROTECTED]'. Subject
'test', Account: 'QMail', Server: 'mail.myserver.com', Protocol: SMTP,
Server Response: '553 sorry, that domain isn't in my list of allowed
rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553, Error
Number: 0x800CCC79

Anyone know what the deal is ?


Cheers
Dennis




Re: rcphosts ?

2001-02-19 Thread Chris Johnson

On Tue, Feb 20, 2001 at 10:10:49AM +1100, dennis wrote:
 The message could not be sent because one of the recipients was rejected by
 the server. The rejected e-mail address was '[EMAIL PROTECTED]'. Subject
 'test', Account: 'QMail', Server: 'mail.myserver.com', Protocol: SMTP,
 Server Response: '553 sorry, that domain isn't in my list of allowed
 rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error: 553, Error
 Number: 0x800CCC79
 
 Anyone know what the deal is ?

http://www.palomine.net/qmail/relaying.html
http://www.palomine.net/qmail/selectiverelay.html
FAQ 5.4

Chris

 PGP signature


rcphosts?

2001-02-19 Thread Rohit Gupta



what if i want to relay to all but only from my 
host ie none other than my domain users can actually relay through 
me


Re: rcphosts?

2001-02-19 Thread Alex Pennace

On Tue, Feb 20, 2001 at 08:54:04AM -0800, Rohit Gupta wrote:
 what if i want to relay to all but only from my host ie none other than my domain 
users can actually relay through me

http://cr.yp.to/qmail/faq.html



FAQ Listbot? (was: Re: rcphosts)

2000-09-14 Thread Eric Cox


 On 13-Sep-2000, Jerry Hsieh wrote:
  " The mail server responded: sorry, that domain isn't in my list of allowed
  rcphosts. Please check the message receipients and try again"
 
  If I add the xyz.com in the rcphosts and it works. My question is how can I
  edit this file (by addind all the domain? Noo) or there is better way I
  can do about it? Thanks for your time.


(I say this seriously - not to belittle the guy asking the FAQ)

I think I'm going to start working on a listbot that attempts to 
automatically respond (off list) to FAQs.  

I think I could do a fuzzy regex search on some common qmail 
error messages (and their mispellings) and send a canned 
response - it will probably be very simplistic, as I have 
lots of other irons in my fire...

Has anyone started such a project and let it fallow, who might 
like some help?  Any other Pythoneers out there interested in 
colaborating?

Also, is there a downside to this that I just can't see?  Am I 
asking for trouble by having a bot listen in on this list?

Eric



Re: FAQ Listbot? (was: Re: rcphosts)

2000-09-14 Thread Bruno Wolff III

On Thu, Sep 14, 2000 at 01:22:40AM -0700,
  Eric Cox [EMAIL PROTECTED] wrote:
 
 Also, is there a downside to this that I just can't see?  Am I 
 asking for trouble by having a bot listen in on this list?

You have probably thought of this already, but make sure it doesn't
reply to answers to other questions. Probably not responding to anything
with a subject of Re:.* would be a good start. Check In-Reply-To and 
References headers would also be a good idea.



rcphosts

2000-09-13 Thread Jerry Hsieh

Hi,

When I try to send mail from Netscape MUA to [EMAIL PROTECTED], it shows an
error message

" The mail server responded: sorry, that domain isn't in my list of allowed
rcphosts. Please check the message receipients and try again"

If I add the xyz.com in the rcphosts and it works. My question is how can I
edit this file (by addind all the domain? Noo) or there is better way I
can do about it? Thanks for your time.


Regards,


Jerry




Re: rcphosts

2000-09-13 Thread Ronny Haryanto

On 13-Sep-2000, Jerry Hsieh wrote:
 " The mail server responded: sorry, that domain isn't in my list of allowed
 rcphosts. Please check the message receipients and try again"
 
 If I add the xyz.com in the rcphosts and it works. My question is how can I
 edit this file (by addind all the domain? Noo) or there is better way I
 can do about it? Thanks for your time.

You need to tell your qmail that your machine (and probably other
authorized machines on your network) is allowed to relay mails. The
most common way to do this is by using tcpserver.

http://www.palomine.net/qmail/relaying.html

By adding the domain to rcpthosts (NOT rcphosts!), you're essentially
allowing ANYBODY to relay to that particular domain using your
machine, e.g. I can use your machine to send spam to that domain.

Ronny



rcphosts

2000-07-14 Thread Jochen E. Führing

Hi!

Thanks to everyone for the infos about relaying!
No it runs perfectly, okay without aliases, but 
the rest runs fine!

Nico

P.S.: Does anyone know, where I can find more infos about
virtualdomains + aliases ? I did everything found
in the faq @bernstein.



Help! Qmail tells me domain not found in rcphosts

2000-07-13 Thread Jochen E. Führing

Hello! 

If I try to mail from [EMAIL PROTECTED] to
another domain, like list.cr.yp.to, my qmail
refuses to take the mail with this message :
"domain not found in rcphosts"

I don't understand! pcsystems.de is in the rcphosts.
I can't put every domain in this file I want to mail to!
Help, please!

Sincerly,
Nico



Re: Help! Qmail tells me domain not found in rcphosts

2000-07-13 Thread Paul Jarc

Jochen E. Führing writes:
 If I try to mail from [EMAIL PROTECTED] to another domain, like
 list.cr.yp.to, my qmail refuses to take the mail with this message :
 "domain not found in rcphosts"
 
 I don't understand! pcsystems.de is in the rcphosts.  I can't put
 every domain in this file I want to mail to!

Nor should you - that would make you an open relay.  Look at
URL:http://web.infoave.net/~dsill/lwq.html#relaying and
URL:http://www.palomine.net/qmail/selectiverelay.html.


paul



Re: Help! Qmail tells me domain not found in rcphosts

2000-07-13 Thread Jochen E. Führing

Thanks for the hint, Paul.

But in fact, the domain where the mail is coming
from IS in rcphosts! 

This is why I wonder!

Nico



Re: Help! Qmail tells me domain not found in rcphosts

2000-07-13 Thread Paul Jarc

Jochen E. Führing writes:
 But in fact, the domain where the mail is coming
 from IS in rcphosts! 

That doesn't matter; rcpthosts is checked against where the mail is
*going*.  qmail will receive mail on behalf of whichever domains are
listed there.  So it's useless for controlling who you receive mail
*from*.


paul