Personal
Tags
530 awk biscuits buy.com centos closing cookie curtains dell esx Ethan Ethan Lim float swim ethan reading food Heather home hpacucli hung inspiron itunes korean xp lexus life linux Macaroni Grill nfs nlite nm opensolaris portmap postfix raw red lobster rpcinfo Seafood Linguine sles slipstream suse system tv unix wallmount win7 xp 뽀로로
Tag Archives: postfix
Postfix relayhost Authentication
#1 setup a password maps file vi /etc/postfix/sasl_passwd mailserver.com username:password #2 fix owner and permissions chown root:root /etc/postfix/sasl_passwd; chmod 600 /etc/postfix_sasl_passwd postmap /etc/postfix/sasl_passwd #3 edit /etc/postfix/main.cf relayhost = mail.ispserver.com smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_security_options = #4 postfix reload … Continue reading