This is a discussion on Re: [courier-users] Please help with broken install! within the Courier-Imap forums, part of the Mail Servers and Related category; Hi Ben, On 5/8/07, Ben Benson <courier@ben-benson.co.uk> wrote: > Hi People, > &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi Ben,
On 5/8/07, Ben Benson <courier@ben-benson.co.uk> wrote: > Hi People, > > Can someone PLEASE tell me how to completely remove any trace of courier and > all other mail related programs from my Ubuntu Server, and then point me in Assuming that you have installed courier from the Ubuntu package repository, you can use the "purge" option to dpkg to remove the package. First, you should have a look at the installed packages by issuing dpkg --list | grep courier and then removing those packages with dpkg --purge courier-mta [add other packages that you want to remove] (another, untried and somewhat riskier approach is to remove everything courier-related in one call: dpkg --purge `dpkg --list | grep courier | cut -f 3 --delimiter=\ ` Use at your own risk!) After that you can install it again using apt-get install courier-mta courier-imap courier-pop [courier-mta-ssl courier-pop-ssl courier-imap-ssl] As for an installation guide I currently mostly remember answering some questions during the apt-get installation process and then setting some variables as documented on http://www.courier-mta.org/documentation.html HTH Marcus ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |