Hi again.

After changes on qtp-remove-pkgs (adding qmail-toaster to "remove_list"), qtp-newmodel finished. But then, I found new problems:

First vpopmail fail because I don't use clear password. In /var/qmail/log/smtp/current, for example, I saw:

---
vmysql: connection rebuild failed: Unknown column 'pw_clear_passwd' in 'field list'
---

So, then I change this from compiling options on the .srpm:
# cd /usr/src/qtp-upgrade/SRPMS/
# mkdir tmp
# cd tmp
# rpm2cpio ../vpopmail-toaster-5.4.33-1.4.0.src.rpm | cpio -id
# vi vpopmail-toaster.spec

From:
--enable-clear-passwd \

to:
--enable-clear-passwd=n \

Then I build the rpm:
# rpmbuild -bp ./vpopmail-toaster.spec

I copied the files created to /usr/src/redhat/SOURCES
# cp vpopmail-5.4.33.tar.gz vpopmail-toaster-5.4.33.patch.bz2 /usr/src/redhat/SOURCES/

And then I install it with rpm:
# rpm -Uvh --replacepkgs --replacefiles /usr/src/redhat/RPMS/i386/vpopmail-toaster-5.4.33-1.4.0.i386.rpm

Then POP3 start to work but SUBMISSION failed (I used SSL). In order to recompile all packages I rerun qtp-newmodel, it failed as before (ioctl problem when installing ezmlm), qtp-remove-pkgs appear as I leave it, so it is strange, it worked once but it failed after it.

I try to rerun qtp-newmodel without installing some packages (qmail-toaster and ezmlm) and finally it worked but Submission continues failing.

At the end, I notice that my 587 port was not using SSL, so I read my /var/qmail/supervise/submission/run and I saw it was changed and there where no certificated specified, so it was running without SSL, and that was the problem. I take run script from a backup and restore it, restart qmail and then it seems to work.

Thanks again for your help, Eric.

I have some doubts:

-Why is qtp-newmodel continuing failing? Is there any way to fix it? (may be I should update the qtp-newmodel script). -Is there any way to prevent the vpopmail problem in a preventive way. I mean, should I download the package first, edit it and then execute qtp-newmodel or something similar to prevent it fails and then fix the problem. -The problem with my own configuration of submission, should be at least controlled (maybe the script should warn you and mantain a backup of the original configuration). (Maybe it does but I don't know the place).

Best Regards!



El 22/12/2012 17:58, Eric Shubert escribió:
Let's try removing the previous qmailadmin-toaster package. In order to
do this, edit the /opt/qmailtoaster-plus/bin/qtp-remove-pkgs script. Change
a5_problem_packages(){

# any version of these packages will be removed
remove_list="\
control-panel \
"

to:

a5_problem_packages(){

# any version of these packages will be removed
remove_list="\
control-panel \
qmailadmin \
"

There might be a problem with your previous installation of this package
which I hope that removing it will remedy.



---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to