User Tools

Site Tools


temp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
temp [2016/08/04 17:21] walkeradmintemp [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Title ======+====== Remove Package ======
 \\  \\ 
 \\  \\ 
-Type the following command under Debian / Ubuntu Linux:+To remove an installed package, use the following:
 \\  \\ 
-    sudo apt-get install ssmtp+    sudo apt-get purge package
 \\  \\ 
-Configure mailserver as a smarthost 
 \\  \\ 
-    sudo nano /etc/ssmtp/ssmtp.conf 
-     
-    AuthUser=piadmin@walker-web.co.uk 
-    AuthPass=kipperwantsomechilli 
-    FromLineOverride=YES 
-    mailhub=mail.quickmail.co.uk:143 
-    UseSTARTTLS=YES 
-\\  
-Also, make sure you disable Sendmail: 
-\\  
-    service sendmail stop 
-    chkconfig sendmail off 
-    mkdir /root/.bakup 
-    mv /usr/sbin/sendmail /root/.bakup 
-    ln -s /usr/local/ssmtp/sbin/ssmtp /usr/sbin/sendmail 
-\\  
- 
  
temp.1470327674.txt.gz · Last modified: 2023/03/09 22:35 (external edit)