[vchkpw] vpopmail 5.2.1 /var/log/messages logs all events

2003-10-09 Thread Posts
Title: Message



I compiled vpopmail 
with error logging only (./configure) but it's logging success and failed login 
attempts which of course makes the /var/log/messages file 
huge.

Any tips are 
appreciate on getting vpopmail to only log errors.

Thanks,
Kawika


RE: [vchkpw] vpopmail 5.2.1 /var/log/messages logs all events

2003-10-09 Thread Posts
Title: Message



whoops, I meant /var/log/maillog. I'm not sure if this is the default 
vpopmail log.

Thanks

  
  -Original Message-From: Posts 
  [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 
  11:35 PMTo: [EMAIL PROTECTED]Subject: [vchkpw] vpopmail 
  5.2.1 /var/log/messages logs all events
  I compiled 
  vpopmail with error logging only (./configure) but it's logging success and 
  failed login attempts which of course makes the /var/log/messages file 
  huge.
  
  Any tips are 
  appreciate on getting vpopmail to only log errors.
  
  Thanks,
  Kawika


RE: [vchkpw] vpopmail 5.2.1 /var/log/messages logs all events

2003-10-09 Thread DOODS
It actually can be enabled (errors only) during compilation.
See help on compiling vpopmail.
Good luck.


Warm Regards,
DOODS

 whoops, I meant /var/log/maillog. I'm not sure if this is the
 default
 vpopmail log.

 Thanks

 -Original Message-
 From: Posts [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 08, 2003 11:35 PM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] vpopmail 5.2.1 /var/log/messages logs all
 events


 I compiled vpopmail with error logging only (./configure) but
 it's
 logging success and failed login attempts which of course makes
 the
 /var/log/messages file huge.

 Any tips are appreciate on getting vpopmail to only log errors.

 Thanks,
 Kawika






RE: [vchkpw] Vpopmail (5.2.1 and 5.3.20) won't compile on debian sarge ?!

2003-06-29 Thread Florian Schiessl
Hi!

 You are using an MySQL backend, correct?  When you put the 
 appropriate into 
 into the vmysql.h file, you left something without quotation 
 marks.  Go 
 back and check the file, make sure whatever you changed is correct.

No, I don't. I just use

 ./configure
 --enable-tcprules-prog=/usr/bin/tcprules
 --enable-tcpserver-file=/etc/tcp.smtp

;-)


Greets

Florian





RE: [vchkpw] Vpopmail (5.2.1 and 5.3.20) won't compile on debian sarge ?!

2003-06-29 Thread Florian Schiessl
Hi!

 Apply this patch to vmysql.h:
 
 diff -u vpopmail-5.3.20/vmysql.h vpopmail-5.3.20-tc/vmysql.h
 --- vpopmail-5.3.20/vmysql.h2003-03-18 17:27:18.0 -0700
 +++ vpopmail-5.3.20-tc/vmysql.h 2003-06-27 22:35:09.0 -0700
 @@ -48,11 +48,11 @@
   primary key (pw_name, pw_domain ) 
   #else
   #define TABLE_LAYOUT pw_name char(32) not null, \
 -pw_domain char(64) not null,
 +pw_domain char(64) not null, \
   pw_passwd char(40), \
   pw_uid int, pw_gid int, \
   pw_gecos char(48), \
 -pw_dir char(160),
 +pw_dir char(160), \
   pw_shell char(20), \
   primary key (pw_name, pw_domain ) 
   #endif

Could you please tell me, how to apply this?? I don't know anything
about this... :-(


THX and greets,

Florian





Re: [vchkpw] Vpopmail (5.2.1 and 5.3.20) won't compile on debian sarge ?!

2003-06-29 Thread Tom Collins
On Sunday, June 29, 2003, at 01:32  AM, Florian Schiessl wrote:
diff -u vpopmail-5.3.20/vmysql.h vpopmail-5.3.20-tc/vmysql.h
--- vpopmail-5.3.20/vmysql.h2003-03-18 17:27:18.0 -0700
+++ vpopmail-5.3.20-tc/vmysql.h 2003-06-27 22:35:09.0 -0700
@@ -48,11 +48,11 @@
  primary key (pw_name, pw_domain ) 
  #else
  #define TABLE_LAYOUT pw_name char(32) not null, \
-pw_domain char(64) not null,
+pw_domain char(64) not null, \
  pw_passwd char(40), \
  pw_uid int, pw_gid int, \
  pw_gecos char(48), \
-pw_dir char(160),
+pw_dir char(160), \
  pw_shell char(20), \
  primary key (pw_name, pw_domain ) 
  #endif
Could you please tell me, how to apply this?? I don't know anything
about this... :-(
It's a simple change, and you don't really need to use 'patch' to apply 
it.

Open vmysql.h in an editor (vi, pico, emacs, etc.), go to line 48 and 
look for the pw_domain and pw_dir lines.  Add the missing \ to 
the end of those two lines.

--
Tom Collins
[EMAIL PROTECTED]



Re: [vchkpw] vpopmail 5.2.1

2002-10-30 Thread escher

Hey, I have modified the qmail script under /etc/init.d for tcpserver  
pop3d, now it's ok, virtual user log in for read pop. 
But, the system does not delivery local mail. If i send email outbox it work 
fine, but does not receive. In the log file I found this:

starting delivery 1: msg 4620329 to local userdomain
status: local 1/10 remote 0/20
delivery 1: failure: Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/

And now?




[vchkpw] vpopmail 5.2.1

2002-10-26 Thread escher
Hi, I'm sorry, maybe this is a faq but I can't find the response of my 
problem.

I installed qmail and other from apt tools, no for vpopmail. I compiled it.
Now, I added one virtualdomain and user and I have found 2 directories 
domains, first under /home/vpopmail, second under /var and my user and 
virtualdomain are on the second.

When I try to login on 110 port I get this messages:

Connected to wk1.
Escape character is '^]'.
+OK 3464.1035668485@wk1.
user user@domain
+OK
pass mypass
-ERR authorization failed
Connection closed by foreign host.


If I try send email from port 25

Connected to wk1.
Escape character is '^]'.
220 domain ESMTP
helo
250 domain
mail from [EMAIL PROTECTED]
250 ok
rcpt to:user@domain
250 ok
data
354 go ahead

.
250 ok 1035668406 qp 3455
quit
221 domain
Connection closed by foreign host.


Now, I have received on my account used on mail from field  with failure 
notice:

Hi. This is the qmail-send program at domain.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

user@domain:
Sorry, no mailbox here by that name. (#5.1.1)


So, any idea?
Thx.







Re: [vchkpw] vpopmail 5.2.1 bug??

2002-10-22 Thread Ken Jones
On Saturday 05 October 2002 04:58 am, Sigmund Lundgren wrote:
 In the vpopmail user account the 'users' directory was missing.
 I had to manually create it to get vadduser to work correctly
 with users belonging to the default domain (i.e. vadduser aUser).

 Minor inconvenience but might distract new users.

 /S

The users directory is depreciated. We suggest adding
all users under a domain. 

vadddomain test.com 
vadduser [EMAIL PROTECTED]

Ken Jones