Are you referring to the SMTP server that ships with iMSMail as being the Bounce Server or what?
I have shut off the mail3 server on that machine. Larry Juncker Senior Cold fusion Developer Heartland Communications Group, Inc. [EMAIL PROTECTED] (515) 574-2122 CONFIDENTIALITY NOTICE The information contained in this e-mail is intended only for the use of the individual or entity to which it is addressed. This e-mail may contain information that is privileged, confidential and/or personal. If the reader of this message is not the intended recipient (or the employee or agent responsible to deliver it to the intended recipient), you are hereby notified that any dissemination, distribution, or copying of this communication is prohibited. If you have received this communication in error, please notify us at the e-mail listed above. -----Original Message----- From: Howie Hamlin [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 12:18 PM To: inFusion Support List Subject: Re: [iMS] Setting up DNS for Bounce server In order for a mail server to receive mail it has to be defined in two ways in DNS - with an A record and with an MX record. An example would be: A Records mail.domain.com: 100.100.100.1 bounce.domain.com: 100.100.100.2 MX records: domain.com: mail.domain.com, priority 10 bounce.domain.com: bounce.domain.com, priority 10 I stuck in the priorities above but they're not that important. The important thing is that any server that is to receive SMTP mail from the interenet has to listen on port 25 and has to have these records. HTH, Howie ----- Original Message ----- From: "Larry Juncker" <[EMAIL PROTECTED]> To: "inFusion Support List" <[EMAIL PROTECTED]> Sent: Thursday, September 19, 2002 1:10 PM Subject: RE: [iMS] Setting up DNS for Bounce server > OK - Lets try this another way. I am sorry that I am so ignorant here, but > I truly am trying to get this figured out. > > I have iMSMail set up currently on my WEBDEV machine lets say > 999.999.999.901 > > I send all of my email that goes through it out on my QMAIL server lets say > 999.999.999.902 > > My CFX_iMSMAIL tag is set up as such: > > <CFX_iMSMAIL > QUERY="GetList" > QUERYFIELD="EMail_Address" > QTOKEN_EmailAddress = "Email_Address" > ENABLEWORDWRAP = "NO" > FAILTO = "[EMAIL PROTECTED]" > SMTPFROM = "#Application.ReturnEmail#" > WARNTO = "[EMAIL PROTECTED]" > MAXRECIPIENTS = "10" > LOG = "yes" > HEADER_SUBJECT="#Application.Subject#" > HEADER_FROM="""#Application.CompanyName#"" <#Application.ReturnEmail#>" > HEADER_TO="<:EmailAddress:>" > HEADER_X_Recipient_ID="#GetList.CurrentRow#" > HEADER_X_Priority="3" > HEADER_X_MSMail_Priority="Normal" > HEADER_X_Mailer="Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0)" > HEADER_X_Mimeole="Produced By Microsoft MimeOLE V6.00.2600.0000" > HEADER_Errors_To="[EMAIL PROTECTED]" > TOKEN_CurrentFolder="#Application.CurrentFolder#" > TOKEN_CompanyName = "#ReReplace(Application.CompanyName,' ','.','ALL')#" > TOKEN_TableName = "#Application.TableName#" > TOKEN_SalesEmail = "#Application.SalesEmail#" > TOKEN_RemoveEmail = "#Application.Remove_Email#" > BODY="#mytext#" > HTML = "#myHTML#"> > > WHERE is BounceServer? > > and > > How do I set it up? > > I am guessing that it is included in the iMSMAIL setup somewhere, however I > have not seen it. You say set it up on another box and point the DNS to it, > but WHAT is IT and WHERE IS IT? This is very simple for you, you wrote the > program. I am trying to decipher this with what I have. > > Larry Juncker ==^======================================================= This list server is Powered by iMS "The Swiss Army Knife of Mail Servers" -------------------------------------- To leave this list please complete the form at http://www.coolfusion.com/iMSSupport.cfm Need an iMS Developer license? Sign up for a free license here: http://www.coolfusion.com/iMSDevelopers.cfm List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/ Note: You are subscribed as [email protected] ==^=======================================================
