Re: [vchkpw] tcp.smtp

2005-06-10 Thread Jeremy Kitchen
On Monday 06 June 2005 11:31 pm, Shane Chrisp wrote:
 On Mon, 2005-06-06 at 22:14 -0400, Martin Leduc wrote:
  Good evening folks,
 
  I would like to understand something regarding the /etc/tcp.smtp file.
 
  I have this configuration
 
  192.168.1.:allow,RELAYCLIENT=
  127.:allow,RELAYCLIENT=
 
  When I connect using telnet on 127.0.0.1 I got my server header
 
  Trying 127.0.0.1...
  Connected to 127.0.0.1.
  Escape character is '^]'.
  220 mail.somedomain.com ESMTP
 
  When I try using 192.168.1.5, my actual server I got nothing, and I don't
  have any firewall on my tcp 25 port ;).

 It could be dns related, try waiting for a fairly long time to see if
 qmail responds.

 You could also try

Also post your SMTP run script for us to pick at and give you better advice as 
to what to do.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
[EMAIL PROTECTED] ++ inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgp4R0wm0JSqj.pgp
Description: PGP signature


[vchkpw] authentication problem

2005-06-10 Thread mbeltran
Hello 

I have a mail server with qmail, courrier imap, mysql and vpopmail.

I have lost some password of some virtual domains, so i need that vpopmail
learn passwords when users try to get mails with pop3 client program.

I have recompiled vpopmail with the option --learn-password but didnt work.

Somebody knows if i need to do more configurations, and the question will
be, what more else?

Regards

Mario.



Re: [vchkpw] 451 qq temporary problem

2005-06-10 Thread Jeremy Kitchen
On Monday 06 June 2005 11:38 pm, [EMAIL PROTECTED] wrote:
 I get this error when I run this command

 /var/qmail/bin/qmail-scanner-queue -z

 During the QMailRocks installation. The installation has been error free
 until this section of the install process. I am debugging a 451 qq 
 temporary problem error with qmail. This is the only error that occurs 
 during the install process.

 Undefined subroutine main::minidebug called at
 /var/qmail/bin/qmail-scanner-queue.pl line 569

this is a qmail-scanner problem, not vpopmail.  Please ask the qmail-scanner 
mailing list or other qmail-scanner support fora.

Also, as was stated before, you should not use qmailrocks, you should follow 
www.lifewithqmail.org

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
[EMAIL PROTECTED] ++ inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgpD7wgaIMBLF.pgp
Description: PGP signature


Re: [vchkpw] authentication problem

2005-06-10 Thread Tom Collins

On Jun 10, 2005, at 1:35 PM, [EMAIL PROTECTED] wrote:
I have lost some password of some virtual domains, so i need that 
vpopmail

learn passwords when users try to get mails with pop3 client program.

I have recompiled vpopmail with the option --learn-password but didnt 
work.


Somebody knows if i need to do more configurations, and the question 
will

be, what more else?


You need to have blank passwords on the accounts you want to re-learn.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: 
sniffter.com




RE: [vchkpw] authentication problem

2005-06-10 Thread mbeltran
Thank you for your recomendations

I did this:
mysql update vpopmail set pw_clear_passwd = NULL;

And dint work, so i did this

mysql update vpopmail set pw_clear_passwd = '';

And didnt work too

And didnt work even with new accounts

My vpopmail version is 5.4.9

Regards


-Mensaje original-
De: Tom Collins [mailto:[EMAIL PROTECTED]
Enviado el: Friday, June 10, 2005 4:21 PM
Para: vchkpw@inter7.com
Asunto: Re: [vchkpw] authentication problem


On Jun 10, 2005, at 1:35 PM, [EMAIL PROTECTED] wrote:
 I have lost some password of some virtual domains, so i need that 
 vpopmail
 learn passwords when users try to get mails with pop3 client program.

 I have recompiled vpopmail with the option --learn-password but didnt 
 work.

 Somebody knows if i need to do more configurations, and the question 
 will
 be, what more else?

You need to have blank passwords on the accounts you want to re-learn.

--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
You don't need a laptop to troubleshoot high-speed Internet: 
sniffter.com


[vchkpw] Vpopmail + MySQL, Advise needed.

2005-06-10 Thread Sergio Rosa

Hi all,



I  had vpopmail running with cdb, upgraded to vpopmail with MySQL but
did a bad choice! I configure it without (the default) support for many
domains.

How can I convert my configuration, from one table per domain to a new
configuration of one column by domain?

I need to change things on my server because I now have a lot more
domains that I had a few weeks before.

BTW I'm running vpopmail 5.4.10 with the followinf config:
./configure \
--enable-clear-passwd \
--enable-learn-passwords \
--enable-domainquotas \
--disable-password \
--enable-logging=y \
--enable-valias \
--enable-mysql-limits \
--disable-many-domains \
--enable-auth-module=mysql \
--enable-sql-logging

on a Fedora Core 1 and a rpm build of MySQL 4.0.20, plus a lot of other
things like clamd, spamassassin, apache, and so on...

I only have this server and a down time is not welcome by the Clients.

Recently my sql server Gone away! for a while and it cause a big
trouble on mail delivery.

Thanks
SRosa






Re: [vchkpw] Vpopmail + MySQL, Advise needed.

2005-06-10 Thread Rick Macdougall

Sergio Rosa wrote:


Hi all,



I  had vpopmail running with cdb, upgraded to vpopmail with MySQL but
did a bad choice! I configure it without (the default) support for many
domains.

How can I convert my configuration, from one table per domain to a new
configuration of one column by domain?

I need to change things on my server because I now have a lot more
domains that I had a few weeks before.

BTW I'm running vpopmail 5.4.10 with the followinf config:
./configure \
--enable-clear-passwd \
--enable-learn-passwords \
--enable-domainquotas \
--disable-password \
--enable-logging=y \
--enable-valias \
--enable-mysql-limits \
--disable-many-domains \
--enable-auth-module=mysql \
--enable-sql-logging

on a Fedora Core 1 and a rpm build of MySQL 4.0.20, plus a lot of other
things like clamd, spamassassin, apache, and so on...

I only have this server and a down time is not welcome by the Clients.

Recently my sql server Gone away! for a while and it cause a big
trouble on mail delivery.



Hi,

Sorry, I can't you with the conversion of the database but your Gone 
Away! problem can be helped by increasing the number of connections 
that MySQL allows and increasing the memory available to MySQL by 
modifying your my.cnf file.  The large_my.cnf file that came with Fedora 
is a good place to start looking.


You may also not want to use mysql-logging as you do have to clean that 
out sometime or you'll just fill up your logging table with millions of 
records.


Regards,

Rick