Is it possible to override the domain name displayed in the “From” box when a user is sending email?
Yes. MailMan will automatically guess an email address based on the user’s POP3 username and the server name. In most cases this address is either a lot more specific than necessary (i.e., “mailman@mail.it.Northwest Internet.com” instead of “mailman@Northwest Internet.com”) or completely wrong (i.e., “endy-mailman@shell1.ba.best.com” instead of “mailman@Northwest Internet.com”). You can override the default domain name by setting the “$strFromDomainName” configuration variable to the domain name of your choice. In both of the examples above, we would set the value to “Northwest Internet.com”. This value can only be used for setting the domain of the user that is currently logged in. Note that in the second example above (“endy-mailman@shell1.ba.best.com”) the domain name is not the only thing that is incorrect. For cases where the POP3 username does not equal the username in the user’s email address, you must modify the MailMan source to provide a mechanism for translating usernames in
Yes. MailMan will automatically guess an email address based on the user’s POP3 username and the server name. In most cases this address is either a lot more specific than necessary (i.e., “mailman@mail.it.endymion.com” instead of “mailman@endymion.com”) or completely wrong (i.e., “endy-mailman@shell1.ba.best.com” instead of “mailman@endymion.com”). You can override the default domain name by setting the “$strFromDomainName” configuration variable to the domain name of your choice. In both of the examples above, we would set the value to “endymion.com”. This value can only be used for setting the domain of the user that is currently logged in. Note that in the second example above (“endy-mailman@shell1.ba.best.com”) the domain name is not the only thing that is incorrect. For cases where the POP3 username does not equal the username in the user’s email address, you must modify the MailMan source to provide a mechanism for translating usernames into mail account names.
Related Questions
- Is it possible to turn off the Outgoing Email Scanning dialog box that is displayed when Norton AntiVirus scans an outgoing email?
- Is it possible for a user to make her/his email address the mail_from address on the Suggestion Box page?
- Is it possible to override the domain name displayed in the "From" box when a user is sending email?