Re: [qmailtoaster] Re: vpopmail field problem

2010-10-19 Thread Digital Instruments
Should I change vpopmail-toaster.spec file like that: line 584 /clear passwd = ON --enable-clear-passwd/ TO /clear passwd = OFF --disable-clear-passwd/ line 654 /--enable-clear-passwd/ TO /--disable-clear-passwd/ Thanks Cheers A. Il 18/10/2010 17.33, Eric Shubert ha scritto:

[qmailtoaster] Re: vpopmail field problem

2010-10-19 Thread Eric Shubert
On 10/19/2010 12:40 AM, Digital Instruments wrote: Should I change vpopmail-toaster.spec file like that: line 584 /clear passwd = ON --enable-clear-passwd/ TO /clear passwd = OFF --disable-clear-passwd/ line 654 /--enable-clear-passwd/ TO /--disable-clear-passwd/ Thanks Cheers A. I'm not

Re: [qmailtoaster] Re: vpopmail field problem

2010-10-19 Thread Digital Instruments
It works with --disable-clear-passwd everything solved the field has gone. Thanks to everyone helped me. :) Now I have another question: How does it work SSL/TLS with qmailtoaster? Cheers, A. Il 19/10/2010 16.36, Eric Shubert ha scritto: On 10/19/2010 12:40 AM, Digital Instruments wrote:

Re: [qmailtoaster] Re: vpopmail field problem

2010-10-18 Thread Digital Instruments
Nice! So ... I need to recompile vpopmail package with the right option then move it somewhere qtp-newmodel needs and finally re-install all those packages with it? Question: Am I gonna lose any configuration? Such as domains, e-mails and everything related to? -- Cheers, Alberto. Il

Re: [qmailtoaster] Re: vpopmail field problem

2010-10-18 Thread Digital Instruments
How do I know if was sucessfull? The only think I've got from the command was that: [r...@ser SRPMS]# rpm -Uvh --replacepkgs vpopmail-toaster-5.4.17-1.3.7.src.rpm 1:vpopmail-toaster ### [100%] It has been replace correctly? Il 15/10/2010

[qmailtoaster] Re: vpopmail field problem

2010-10-18 Thread Eric Shubert
You'll need to: .) modify the .spec to your needs .) create the source rpm (.srpm) package from the spec (rpmbuild -bs) .) put the .srpm package in /usr/src/qtp-upgrade/SRPMS/ .) run qtp-newmodel and select the package for rebuild. qtp-newmodel will automatically rebuild whatever's necessary,

[qmailtoaster] Re: vpopmail field problem

2010-10-18 Thread Eric Shubert
It appears to be ok. If you changed the documentation in the spec file appropriately, you can run # rpm -qi vpopmail-toaster to see which options are in effect. Note, this comes from a separate part of the spec file, and you need to modify this to reflect any changes you made to the config

Re: [qmailtoaster] Re: vpopmail field problem

2010-10-18 Thread Digital Instruments
Oh :O thanks Eric. Btw are you sure qtp-newmodel will use my srpm package of vpopmail and will not rebuilt his own? thanks A. Il 18/10/2010 16.41, Eric Shubert ha scritto: You'll need to: .) modify the .spec to your needs .) create the source rpm (.srpm) package from the spec (rpmbuild

[qmailtoaster] Re: vpopmail field problem

2010-10-18 Thread Eric Shubert
qtp-newmodel will use whatever's in /usr/src/qtp-upgrade/SRPMS (unless you've changed the default location). If it doesn't find the source rpm there, it will download it from the web site. Just be sure that you use the latest vpopmail-toaster package, and keep the same version numbers in your

[qmailtoaster] Re: vpopmail field problem

2010-10-15 Thread Eric Shubert
On 10/15/2010 02:56 AM, Digital Instruments wrote: Greetings list, I have recompiled vpopmail without the damn pw_clear_passwd. I've used the standard script cnt5064-install-script.sh and modify it like so: if [ $PROCEED = y ]; then rpmbuild --rebuild --with $DISTRO --with disable-clear-passwd

Re: [qmailtoaster] Re: vpopmail field problem

2010-10-15 Thread Martin Waschbuesch
:48 PM Subject: [qmailtoaster] Re: vpopmail field problem On 10/15/2010 02:56 AM, Digital Instruments wrote: Greetings list, I have recompiled vpopmail without the damn pw_clear_passwd. I've used the standard script cnt5064-install-script.sh and modify it like so: if [ $PROCEED = y

[qmailtoaster] Re: vpopmail field problem

2010-10-15 Thread Eric Shubert
: [qmailtoaster] Re: vpopmail field problem On 10/15/2010 02:56 AM, Digital Instruments wrote: Greetings list, I have recompiled vpopmail without the damn pw_clear_passwd. I've used the standard script cnt5064-install-script.sh and modify it like so: if [ $PROCEED = y ]; then rpmbuild --rebuild