Next: daemon, Previous: mailer, Up: configuration
Option group ‘address’ consists of options used to specify how to qualify email addresses.
An unqualified address (one without an @) is qualified by appending
@defaultdomain. defaultdomain is the return of
gethostname(), or the result of gethostbyname() on the return
of gethostname() (if the DNS lookup is successful).
If the email address of the current user is needed, either the address set by --email-addr is returned, or the current uid is looked up in the user database, and qualified with the defaultdomain.