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
Last revisionBoth sides next revision
temp [2016/08/04 17:20] walkeradmintemp [2016/08/04 18:30] walkeradmin
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=@gmail.com 
-    AuthPass=Your-Gmail-Password 
-    FromLineOverride=YES 
-    mailhub=smtp.gmail.com:587 
-    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.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1