This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
build:postfix [2008/06/11 21:00] 70.253.185.251 Add disable_vrfy_command. (CMB) |
build:postfix [2008/07/22 13:51] (current) 151.145.245.20 |
||
|---|---|---|---|
| Line 38: | Line 38: | ||
| Set the host and domain names: | Set the host and domain names: | ||
| <code rootshell> | <code rootshell> | ||
| - | postconf -e 'myhostname=`hostname -f`' | + | postconf -e "myhostname=`hostname -f`" |
| - | postconf -e 'mydomain=`hostname -d`' | + | postconf -e "mydomain=`hostname -d`" |
| </code> | </code> | ||