Re: problem when install qmail+vpopmail+mysql+courier-imap on redhat 6.2??

2000-11-04 Thread rom

the error is occure on the first i compile courie-imap,is it need to do so ,and i try 
it ,the problem is same as befor
- Original Message - 
From: "Joost van Baal" <[EMAIL PROTECTED]>
To: "rom" <[EMAIL PROTECTED]>
Sent: Sunday, November 05, 2000 8:20 AM
Subject: Re: problem when install qmail+vpopmail+mysql+courier-imap on redhat 6.2??


> On Sun, Nov 05, 2000 at 04:42:31AM +0800, rom wrote:
> > i want to setup webmail system on my server . now 
> > the smtp and pop3 service working well with qmail+vpopmail+mysql on redhat 6.2 
>,and now i want to install IMP ,and it need courier-imap to be setup on the server .
> > some error occure when i make the courier-imap .the error message are 
> > "
> > Making install in authlib
> > make[1]: Entering directory `/home/rom/qmail/courier-imap-1.2.1/authlib'
> > gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/home/vpopmail/lib  -o 
>authvchkpw  modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a -lvpopmail -lm 
>-lcrypt 
> > /home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
> > /home/rom/qmail/vpopmail-4.9.4/vauth.c:59: undefined reference to `mysql_init'
> > /home/rom/qmail/vpopmail-4.9.4/vauth.c:61: undefined reference to 
>`mysql_real_connect'
> 
> Did you do a 
> 
>  $ make clean
> 
> before retrying to compile?
> 
> -- 
> Joost



Re: problem when install qmail+vpopmail+mysql+courier-imap on redhat 6.2??

2000-11-04 Thread Eduardo Augusto Alvarenga

> rom wrote:
> 
> i want to setup webmail system on my server . now
> the smtp and pop3 service working well with qmail+vpopmail+mysql on
> redhat 6.2 ,and now i want to install IMP ,and it need courier-imap to
> be setup on the server .
> some error occure when i make the courier-imap .the error message are
> "
> Making install in authlib
> make[1]: Entering directory
> `/home/rom/qmail/courier-imap-1.2.1/authlib'
> gcc  -I/home/vpopmail/include -g -O2 -Wall -I.. -I./..
> -L/home/vpopmail/lib  -o authvchkpw  modauthvchkpw.o libauthmod.a
> libauth.a ../md5/libmd5.a -lvpopmail -lm -lcrypt
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function `vauth_open':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:59: undefined reference to
> `mysql_init'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:61: undefined reference to
> `mysql_real_connect'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:63: undefined reference to
> `mysql_real_connect'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:70: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:75: undefined reference to
> `mysql_store_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:76: undefined reference to
> `mysql_free_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:77: undefined reference to
> `mysql_select_db'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_adddomain_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:121: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:125: undefined reference to
> `mysql_store_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:126: undefined reference to
> `mysql_free_result'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_adduser_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:193: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:196: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:206: undefined reference to
> `mysql_store_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:207: undefined reference to
> `mysql_free_result'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_getpw_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:248: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:253: undefined reference to
> `mysql_store_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:268: undefined reference to
> `mysql_fetch_row'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:277: undefined reference to
> `mysql_free_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:280: undefined reference to
> `mysql_free_result'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_deldomain_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:304: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:307: undefined reference to
> `mysql_store_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:308: undefined reference to
> `mysql_free_result'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_deluser_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:337: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:341: undefined reference to
> `mysql_store_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:342: undefined reference to
> `mysql_free_result'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_setquota_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:368: undefined reference to
> `mysql_query'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_vpasswd_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:408: undefined reference to
> `mysql_query'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_getall_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:449: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:454: undefined reference to
> `mysql_use_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:466: undefined reference to
> `mysql_fetch_row'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:476: undefined reference to
> `mysql_free_result'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vauth_setpw_size':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:544: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:549: undefined reference to
> `mysql_store_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:550: undefined reference to
> `mysql_free_result'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vopen_smtp_relay':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:575: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:581: undefined reference to
> `mysql_query'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:585: undefined reference to
> `mysql_store_result'
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:586: undefined reference to
> `mysql_free_result'
> /home/vpopmail/lib/libvpopmail.a(vauth.o): In function
> `vupdate_rules':
> /home/rom/qmail/vpopmail-4.9.4/vauth.c:593: undefined reference to
> `mysql_q

remove

2000-11-04 Thread Filippo Giunchedi





Re: CNAME Lookup Failed

2000-11-04 Thread Brett Randall

On Sun, 5 Nov 2000, [EMAIL PROTECTED] wrote:

>> http://cr.yp.to/qmail/faq/outgoing.html#cname-lookup
>> 
>> It amazes me that people RTFM only far enough to find the qmail
>> list address.
> 
> The problem is you're too kind to answer them instead of leaving
> them to grow up a bit :)

Why not just change the subscribe e-mail for this list to list about
five pages (FAQ, LWQ, qmail.org, cr.yp.to and the list archives) that
are essential reading before posting any question? Then any people
that ask a question answered in any of those five areas can be kicked
off the list or something for 2 days (just long enough to make them
have to go research the problem). Only prob is would require a fairly
active list moderator (or a few less active ones).
-- 
"Endless Loop: n., see Loop, Endless." 
"Loop, Endless: n., see Endless Loop."

- Random Shack Data Processing Dictionary



Change to envdir for completely clean environment

2000-11-04 Thread Karl Vogel

Greetings:

I like to use "/bin/env - PATH=..." to start things off with a clean
environment, but someone recently reminded me of the existence of envdir.
The patch below tells envdir to zap the environment if the directory
used as the first argument has the sticky bit turned on.

Comments welcome.

-- 
Karl Vogel
ASC/YCOA, Wright-Patterson AFB, OH 45433, USA
[EMAIL PROTECTED]  or  [EMAIL PROTECTED]
Nothing helps a bad mood like spreading it around.  --Calvin & Hobbes

---
*** envdir.c.orig   Mon Mar  6 00:21:09 2000
--- envdir.cFri Nov  3 19:50:26 2000
***
*** 1,2 
--- 1,4 
+ #include 
+ #include 
  #include "byte.h"
  #include "open.h"
***
*** 8,11 
--- 10,15 
  #include "pathexec.h"
  
+ extern char **environ;
+ 
  #define FATAL "envdir: fatal: "
  
***
*** 28,31 
--- 32,36 
direntry *d;
int i;
+   struct stat st;
  
if (!*argv) die_usage();
***
*** 45,48 
--- 50,64 
if (!dir)
  strerr_die4sys(111,FATAL,"unable to read directory ",fn,": ");
+ 
+   if (stat(".",&st) == -1)
+ strerr_die4sys(111,FATAL,"unable to stat directory ",fn,": ");
+ 
+   if (st.st_mode & 01000) {
+ environ = (char **) malloc (sizeof (char *));
+ if (!environ) nomem();
+ environ[0] = (char *) 0;
+ if (!pathexec_env("PATH", "/bin:/usr/bin")) nomem();
+   }
+ 
for (;;) {
  errno = 0;



Re: QMail is't starting....

2000-11-04 Thread Joost van Baal

On Thu, Nov 02, 2000 at 04:20:29PM -0600, Javier Morquecho Morquecho wrote:
> 
>   I just instaled QMail, but it is not starting, I can not  to telnet to my
> machine by 25 or 110 ports (I can to do a normal telnet), where can to check
> ??, I'm using RedHat

What exactly happens when you telnet to port 25? Do you get a telnet thingie
like `Escape character is '^]'.' ?
What does your startup script look like? Did you look at your logfiles? What
do they say?

Joost

-- 
  . .
Joost van Baal   .   .
 .   .  http://mdcc.cx/
  . .




Re: CNAME Lookup Failed

2000-11-04 Thread Stefan Laudat

> http://cr.yp.to/qmail/faq/outgoing.html#cname-lookup
> 
> It amazes me that people RTFM only far enough to find the qmail list
> address.

The problem is you're too kind to answer them instead of leaving them to grow up a bit 
:)


-- 
Stefan Laudat 
http://www.pepsicola.ro/~stefan
---
Love is sentimental measles.



problem when install qmail+vpopmail+mysql+courier-imap on redhat 6.2??

2000-11-04 Thread rom



i want to setup webmail system on my server . now 

the smtp and pop3 service working well with 
qmail+vpopmail+mysql on redhat 6.2 ,and now i want to install IMP ,and it need 
courier-imap to be setup on the server .
some error occure when i make the courier-imap .the error 
message are 
"
Making install in authlibmake[1]: Entering directory 
`/home/rom/qmail/courier-imap-1.2.1/authlib'gcc  
-I/home/vpopmail/include -g -O2 -Wall -I.. -I./.. -L/home/vpopmail/lib  -o 
authvchkpw  modauthvchkpw.o libauthmod.a libauth.a ../md5/libmd5.a 
-lvpopmail -lm -lcrypt /home/vpopmail/lib/libvpopmail.a(vauth.o): In 
function `vauth_open':/home/rom/qmail/vpopmail-4.9.4/vauth.c:59: undefined 
reference to `mysql_init'/home/rom/qmail/vpopmail-4.9.4/vauth.c:61: 
undefined reference to 
`mysql_real_connect'/home/rom/qmail/vpopmail-4.9.4/vauth.c:63: undefined 
reference to `mysql_real_connect'/home/rom/qmail/vpopmail-4.9.4/vauth.c:70: 
undefined reference to 
`mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:75: undefined reference 
to `mysql_store_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:76: undefined 
reference to `mysql_free_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:77: 
undefined reference to 
`mysql_select_db'/home/vpopmail/lib/libvpopmail.a(vauth.o): In function 
`vauth_adddomain_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:121: undefined 
reference to `mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:125: 
undefined reference to 
`mysql_store_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:126: undefined 
reference to `mysql_free_result'/home/vpopmail/lib/libvpopmail.a(vauth.o): 
In function `vauth_adduser_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:193: 
undefined reference to 
`mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:196: undefined reference 
to `mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:206: undefined 
reference to `mysql_store_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:207: 
undefined reference to 
`mysql_free_result'/home/vpopmail/lib/libvpopmail.a(vauth.o): In function 
`vauth_getpw_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:248: undefined 
reference to `mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:253: 
undefined reference to 
`mysql_store_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:268: undefined 
reference to `mysql_fetch_row'/home/rom/qmail/vpopmail-4.9.4/vauth.c:277: 
undefined reference to 
`mysql_free_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:280: undefined 
reference to `mysql_free_result'/home/vpopmail/lib/libvpopmail.a(vauth.o): 
In function 
`vauth_deldomain_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:304: undefined 
reference to `mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:307: 
undefined reference to 
`mysql_store_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:308: undefined 
reference to `mysql_free_result'/home/vpopmail/lib/libvpopmail.a(vauth.o): 
In function `vauth_deluser_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:337: 
undefined reference to 
`mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:341: undefined reference 
to `mysql_store_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:342: undefined 
reference to `mysql_free_result'/home/vpopmail/lib/libvpopmail.a(vauth.o): 
In function 
`vauth_setquota_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:368: undefined 
reference to `mysql_query'/home/vpopmail/lib/libvpopmail.a(vauth.o): In 
function `vauth_vpasswd_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:408: 
undefined reference to 
`mysql_query'/home/vpopmail/lib/libvpopmail.a(vauth.o): In function 
`vauth_getall_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:449: undefined 
reference to `mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:454: 
undefined reference to 
`mysql_use_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:466: undefined 
reference to `mysql_fetch_row'/home/rom/qmail/vpopmail-4.9.4/vauth.c:476: 
undefined reference to 
`mysql_free_result'/home/vpopmail/lib/libvpopmail.a(vauth.o): In function 
`vauth_setpw_size':/home/rom/qmail/vpopmail-4.9.4/vauth.c:544: undefined 
reference to `mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:549: 
undefined reference to 
`mysql_store_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:550: undefined 
reference to `mysql_free_result'/home/vpopmail/lib/libvpopmail.a(vauth.o): 
In function `vopen_smtp_relay':/home/rom/qmail/vpopmail-4.9.4/vauth.c:575: 
undefined reference to 
`mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:581: undefined reference 
to `mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:585: undefined 
reference to `mysql_store_result'/home/rom/qmail/vpopmail-4.9.4/vauth.c:586: 
undefined reference to 
`mysql_free_result'/home/vpopmail/lib/libvpopmail.a(vauth.o): In function 
`vupdate_rules':/home/rom/qmail/vpopmail-4.9.4/vauth.c:593: undefined 
reference to `mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:596: 
undefined reference to 
`mysql_query'/home/rom/qmail/vpopmail-4.9.4/vauth.c:6

Re: CNAME Lookup Failed

2000-11-04 Thread Alex Pennace

On Sat, Nov 04, 2000 at 06:56:56PM +0700, Asfihani wrote:
> 
> Hi,
> 
> I have running qmail in my redhat 62,
> After for several days my qmail work properly.
> But this yesterday I got the following error ,
> Today I see the qmail try to send email, but
> the error message is always same.
> 
> [root@freon qmail]# tail -f /var/log/qmail/@0973335291
> 973334876.673935 info msg 770353: bytes 864 from <[EMAIL PROTECTED]> qp 17338 uid 
>566
> 973334876.676509 starting delivery 6884: msg 770353 to remote [EMAIL PROTECTED]
> 973334876.676528 status: local 0/120 remote 1/120
> 973334876.681118 delivery 6884: deferral: CNAME_lookup_failed_temporarily._(#4.4.3)/

http://cr.yp.to/qmail/faq/outgoing.html#cname-lookup

It amazes me that people RTFM only far enough to find the qmail list
address.
 PGP signature


HELP, CNAME lookup failure

2000-11-04 Thread Asfihani

Hi,

I already patch qmail with oversize DNS packets of Christopher K.
Davis. But it not solve the problem. The message can't delivered.
It's already for several days :(

973366611.480853 starting delivery 3105: msg 773464 to remote
[EMAIL PROTECTED]
973366611.480871 status: local 0/120 remote 1/120
973366611.485720 delivery 3105: deferral:
CNAME_lookup_failed_temporarily._(#4.4.3)/

[root@freeon qmail]# cat /etc/resolv.conf
nameserver 127.0.0.1
[root@freeon qmail]# host -t mx lovemail.com localhost
Using domain server:
Name: localhost
Address: 127.0.0.1
Aliases:
lovemail.com mail is handled (pri=10) by mail1.chek.com
[root@freeon qmail]# ping mail1.chek.com
PING mail1.chek.com (208.197.227.56) from 192.168.0.1 : 56(84) bytes
of data.
64 bytes from mail1.chek.com (208.197.227.56): icmp_seq=0 ttl=238
time=331.9 ms
64 bytes from mail1.chek.com (208.197.227.56): icmp_seq=1 ttl=238
time=330.6 ms

--- mail1.chek.com ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 330.6/331.2/331.9 ms

Any idea?

Cheers,

--
Asfihani.               #UIN: 85858803
WinErr 16547: LPT1 not found. Use backup. (PENCIL & PAPER.SYS)





Re: Quota on outgoing mail

2000-11-04 Thread markd

On Sat, Nov 04, 2000 at 11:56:33AM -0700, Andy Bradford wrote:
> Thus said Jens Georg on Sat, 04 Nov 2000 19:49:57 +0100:
> 
> > > echo 10485760 > /var/qmail/control/databytes
> > 
> > is this really enough ? i remember to read once that qmail has to be
> > compiled specially to use this feature.
> 
> Yes, this really is all that needs to be done---no special compiling or 
> patches.  Read the man pages and you'll see. ;-)

And once you have that limit in place, just make sure your users don't
send two mails of half the size to get around this limit...

databytes will stop naive dis-interested users, but not determined naive users.


Regards.



Re: Quota on outgoing mail

2000-11-04 Thread Andy Bradford

Thus said Jens Georg on Sat, 04 Nov 2000 19:49:57 +0100:

> > echo 10485760 > /var/qmail/control/databytes
> 
> is this really enough ? i remember to read once that qmail has to be
> compiled specially to use this feature.

Yes, this really is all that needs to be done---no special compiling or 
patches.  Read the man pages and you'll see. ;-)

Andy
-- 
[---[system uptime]]
 11:56am  up 2 days, 14:15,  5 users,  load average: 1.17, 1.19, 1.18





Re: Quota on outgoing mail

2000-11-04 Thread Jens Georg

hi peter,

> > are making constant overloads on my bandwidth...
> 
> echo 10485760 > /var/qmail/control/databytes

is this really enough ? i remember to read once that qmail has to be
compiled specially to use this feature.

-- 
jens
---
instant networks - netzwerkmanagment & internetfullservices
http://www.instant-networks.de



Re: Yahoo delivery failure - short test and proposal

2000-11-04 Thread Johan Almqvist

On Thu, Nov 02, 2000 at 01:45:56PM +, Ricardo Cerqueira wrote:
> > > How about giving them numbers?
> > See? :) This is the kind of unexpected response which is good to
> > gather up before we talk to Yahoo... By the way, I'm not against
> > Yahoo, I just think their sysadmins need a good kick up the rear and
> > maybe even a good kick out...
> Me neither. But whatever is going on in there, I hope they're aware of it.
> If not... well... We could give them a wake up call...
> Values like these:
> are NOT good. This shows a 19.38% delivery success rate. (OK, I probably
> have multiple failures per message. But still, it's a 5 connections to 1
> delivery rate.) How are we supposed to explain this to our customers?
> "Blame Yahoo!"?

http://www.propellerheads.org/noyahoo/

Contributions welcome. References, too.

-Johan
-- 
Johan Almqvist
 
Don't use Yahoo webmail: http://www.propellerheads.org/noyahoo/



Re: Error Code

2000-11-04 Thread Brett Randall

On Fri, 03 Nov 2000, [EMAIL PROTECTED] wrote:

> 451 unable to exec qq (#4.3.0)   <-- this is what my server response
> 
> /var/qmail/.qmail contain ./Maildir/ line

I presume you mean /var/qmail/alias/.qmail

> /var/qmail/rc is as follow:
>
> #!/bin/sh 
> exec env - PATH="/var/qmail/bin:$PATH" \
>  qmail-start './Maildir/'

This is great...what install docs did you follow? Life with qmail? The
ones that come with qmail? An RPM install? What other startup files
are there? Are you using supervise and tcpserver?

I recommend looking at:

-- 
"Endless Loop: n., see Loop, Endless." 
"Loop, Endless: n., see Endless Loop."

- Random Shack Data Processing Dictionary



Re: Error Code

2000-11-04 Thread Adrian Turcu

Brett Randall wrote:
> 
> On Fri, 03 Nov 2000, [EMAIL PROTECTED] wrote:
> 
> >  unable to exec qq (#4.3.0)
> 
> More information required. What are you trying to do/how/what command
> line are you calling/what is your setup?
> --
> Calvin: I've been thinking, Hobbes
> Hobbes: On a weekend?
> Calvin: Well, it wasn't on purpose...

I do local test like this:

>telnet localhost 25

mail [EMAIL PROTECTED]
rcpt [EMAIL PROTECTED]
data

some text

.
451 unable to exec qq (#4.3.0)   <-- this is what my server response

/var/qmail/.qmail contain ./Maildir/ line
/var/qmail/rc is as follow:

#!/bin/sh 
exec env - PATH="/var/qmail/bin:$PATH" \
 qmail-start './Maildir/'


-- 
Adrian Turcu
System Administrator
 Computers Department
 Romanian Railway Company
 Constanta Region
E-mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
Phone:  +40 92 563791 (any time)
+40 43 363977 (home)



Re: Error Code

2000-11-04 Thread Brett Randall

On Fri, 03 Nov 2000, [EMAIL PROTECTED] wrote:

>  unable to exec qq (#4.3.0)

More information required. What are you trying to do/how/what command
line are you calling/what is your setup?
-- 
Calvin: I've been thinking, Hobbes
Hobbes: On a weekend?
Calvin: Well, it wasn't on purpose...



Error Code

2000-11-04 Thread Adrian Turcu

Hello,

I am using qmail v1.03 on RedHat 6.2 system.
After installation, when I try to test the mail-server locally
I got the following error:

 unable to exec qq (#4.3.0)

What happen ?
The installation is for Maildir.

I am using qmail for some times, but never get this message until now (it is always a 
beginning)

Thank you in advance,
 
Adrian Turcu
E-mail: [EMAIL PROTECTED], [EMAIL PROTECTED]



Re: high performance configs [was: Blocked pipe to qmail-queue]

2000-11-04 Thread Sean Reifschneider

On Fri, Nov 03, 2000 at 11:24:07AM +, Greg Cope wrote:
>Also sending one message will reduce the I/O required compared to n
>messages.

If you can get away with having a single message with tons of BCCs...

>What about using tcpserver to limit the inbound connections - or even
>move this to another box (if you can split the list like that).

The incoming mail isn't bounces or the like, it's the actual message
to deliver out...  Moving bounces off to another machine or another
queue can help, but it's still really easy to swamp the system by
injecting messages.

Sean
-- 
 Decide who gets root on your country.
 VOTE!  November 7, 2000
Sean Reifschneider, Inimitably Superfluous <[EMAIL PROTECTED]>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python



Re: Qmail Configuration

2000-11-04 Thread Gustavo Vieira Goncalves Coelho Rios

> "Manu K.U." wrote:
> 
> Dear Sir,
>Can you send me the qmail configuration details, with
> integrating qmail with virtual domains.
> 
> regards,
>   Manu
This is the URL: http://Web.InfoAve.net/~dsill/qmail.html



RE: smtp, pop3, RH7 and qmail

2000-11-04 Thread Alexander Jernejcic

hi,
Bauhaus wrote:
> Now I've switched to RH7 and I can connect neither to SMTP nor POP3.
>...
> What to to? The inetd is replaced with xinetd.
there seems to be some pitfalls in the installaton of xinetd. make sure
xinetd
does not listen either at 25 nor at 110. are your tcpservers for 25 and 110
running?

> I can send mail to locals and to remotes.
i assume you send via qmail-inject? what if you try: telnet localhost 25?
and not to forget: what does the log say(TM)?

;) a




CNAME Lookup Failed

2000-11-04 Thread Asfihani


Hi,

I have running qmail in my redhat 62,
After for several days my qmail work properly.
But this yesterday I got the following error ,
Today I see the qmail try to send email, but
the error message is always same.

[root@freon qmail]# tail -f /var/log/qmail/@0973335291
973334876.673935 info msg 770353: bytes 864 from <[EMAIL PROTECTED]> qp 17338 uid 566
973334876.676509 starting delivery 6884: msg 770353 to remote [EMAIL PROTECTED]
973334876.676528 status: local 0/120 remote 1/120
973334876.681118 delivery 6884: deferral: CNAME_lookup_failed_temporarily._(#4.4.3)/

[root@freon qmail]# hostname
freon.darkstars.org

[root@freon qmail]# ps ax | grep named
 1046 ?S  5:51 /usr/sbin/named

[root@freon qmail]# cat /etc/resolv.conf
nameserver 127.0.0.1

[root@freon qmail]# host -t mx lovemail.com localhost
Using domain server:
Name: localhost
Address: 127.0.0.1
Aliases:
lovemail.com mail is handled (pri=10) by mail1.chek.com

[root@freon qmail]# ping mail1.chek.com
PING mail1.chek.com (208.197.227.56) from 192.168.0.1 : 56(84) bytes of data.
64 bytes from mail1.chek.com (208.197.227.56): icmp_seq=0 ttl=238 time=396.4 ms
64 bytes from mail1.chek.com (208.197.227.56): icmp_seq=1 ttl=238 time=412.9 ms

Any clue for this problem?

--
Asfik




qmail Digest 4 Nov 2000 11:00:00 -0000 Issue 1174

2000-11-04 Thread qmail-digest-help


qmail Digest 4 Nov 2000 11:00:00 - Issue 1174

Topics (messages 51598 through 51637):

Re: RCPTHOSTS Dilemma
51598 by: Justin Bell

Re: TCPSERVER: Unable to Bind to Port
51599 by: Anthony Abby
51600 by: Anthony Abby

Re: (Fwd) ezmlm response
51601 by: Albert Hopkins
51602 by: Greg Owen

Error 451
51603 by: Tom Laudeman
51606 by: Charles Cazabon
51608 by: Michael Stevens
51611 by: Hubbard, David
51612 by: Jerry Lynde

Re: QMail and Win NT user auth
51604 by: Kris Kelley
51618 by: Henry Baragar

Re: More trouble
51605 by: Howard Miller
51607 by: Adam McKenna
51610 by: David Dyer-Bennet
51613 by: Howard Miller
51615 by: Aaron L. Meehan
51616 by: Adam McKenna
51617 by: Jerry Lynde
51623 by: Howard Miller

qmail and pine - I don't get it
51609 by: Robin S. Socha
51614 by: Robin S. Socha

Force Queue run
51619 by: Warren Small
51620 by: Greg Owen
51621 by: James Browning

Re: ANNOUNCE: qrblcheck -- rbl checking for .qmail
51622 by: Robert J Adams
51625 by: Jon Rust
51628 by: Jon Rust
51631 by: Jon Rust

Connection closed by foreign host
51624 by: Javier Morquecho Morquecho
51626 by: Greg Owen
51627 by: Gerry Boudreaux

configuring backmailservers
51629 by: Jens Georg
51633 by: Peter van Dijk

Qmail Configuration
51630 by: Manu K.U.

Quota on outgoing mail
51632 by: Eduardo Augusto Alvarenga
51634 by: Peter van Dijk

smtp, pop3, RH7 and qmail
51635 by: Bauhaus

Re: high performance configs [was: Blocked pipe to qmail-queue]
51636 by: Greg Cope
51637 by: Greg Cope

Administrivia:

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To subscribe to the digest, e-mail:
[EMAIL PROTECTED]

To bug my human owner, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
[EMAIL PROTECTED]


--



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 QMail, can send out email to list subscribers?
# 
# I have the following in rcpthosts:
# 
# listserv.genexchange.com
# listserv.genexchange.org
# listserv.genexchange.net
# 
# and I have the following in defaulthost
# 
# listserv.genexchange.com
# 
# I've read through the relaying tutorials linked to from the QMail website,
# but didn't find anything addresses this point.  I need to relay selectively
# for mailing lists traffic, for not for anyone else...
# 
# Any ideas?

it sounds like you need to add localhost (127.0.0.1) to your relay hosts
settings

-- 
Justin Bell




Played with TCPSERVER a little more this morning and I'm still unable to
connect to port 25 (telnet listserv.genexchange.com 25) but if I run 'ps ax'
I don't see anything running that would be using port 25 either.  I have
already removed SMTP from xinetd.d so I know xinetd isn't trying to bind
port 25, but if it was I should be able to connect to it right?  So perhaps
I thought I didn't set up tcpserver correctly and decided to go back through
the steps again.

I downloaded the tar to /usr/local/src/ and then untarred it to
/usr/local/src/ucspi-tcp-0.88 and ran 'make' and then 'make setup check' in
that directory.  Then as Dan's installation instructions
(ftp://koobera.math.uic.edu/www/ucspi-tcp/install.html) indicates I
"installed" tcpserver to /usr/local/ but I don't see any changes, or
anything different than from last night.  I ran 'install -d /usr/local/' but
nothings changed, nor do I see any new directories or files in /usr/local/.
That has to be the problem I would think because nothing else is using port
25 on this system.

running install --help indicates installation can be done in one of three
methods.  I chose the third option orignally but just now tried a simpler
option (the second) as such "install /usr/local/ucspi-tcp-0.88/ /usr/local/"
and got the following error

install: basename.c:67: base_name: Assertion 'all_slashes || *(p-1) |= '/''
failed.
aborted (core dumped)

Anthony





Dropping smtp back into /etc/xinetd.d/ allows me to connect to port 25 again
so I know I think that pretty conclusively indicates I did not "install"
tcpservers correctly.

Anthony






On Thu, Nov 02, 2000 at 08:14:10PM -0500, Alex Pennace wrote:
[...]


> alex@buick:~$ telnet mail01.sherwin.com smtp
> Trying 148.141.15.156...
> Connected to mail01.sherwin.com.
> Escape character is '^]'.
> 220 
>0**2*2000 
>**02**0*00
> EHLO buick.978.org
> 500 Syntax error, command "XX

Re: high performance configs [was: Blocked pipe to qmail-queue]

2000-11-04 Thread Greg Cope

Markus Stumpf wrote:
> 
> On Thu, Nov 02, 2000 at 02:54:10PM -0700, Sean Reifschneider wrote:
> > That's the problem.  It's relatively slow throwing a bunch of messages
> > into QMail.  It doesn't take a very powerful machine to completely swamp
> > a fairly hefty QMail server, I've found.
> 
> I think the main problem is within qmail-send.
> qmail doesn't use concurrencies to their max as long as there are still
> unprocessed messages in the queue or the deliveries generate a lot of
> bounces.

This sounds like a bumber for what I want it to do ...

> We have a customers that injects about 15000 single messages in bunches
> of 100 messages to a dedicated qmail server. Sadly the "list" isn't too
> well administrated and even after the queue has reached a status where
> you have no unprocessed messages at one point the bounces slow down
> qmail quite a lot.
> I have generated a graph from the
> qmail: 973205710.228381 status: local 0/120 remote 1/120
> lines which show this "waving" behaviour. I'd posted that info to the
> list some time ago, but anyway, here's the URL for that graph (10 KB) again:
> 
> http://www.lamer.de/maex/creative/software/qmail/deliver-stats.gif
> 
> The lot of local deliveries are due to the QUEUE_EXTRA delivery we have
> for accounting reasons.
> 
> I have made a second graph. This is also a dedicated qmail server
> running a mailinglist (newsletter) with approx 91000 subscribers.
> The graph is one "shot". As the mailing-list is run by ezmlm there are
> very few bounces and only some occasional (un-)subscribe messages.
> This time qmail keeps the concurrency at max. The second and third
> shorter peaks are due to deferred messages tried again after backoff.
> The image (40 KB) is at
> 
> http://www.lamer.de/maex/creative/software/qmail/deliver-stats2.gif
> 
> I know it would be better to also have some figures about messages
> in queue, unprocessed messages in queue, successful/deferred deliveries
> included, but those are hard to extract from the logfile :/
> 
> I think a big gain in performance would be to split up the scheduler
> in qmail-send into at least one for remote, one for locals and one
> for sorting in new messages into the remote or local queue.

These graphs were quite interesting - and seem to backup evidence that
I've seen (in that concurrency remote is not hit untill injection
stops).

Assuming an outbound machine is being used (and another machine for
inbound / bounces)

Hence to improve performance inject should be split up i.e inject 2000,
wait, inject another 2000.  In the wait times concurrency remote would
be reached.

Any ideas on what a good number to try would be for inject / wait cycle
?

Also is changing the scheduler easy ?

Interesting stuff - thanks.

Greg

> 
> \Maex
> 
> --
> SpaceNet GmbH |   http://www.Space.Net/   | Stress is when you wake
> Research & Development| mailto:[EMAIL PROTECTED] | up screaming and you
> Joseph-Dollinger-Bogen 14 |  Tel: +49 (89) 32356-0| realize you haven't
> D-80807 Muenchen  |  Fax: +49 (89) 32356-299  | fallen asleep yet.





Re: high performance configs [was: Blocked pipe to qmail-queue]

2000-11-04 Thread Greg Cope

Sean Reifschneider wrote:
> 
> On Wed, Nov 01, 2000 at 12:53:27PM +, Greg Cope wrote:
> >Out of interest does the Netfilter  have a large / battery backed cache
> >to decrease the I/O / disk bottle neck ?
> 
> Yes.  They have a chunk of NVRAM which ACKs the write request as soon as it's
> committed there.  This gives it the ability to ack write messages very quickly
> while still ensuring that the data is resiliant to crashes.


So you are avoiding one big bottle neck - the disks.

Also sending one message will reduce the I/O required compared to n
messages.

> >Also does your system only send one message - the ones I deal with are
> >all individual (both in content and message headers).
> 
> That's the problem.  It's relatively slow throwing a bunch of messages
> into QMail.  It doesn't take a very powerful machine to completely swamp
> a fairly hefty QMail server, I've found.  And since the smtp daemons
> are fat, dumb, and happy individual processes, they don't really have the
> smarts to do any sort of throttling on incoming connections.
> 
> We ended up having to implement that sort of thing externally so that the
> originating program wouldn't swamp the box.

What about using tcpserver to limit the inbound connections - or even
move this to another box (if you can split the list like that).

I've used mutiple outbound boxes and a single inbound box to deal with
bounces etc ...



Greg 

> 
> Sean
> --
>  Laws are the source code to our government.  Submit a patch November 7.
>  VOTE!  November 7, 2000
> Sean Reifschneider, Inimitably Superfluous <[EMAIL PROTECTED]>
> tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python





smtp, pop3, RH7 and qmail

2000-11-04 Thread Bauhaus

Hi,
I was runing RH 6.2. Qmaill was OK. SMTP and POP3 worked.
Now I've switched to RH7 and I can connect neither to SMTP nor POP3.
Qmail starts. SMTP and POP3  is started with tcpserver and supervised. I can
send mail to locals and to remotes. But I can not receive mails from remote
(connection refused) and I can not connect to POP3 at all.
Trying: telnet 212.244.57.120 25
I get:

Trying 212.244.57.120
Connected to 212.244.57.120
Escape character is "^]"

and that's all.

What to to? The inetd is replaced with xinetd.
There are proper (I hope) entries in /etc/services:

smtp25/tcp   mail
.
.
pop3  110/tcp  pop-3
pop3  110/udp pop-3

I hope it's a kind of silly mistake, but I have no idea what kind.
Waiting for any answer.
Przemek





Re: Quota on outgoing mail

2000-11-04 Thread Peter van Dijk

On Sat, Nov 04, 2000 at 05:06:57AM -0200, Eduardo Augusto Alvarenga wrote:
> Hi,
> 
>   Is there any way to limit the size (quota) of outgoing SMTP data in
> qmail ? I'd like to limit a qmail-send outgoing size to 10MB. My users
> are making constant overloads on my bandwidth...

echo 10485760 > /var/qmail/control/databytes

Greetz, Peter
-- 
dataloss networks
'/ignore-ance is bliss' - me
'Het leven is een stuiterbal, maar de mijne plakt aan t plafond!' - me



Re: configuring backmailservers

2000-11-04 Thread Peter van Dijk

On Sat, Nov 04, 2000 at 03:16:59AM +0100, Jens Georg wrote:
[snip]
> his qmail-server should act as backup-mailserver for my system and my
> qmail-server should be his back-mailserver.
> 
> the question now is, if it is enought to put our mailsystems with priority
> of 20 in each dns-zone files ?? how to configure each mailsystem to accept
> and store mails of the other system ???

On a qmail-server, to run fallback for a domain, put that domain in
rcpthosts or morercpthosts and *not* in locals and/or virtualdomains.

man qmail-control and man qmail-smtpd for more info.

Greetz, Peter
-- 
dataloss networks
'/ignore-ance is bliss' - me
'Het leven is een stuiterbal, maar de mijne plakt aan t plafond!' - me