Unix Technical Forum

Problem getting rid of qmail

This is a discussion on Problem getting rid of qmail within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I have a slight problem. I installed qmail and since I couldn't get it to work the way I ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 12:31 PM
Mike
 
Posts: n/a
Default Problem getting rid of qmail

I have a slight problem. I installed qmail and since I couldn't get it to
work the way I wanted it to I need to remove it. Normally it would't be
any problem but where did it put all the files? It seems spred all over
the disc. I have always used sendmail before and that is easier to get
working than qmail.

micke
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 12:31 PM
Alan Hicks
 
Posts: n/a
Default Re: Problem getting rid of qmail

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In alt.os.linux.slackware, Mike dared to utter,
> I installed qmail and since I couldn't get it to
> work the way I wanted it to I need to remove it.


Ain't qmail a bitch like that?

Basically you just need to know exactly which files are created by your
qmail installation. I hope this isn't a machine you're particularly
fond of, because you could loose some data here. You should always have
backups. Nevermind, onto the ideas.

The only sure fire way I know of to ensure you eliminate all those
pesky files (and no other files), is to install qmail again from the
same source code tree (you do still have that don't you?) in a chroot
environment. You can then check and see what it puts there, and
eliminate one-by-one.

Otherwise, you've got a lengthy process of checking the root and var
partitions to make sure you got it all removed. Basically just delete
everything that looks out of place. As I recall qmail pretty much puts
everything in directories directly under root, and makes a single
/var/gmail directory under /var. It's been so long since I've managed
qmail though, I can't be entirely sure.

- --
It is better to hear the rebuke of the wise,
Than for a man to hear the song of fools.
Ecclesiastes 7:5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFA13telKR45I6cfKARAh13AJ0XVWy7SQeKtIxHYW+mXU gG1qmUZACfWVTo
lxS3+NQRBoBePkWjzDsLkms=
=UoSR
-----END PGP SIGNATURE-----
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 12:31 PM
An Metet
 
Posts: n/a
Default Re: Problem getting rid of qmail

NOTE: This message was sent thru a mail2news gateway.
No effort was made to verify the identity of the sender.
--------------------------------------------------------

pgp trash troll delete

Alan Hicks <alan@lizella.network> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1


> In alt.os.linux.slackware, Mike dared to utter,
> > I installed qmail and since I couldn't get it to
> > work the way I wanted it to I need to remove it.


> Ain't qmail a bitch like that?


> Basically you just need to know exactly which files are created by your
> qmail installation. I hope this isn't a machine you're particularly
> fond of, because you could loose some data here. You should always have
> backups. Nevermind, onto the ideas.


> The only sure fire way I know of to ensure you eliminate all those
> pesky files (and no other files), is to install qmail again from the
> same source code tree (you do still have that don't you?) in a chroot
> environment. You can then check and see what it puts there, and
> eliminate one-by-one.


> Otherwise, you've got a lengthy process of checking the root and var
> partitions to make sure you got it all removed. Basically just delete
> everything that looks out of place. As I recall qmail pretty much puts
> everything in directories directly under root, and makes a single
> /var/gmail directory under /var. It's been so long since I've managed
> qmail though, I can't be entirely sure.


> - --
> It is better to hear the rebuke of the wise,
> Than for a man to hear the song of fools.
> Ecclesiastes 7:5
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)


> iD8DBQFA13telKR45I6cfKARAh13AJ0XVWy7SQeKtIxHYW+mXU gG1qmUZACfWVTo
> lxS3+NQRBoBePkWjzDsLkms=
> =UoSR
> -----END PGP SIGNATURE-----


















Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 12:32 PM
/dev/rob0
 
Posts: n/a
Default Re: Problem getting rid of qmail

On Mon, 21 Jun 2004 19:20:51 -0500, Alan Hicks wrote:
> In alt.os.linux.slackware, Mike dared to utter,
>> I installed qmail and since I couldn't get it to
>> work the way I wanted it to I need to remove it.

>
> The only sure fire way I know of to ensure you eliminate all those
> pesky files (and no other files), is to install qmail again from the
> same source code tree (you do still have that don't you?) in a chroot
> environment. You can then check and see what it puts there, and
> eliminate one-by-one.


That's the hard way. The easy way is to install checkinstall (look in
"extra" for your Slackware version) and in the qmail source tree, do
checkinstall make setup # answer the questions
followed by "removepkg qmail".

If you have deleted the qmail source tree, don't worry, just grab the
old tarball, untar it, and proceed as above.

> everything that looks out of place. As I recall qmail pretty much puts
> everything in directories directly under root, and makes a single
> /var/gmail directory under /var. It's been so long since I've managed


qmail itself doesn't put things in the root directory; the dreaded
daemontools does that. I think qmail's "make setup" only puts things in
/var/qmail. If it had been /opt/qmail perhaps I could tolerate it
better.
--
/dev/rob0 - preferred_email=i$((28*28+28))@softhome.net
or put "not-spam" or "/dev/rob0" in Subject header to reply

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 12:33 PM
Mike
 
Posts: n/a
Default Re: Problem getting rid of qmail

Thanks for your tips!

Well atleast I learned one lesson.
NEVER install qmail and daemontools again. :-)

Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 12:40 PM
james
 
Posts: n/a
Default Re: Problem getting rid of qmail

/dev/rob0 wrote:
>
> That's the hard way. The easy way is to install checkinstall (look in
> "extra" for your Slackware version) and in the qmail source tree, do
> checkinstall make setup # answer the questions
> followed by "removepkg qmail".
>

I second this suggestion. checkinstall should be installed on every
Slackware box.

jamess
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 10:21 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com