1.

When Sendmail Dispatches Your Email, It Places The Servers Hostname Behind Your Username, Which Becomes The "from Address" In The Email (ie. User@mail.test.com).but We Want To Use The Domain Name And Not The Hostname?

Answer»

DEFINE(`confDOMAIN_NAME', `test.com')DNL

FEATURE(`relay_entire_domain')dnl

define(`confDOMAIN_NAME', `test.com')dnl

FEATURE(`relay_entire_domain')dnl



Discussion

No Comment Found