Re: Re: [vchkpw] qmail/vpopmail: sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1.)

2003-10-14 Thread Sigmund Gudvangen
W.D. McKinney wrote:

edit /etc/tcp.smtp and add   127.:allow,RELAYCLIENT=
then issue 'qmailctl cdb'
Then issue 'qmailctl stop'
then '/home/vpopmail/bin/clearopensmtp'
now issue 'qmailctl start' 


That got rid of the error message, but outgoing messages were still stuck in 
the qmail queue. After lots of searching it transpired that that eth0 was 
behaving unreliably, but only for outgoing trafic. My test-machine was an old 
200 MHz Dell Optiplex. This is probably a Linus driver problem, as it ran Win 
2000 without a hitch. 

Anyway, I installed everything on a new machine and now it worked stright 
away.

By the way, I am still curious about the role of /home/vpopmail/etc/tcp.smtp. 

Try sending to remote users now and let us know.
Im sending this message via the new qmail/vpopmail setup.
Thanks for the help.

Sigmund.



Re: [vchkpw] qmail/vpopmail: sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1.)

2003-10-13 Thread W.D. McKinney
On Mon, 2003-10-13 at 14:41, Sigmund Gudvangen wrote:
 Hi,
 
 I have just done a fresh install of qmail and vpopmail, on Mandrake 9.1, 
 following Dave Sill, http://web.infoave.net/~dsill/lwq.html for the qmail 
 installation. qmail is running fine; i.e. all four daemons are running and 
 inst_check reports that all is well.
 
 I also managed to install vpopmail and add domains and users. Booth messages 
 injected locally (using qmail-inject) and incomming messages via smtp (from 
 KMail on another machine) duely arrive in the appropriate Maildir/new.
 
 However, when I attempt to send to an extern email-address (from KMail) qmail 
 responds with the error message: sorry, that domain isn't in my list of 
 allowed rcpthosts (#5.7.1.).
 
 OK, the messaage is from qmail, but I think it is related to vpopmail, as I 
 also have qmail (without vpopmail) running on another PC, and on with that 
 machine I have no problems sending to external addresses.
 
 I installed vpopmail as follows:
 ./configure --enable-file-sync=y --enable-roaming-users=y
 make
 make install-strip
 
 and put
 
 10.0.0.:allow,RELAYCLIENT
 192.168.2.:allow,RELAYCLIENT
 
 into /etc/tcp.smtp and added
 
 40 * * * * /home/vpopmail/bin/clearopensmtp 21 /dev/null
 
 to crontab.
 
 The last response to
 [vchkpw] smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)
 i.e
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg14771.html
 suggest putting
 127.:allow,RELAYCLIENT
 into /etc/tcp.smtp
 I have also tried that, but it didn't make any difference.
 
 Booth the above response and the vpopmail install instructions mention 
 /etc/tcp.smtp,
 but I can find anything about /home/vpopmail/etc/tcp.smtp
 What's the latter for?
 
 Any ideas what's wrong?
 
 Regards
 Sigmund.
 
 

edit /etc/tcp.smtp and add   127.:allow,RELAYCLIENT=
then issue 'qmailctl cdb'
Then issue 'qmailctl stop'
then '/home/vpopmail/bin/clearopensmtp'
now issue 'qmailctl start'

Try sending to remote users now and let us know.

Dee








 
 In case it helps, here is the output from /var/qmail/bin/qmail-showctl:
 
 qmail home directory: /var/qmail.
 user-ext delimiter: -.
 paternalism (in decimal): 2.
 silent concurrency limit: 120.
 subdirectory split: 23.
 user ids: 502, 504, 505, 0, 506, 507, 508, 509.
 group ids: 502, 503.
 
 badmailfrom: (Default.) Any MAIL FROM is allowed.
 
 bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.
 
 bouncehost: (Default.) Bounce host name is mydomain.net.
 
 concurrencylocal: (Default.) Local concurrency is 10.
 
 concurrencyremote: Remote concurrency is 20.
 
 databytes: (Default.) SMTP DATA limit is 0 bytes.
 
 defaultdomain: Default domain name is mydomain.net.
 
 defaulthost: (Default.) Default host name is mydomain.net.
 
 doublebouncehost: (Default.) 2B recipient host: mydomain.net.
 
 doublebounceto: (Default.) 2B recipient user: postmaster.
 
 envnoathost: (Default.) Presumed domain name is mydomain.net.
 
 helohost: (Default.) SMTP client HELO host name is mydomain.net.
 
 idhost: (Default.) Message-ID host name is mydomain.net.
 
 localiphost: (Default.) Local IP address becomes mydomain.net.
 
 locals:
 
 me: My name is mydomain.net.
 
 percenthack: (Default.) The percent hack is not allowed.
 
 plusdomain: Plus domain name is mydomain.net.
 
 qmqpservers: (Default.) No QMQP servers.
 
 queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds.
 
 rcpthosts:
 SMTP clients may send messages to recipients at mydomain.net.
 SMTP clients may send messages to recipients at amotherdomain.net.
 
 morercpthosts: (Default.) No effect.
 
 morercpthosts.cdb: (Default.) No effect.
 
 smtpgreeting: (Default.) SMTP greeting: 220 mydomain.net.
 
 smtproutes: (Default.) No artificial SMTP routes.
 
 timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.
 
 timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.
 
 timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.
 
 virtualdomains:
 Virtual domain: mydomain.net:mydomain.net
 Virtual domain: anotherdomain.net:anotherdomain.net
 
 concurrencyincoming: I have no idea what this file does.
 
 rcpthosts.lock: I have no idea what this file does.
 
 defaultdelivery: I have no idea what this file does.
 
 virtualdomains.lock: I have no idea what this file does.
-- 
W.D.McKinney (Dee)  | Affordable E-Mail and Internet Solutions
Alaska Wireless Systems | for Schools, Libraries, Clinics  Business'
http://www.akwireless.net   | Call 1-907-349-4308   




Re: [vchkpw] qmail/vpopmail: sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1.)

2003-10-13 Thread VeNoMouS
did you run tcprules??
- Original Message - 
From: Sigmund Gudvangen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 11:41 AM
Subject: [vchkpw] qmail/vpopmail: sorry, that domain isn't in my list of
allowed rcpthosts (#5.7.1.)


 Hi,

 I have just done a fresh install of qmail and vpopmail, on Mandrake 9.1,
 following Dave Sill, http://web.infoave.net/~dsill/lwq.html for the qmail
 installation. qmail is running fine; i.e. all four daemons are running and
 inst_check reports that all is well.

 I also managed to install vpopmail and add domains and users. Booth
messages
 injected locally (using qmail-inject) and incomming messages via smtp
(from
 KMail on another machine) duely arrive in the appropriate Maildir/new.

 However, when I attempt to send to an extern email-address (from KMail)
qmail
 responds with the error message: sorry, that domain isn't in my list of
 allowed rcpthosts (#5.7.1.).

 OK, the messaage is from qmail, but I think it is related to vpopmail, as
I
 also have qmail (without vpopmail) running on another PC, and on with that
 machine I have no problems sending to external addresses.

 I installed vpopmail as follows:
 ./configure --enable-file-sync=y --enable-roaming-users=y
 make
 make install-strip

 and put

 10.0.0.:allow,RELAYCLIENT
 192.168.2.:allow,RELAYCLIENT

 into /etc/tcp.smtp and added

 40 * * * * /home/vpopmail/bin/clearopensmtp 21 /dev/null

 to crontab.

 The last response to
 [vchkpw] smtp;553 sorry, sorry, that domain isn't allowed relay (#5.7.1)
 i.e
 http://www.mail-archive.com/[EMAIL PROTECTED]/msg14771.html
 suggest putting
 127.:allow,RELAYCLIENT
 into /etc/tcp.smtp
 I have also tried that, but it didn't make any difference.

 Booth the above response and the vpopmail install instructions mention
 /etc/tcp.smtp,
 but I can find anything about /home/vpopmail/etc/tcp.smtp
 What's the latter for?

 Any ideas what's wrong?

 Regards
 Sigmund.



 In case it helps, here is the output from /var/qmail/bin/qmail-showctl:

 qmail home directory: /var/qmail.
 user-ext delimiter: -.
 paternalism (in decimal): 2.
 silent concurrency limit: 120.
 subdirectory split: 23.
 user ids: 502, 504, 505, 0, 506, 507, 508, 509.
 group ids: 502, 503.

 badmailfrom: (Default.) Any MAIL FROM is allowed.

 bouncefrom: (Default.) Bounce user name is MAILER-DAEMON.

 bouncehost: (Default.) Bounce host name is mydomain.net.

 concurrencylocal: (Default.) Local concurrency is 10.

 concurrencyremote: Remote concurrency is 20.

 databytes: (Default.) SMTP DATA limit is 0 bytes.

 defaultdomain: Default domain name is mydomain.net.

 defaulthost: (Default.) Default host name is mydomain.net.

 doublebouncehost: (Default.) 2B recipient host: mydomain.net.

 doublebounceto: (Default.) 2B recipient user: postmaster.

 envnoathost: (Default.) Presumed domain name is mydomain.net.

 helohost: (Default.) SMTP client HELO host name is mydomain.net.

 idhost: (Default.) Message-ID host name is mydomain.net.

 localiphost: (Default.) Local IP address becomes mydomain.net.

 locals:

 me: My name is mydomain.net.

 percenthack: (Default.) The percent hack is not allowed.

 plusdomain: Plus domain name is mydomain.net.

 qmqpservers: (Default.) No QMQP servers.

 queuelifetime: (Default.) Message lifetime in the queue is 604800 seconds.

 rcpthosts:
 SMTP clients may send messages to recipients at mydomain.net.
 SMTP clients may send messages to recipients at amotherdomain.net.

 morercpthosts: (Default.) No effect.

 morercpthosts.cdb: (Default.) No effect.

 smtpgreeting: (Default.) SMTP greeting: 220 mydomain.net.

 smtproutes: (Default.) No artificial SMTP routes.

 timeoutconnect: (Default.) SMTP client connection timeout is 60 seconds.

 timeoutremote: (Default.) SMTP client data timeout is 1200 seconds.

 timeoutsmtpd: (Default.) SMTP server data timeout is 1200 seconds.

 virtualdomains:
 Virtual domain: mydomain.net:mydomain.net
 Virtual domain: anotherdomain.net:anotherdomain.net

 concurrencyincoming: I have no idea what this file does.

 rcpthosts.lock: I have no idea what this file does.

 defaultdelivery: I have no idea what this file does.

 virtualdomains.lock: I have no idea what this file does.