Postfix,Open web mail Mail Server Hostname /FQDN Porblem
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Postfix,Open web mail Mail Server Hostname /FQDN Porblem
Dear Gurus,
As i have configured Mail Server with Postfix,DoveCot with Web Email client Open Webmail on Fedora,
When Composing new email from Open webmail my my email Address shown as
In Creating new email its shows in myname@mail.mydomain.com in
From Text Box .which is wrong as its should be myname@mydomain.com. please tell me where i have to change in configuration file.thnaks.
# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.1.10 mail.mydomain.com mail
You can achieve this in either the following 2 ways:
1. create per user config file etc/users.conf/tom
and set option domainnames to virtual_1.com 2. create per domain config file etc/sites.cof/mail1.server_1.com
and set option domainnames to virtual_1.com
While 1 is only for the user tom, the method 2 has effect for all users
who logins with the url http://mail.server_1.com/cgi-bin/....
Great i have change the From Email Address as you mention in Personalize settings.its working good.
But the problem is that i have more then 200 Email Accounts .And its impossible to go every user account and Personalize the emails Settings of Open web mail.
we need to find out from which configuration file Open webmail is reading Default "Email From " myname@mail.domain.com .So i will change the value to myname@domain.com.
Plz help me as there are no more users working on openwebmail.
One thing more last month my email server crash and i recover it my old backup.
From recovering email server i have Copied my Old /var/www/* in New email server and don't run the
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.