Ask a Question related to Coldfusion Server Administration, Design and Development.
-
EINN #1
Can I specify two Mail Servers in Mail Server Settings?
I have two Mail Servers and if one go down the other takes over.
The do not have the same IP or name in DNS.
This works fine exept in ColdFusion Administrator It's only possible to
specify one mail server.
Is there any way to specify two mail servers?
EINN Guest
-
Setting up CF mail server to connect to ISP mail server
I would like to setup a testing evironment and use my ISP's mail server to test and create CF mail applications. When I tried connecting to the... -
Server Settings > Mail
I am using a known good SMTP server which is successfully relaying messages from other servers such as a Windows 2000 server with ColdfusionMX 7 on... -
speed of mail() on two servers
Hello, On 08/26/2003 07:39 PM, David T-G wrote: I think your bottleneck is not in the queuing but rather in the composition of the... -
[PHP] speed of mail() on two servers
I think that may be 'problem' from sendmail .. mail() function under linux only interacts with sendmail, it doesn't contact to the remote SMTP to... -
Extra servers in Mail
I have a little problem. When I set up my outgoing mail server in Mail, I screwed up a few times--so now I have about 10 servers for outgoing mail... -
Rick #2
Re: Can I specify two Mail Servers in Mail Server Settings?
You should be able to set the settings in the cfmail tag.
Server option cfmail tag
server
Optional
SMTP server address, or (Enterprise edition only) a comma-delimited
list of server addresses, to use for sending messages. At least one server
must be specified here or in the ColdFusion MX Administrator. A value here
overrides the Administrator. A value that includes a port specification
overrides the port attribute. See the Usage section for details.
"EINN" <webforumsuser@macromedia.com> wrote in message
news:dravtl$r6h$1@forums.macromedia.com...>I have two Mail Servers and if one go down the other takes over.
> The do not have the same IP or name in DNS.
> This works fine exept in ColdFusion Administrator It's only possible to
> specify one mail server.
>
> Is there any way to specify two mail servers?
>
Rick Guest
-
EINN #3
Re: Can I specify two Mail Servers in Mail ServerSettings?
Ok, so it is only possible in the Enterprise version.
But does it send to all servers specifyed?
What I need is:
-to be able to specify 2 servers.
-if the first one succseed to send the seccond is not used.
EINN Guest
-
Rick #4
Re: Can I specify two Mail Servers in Mail Server Settings?
Note: If you specify multiple mail servers in ColdFusion MX Standard, the
cfmail tag uses only the first server in the specification. ColdFusion logs
a warning message to the mail log file and ignores the additional servers.
For each server, you can optionally specify a username, password, and port.
These values override the corresponding attributes, if any. The server
attribute has the following format:
[user:password@]server[:port],[user:password@]server[:port],....
For example, the following line specifies one server, mail.myco.com that
uses the default port and no user or password, and a second server with a
user, password, and specific port:
server=mail.myco.com,mail_admin:adm2qzf@mail2.myco .com:24
When you specify multiple mail servers in ColdFusion Enterprise, ColdFusion
tries the available servers in the order they are listed until it connects
to a server. ColdFusion does not try to connect to a server that was
unavailable in the last 60 seconds.
"EINN" <webforumsuser@macromedia.com> wrote in message
news:drkt15$mb1$1@forums.macromedia.com...> Ok, so it is only possible in the Enterprise version.
> But does it send to all servers specifyed?
>
> What I need is:
> -to be able to specify 2 servers.
> -if the first one succseed to send the seccond is not used.
>
Rick Guest



Reply With Quote

