We are going in circles here.

What are your "CURRENT" Relay settings?

Have you cycled the Imail SMTP daemon since you changed it?

What is the IP address of your Cold Fusion server?

Are you absolutly certain that [EMAIL PROTECTED] is a valid recipient?

Does your IMail system host the domain for [EMAIL PROTECTED]

and finally, please add the Imail logs matching your UnDelivr entry to your
reply.


WE WILL GET THIS WORKING! I promise!

Dan

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Kathy Lees
Sent: Monday, July 25, 2005 5:56 PM
To: [email protected]
Subject: Re: [IMail Forum] Accept.txt


Dumb question, how do I find the bounce message? The message is just going
to the undeliverable folder? Here is the top of the message

----- Original Message -----
From: "Dan Barker" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, July 25, 2005 3:51 PM
Subject: RE: [IMail Forum] Accept.txt


> It being to a foreign address is not making it undeliverable. Cold Fusion
> likes to build non-RFC compliant email headers, anyhow. The bounce
> messages
> might be very helpful.
>
> It could be bouncing for many reasons:
> Addressee is bad
> Sender doesn't exist
> IMail (as NATted if there's a firewall) isn't in the SPF records of the
> senders DNS
> Reciever's emailer objects to no Message-ID in the message (See code
> below)
> etc.
>
> As I said before, please share the details, and we can help.
>
> Dan
>
> Snippet to "help" CF follow the rules<g>.
>
> <CFSET MessageID = "<" & DateFormat(now(), "yyyymmdd") & TimeFormat(now(),
> "hhmmss") & "@spi0019>">
> <CFMAIL from="#From#" to="#ToAddr#" type="#Type#"
> subject="#Subject#">
> <cfmailparam name = "Message-Id" value = #MessageID#>
> #MsgHdr##Message#</CFMAIL>
>
> ps: My company is SPI.
> My CF server thinks it's on 63.171.93.19; thus the spi019 in the
> messageid.
> Make something up!
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Kathy Lees
> Sent: Monday, July 25, 2005 5:42 PM
> To: [email protected]
> Subject: Re: [IMail Forum] Accept.txt
>
>
> I am trying to figure that out. We have our own website and have people
> buy
> ads on it. On one of the ads there is a mailform that we are using cfm to
> send the response directly to the client. We have noticed that since we
> don't host that client's email in IMAIL, it is making it undeliverable. We
> have a copy come to us and that works fine.
> ----- Original Message -----
> From: "Dan Barker" <[EMAIL PROTECTED]>
> To: <[email protected]>
> Sent: Monday, July 25, 2005 3:34 PM
> Subject: RE: [IMail Forum] Accept.txt
>
>
>> No, the "override" for "The sender is unable to authenticate" is an IP
>> address, not an email address. If it's a variable IP address, you have no
>> choice but to have it authenticate, be inside your firewall (And be very
>> certain no worms live inside too), and specify the whole subnet as
>> authorized senders.
>>
>> What's so different about your configuration that the issue is becoming
>> so
>> complex?
>>
>> Dan
>>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Behalf Of Kathy Lees
>> Sent: Monday, July 25, 2005 5:30 PM
>> To: [email protected]
>> Subject: Re: [IMail Forum] Accept.txt
>>
>>
>> Can I add the email address instead of the IP?
>> ----- Original Message -----
>> From: "Grant Griffith - IMail" <[EMAIL PROTECTED]>
>> To: <[email protected]>
>> Sent: Monday, July 25, 2005 3:28 PM
>> Subject: RE: [IMail Forum] Accept.txt
>>
>>
>>> Just need to add the IP of the website to the Control List, then you can
>>> send from that server.
>>>
>>> Thanks,
>>> Grant Griffith
>>> EI8HTLEGS, A Division of ETC
>>> (812)932-1000
>>>
>>> -----Original Message-----
>>> From: [EMAIL PROTECTED]
>>> [mailto:[EMAIL PROTECTED] On Behalf Of Kathy Lees
>>> Sent: Monday, July 25, 2005 4:18 PM
>>> To: [email protected]
>>> Subject: Re: [IMail Forum] Accept.txt
>>>
>>> I don't want outside users to send email, I want to SEND an email to an
>>> outside person from a form on our server. I can do it from my outlook,
>>> but
>>> when it sends from the form, I get a not a local host error.
>>> ----- Original Message -----
>>> From: "Dan Barker" <[EMAIL PROTECTED]>
>>> To: <[email protected]>
>>> Sent: Monday, July 25, 2005 3:13 PM
>>> Subject: RE: [IMail Forum] Accept.txt
>>>
>>>
>>>> That's just it. If your own users, "outside" can send email, so can
>>>> spammers. Your "outside" users must authenticate. No relay setting is
>>>> needed
>>>> for a sender who authenticates. Alas, they must check the box in
>>>> Outlook
>>>> that says "My outbound server requires authentication", but that's a
>>>> far
>>>> better lump to take than getting blacklisted for spam!
>>>>
>>>> Dan
>>>>
>>>> -----Original Message-----
>>>> From: [EMAIL PROTECTED]
>>>> [mailto:[EMAIL PROTECTED] Behalf Of Kathy Lees
>>>> Sent: Monday, July 25, 2005 5:01 PM
>>>> To: [email protected]
>>>> Subject: Re: [IMail Forum] Accept.txt
>>>>
>>>>
>>>> If I set it to relay for addresses, will this still allow users to send
>>>> email from their outlook/outlook express accounts without any problems?
>>>>
>>>> In our accept.txt file, we have all of the IP addresses that our server
>>>> hosts websites/emails on. How do I add an email to an OUTSIDE person
>>>> that
>>>> doesn't have a website with us and we want a form to email them the
>>>> results?
>>>> ----- Original Message -----
>>>> From: "Travis Rabe" <[EMAIL PROTECTED]>
>>>> To: <[email protected]>
>>>> Sent: Monday, July 25, 2005 2:34 PM
>>>> Subject: RE: [IMail Forum] Accept.txt
>>>>
>>>>
>>>>> Either...No Mail Relay or Relay For Addresses.
>>>>>
>>>>> T
>>>>>
>>>>>> -----Original Message-----
>>>>>> From: [EMAIL PROTECTED] [mailto:IMail_Forum-
>>>>>> [EMAIL PROTECTED] On Behalf Of Kathy Lees
>>>>>> Sent: Monday, July 25, 2005 1:28 PM
>>>>>> To: [email protected]
>>>>>> Subject: Re: [IMail Forum] Accept.txt
>>>>>>
>>>>>> What should it be set at then?
>>>>>> ----- Original Message -----
>>>>>> From: "Travis Rabe" <[EMAIL PROTECTED]>
>>>>>> To: <[email protected]>
>>>>>> Sent: Monday, July 25, 2005 2:26 PM
>>>>>> Subject: RE: [IMail Forum] Accept.txt
>>>>>>
>>>>>>
>>>>>> > UMM...FYI,
>>>>>> >
>>>>>> >
>>>>>> > If you have it set to Local users only, then you are an open relay.
>>>>>> >
>>>>>> >
>>>>>> > Travis
>>>>>> >
>>>>>> >> -----Original Message-----
>>>>>> >> From: [EMAIL PROTECTED] [mailto:IMail_Forum-
>>>>>> >> [EMAIL PROTECTED] On Behalf Of Kathy Lees
>>>>>> >> Sent: Monday, July 25, 2005 1:18 PM
>>>>>> >> To: [email protected]
>>>>>> >> Subject: [IMail Forum] Accept.txt
>>>>>> >>
>>>>>> >> We have an auto responder form on our server that gets emailed to
>>>>>> >> us
>>>>> and
>>>>>> > to
>>>>>> >> our client. The client doesn't always have an email account with
>>>>>> >> us
>>>>>> > through
>>>>>> >> our IMAIL.
>>>>>> >>
>>>>>> >> Our IMAIL is set to relay for local users only
>>>>>> >>
>>>>>> >> Is there a way I can use the accept.txt to allow emails to GO TO
>>>>> certain
>>>>>> >> domain names or email addresses?
>>>>>> >>
>>>>>> >>
>>>>>> >>
>>>>>> >> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>>>>>> >> List Archive:
>>>>>> >> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>>>>>> >> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>>>>> >
>>>>>> >
>>>>>> >
>>>>>> > To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>>>>>> > List Archive:
>>>>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>>>>>> > Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>>>>> >
>>>>>>
>>>>>>
>>>>>>
>>>>>> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>>>>>> List Archive:
>>>>>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>>>>>> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>>>>
>>>>>
>>>>>
>>>>> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>>>>> List Archive:
>>>>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>>>>> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>>>>
>>>>
>>>>
>>>>
>>>> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>>>> List Archive:
>>>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>>>> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>>>
>>>>
>>>> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>>>> List Archive:
>>>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>>>> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>>>
>>>
>>>
>>>
>>> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>>> List Archive:
>>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>>> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>>
>>>
>>> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>>> List Archive:
>>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>>> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>>
>>
>>
>>
>> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>> List Archive:
>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>
>>
>> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
>> List Archive:
>> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>>
>
>
>
> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
> List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>
>
> To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
> List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
> Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
>



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to