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]
==^=======================================================


Reply via email to