Skip to content

Instantly share code, notes, and snippets.

View webplantmedia's full-sized avatar

Chris Baldelomar webplantmedia

View GitHub Profile
@webplantmedia
webplantmedia / sasl_passwd
Created February 8, 2014 02:56
Save Credentials so You Send Email Relay with Rackspace and postfix
secure.emailsrvr.com [email protected]:secretpassword
@webplantmedia
webplantmedia / main.cf
Created February 8, 2014 02:55
Mail Relay Using postfix and Rackspace Email
relayhost = secure.emailsrvr.com:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_mechanism_filter = AUTH LOGIN
smtp_sasl_security_options =
smtp_use_tls = yes
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Pathogen
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
call pathogen#infect()
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" General
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Sets how many lines of history VIM has to remember
set guifont=Courier\ New:h16
nnoremap <silent> <F5> :set lines=999 columns=999<CR>
colorscheme desert
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" MacVIM user interface
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
set guioptions=
# compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #