[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Web Server Config
- Subject: Re: [cobalt-users] Web Server Config
- From: Will DeHaan <will@xxxxxxxxxx>
- Date: Tue Dec 5 15:20:00 2000
- Organization: Cobalt Networks
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Ron Shank/Optimus Media wrote:
>
> A little back ground, when you get an email from a FrontPage form the web
> server's email address shows as httpd@<domainname>. How can I change this?
Frontpage mail is configurable on a per-site basis. You'll need to edit
the configuration files named in the following style:
/usr/local/frontpage/www.mysite.com:80.cnf
Looking at the FP for unix documentation:
http://www.rtr.com/fpsupport/serk4.0/adadv_2.htm
We see that the "MailSender" option is appropriate.
So, add "MailSender:me@xxxxxxxxxx" to www.mysite.com:80.cnf.
Use a FP form to send mail again, see how you like the results.
NOTE: the sending address must be a valid account on the RaQ 4 and
possibly other products. Simply add the referenced alias to any user,
save changes and that will be sufficient.
-- Will