Forwarding root’s email on Mac OS
These steps are courtesy of: http://hublog.hubmed.orgsudo pico /var/root/.forwardchange /dev/null to your email address (this tells the system which address mail for root should be forwarded to)sudo chown -R postfix /private/var/spool/postfix sudo chown root /private/var/spool/postfix sudo postfix start(this sets some file & folder permissions then starts Postfix, the mail transfer agent)sudo pico /etc/hostconfigchange MAILSERVER to -YES- (this makes postfix start up after a reboot) then to test everything, if you like:mail root Subject: test .(period) then Enter (wait a while after sending this mail, it can take quite a long time to be sent))
Forwarding root’s email on Mac OS
These steps are courtesy of: http://hublog.hubmed.orgsudo pico /var/root/.forwardchange /dev/null to your email address (this tells the system which address mail for root should be forwarded to)sudo chown -R postfix /private/var/spool/postfix sudo chown root /private/var/spool/postfix sudo postfix start(this sets some file & folder permissions then starts Postfix, the mail transfer agent)sudo pico /etc/hostconfigchange MAILSERVER to -YES- (this makes postfix start up after a reboot) then to test everything, if you like:mail root Subject: test .(period) then Enter (wait a while after sending this mail, it can take quite a long time to be sent))
Posted 2 years ago & Filed under OS X, Root, email, forward, system admin,