This is a strange problem that's gone on for quite some time and I 
just can't seem to resolve it. I have a bunch of domains, and my 
primary domain is onebigsite.com. So I set up the iMS developer 
edition as the mail server on that domain. In the MX records for any 
of my domains I want to use for mail, I set up the mail server as: 
mail.onebigsite.com.

Here's the problem:
With certain mail servers, even though I address mail to the proper 
domain, the sending server tries to deliver the mail to 
<user>@onebigsite.com and NOT the domain.

Here's an example:
I tried to sign up for a demo item and have it send the download 
instructions to [EMAIL PROTECTED] (sales is the ONLY mail user in 
the racktivity.com domain). The sending server tried to deliver the 
mail to: [EMAIL PROTECTED] There is no "sales" e-mail box in the 
racktivity.com domain. Here are the log file entries:

06/12/2003 11:36:00 AM [001] widow.cogweb.com [65.170.13.211] 
Connected (1 total)
06/12/2003 11:36:00 AM [001] WARNING: Unknown user: 
[EMAIL PROTECTED]
06/12/2003 11:36:00 AM [001] widow.cogweb.com [65.170.13.211] 
Disconnected (1 total)

I then resent it to my "steve" e-mail box at onebigsite.com.

06/12/2003 11:39:40 AM [001] widow.cogweb.com [65.170.13.211] 
Connected (1 total)
06/12/2003 11:39:41 AM [001] MAIL widow.cogweb.com [65.170.13.211] 
<[EMAIL PROTECTED]> [EMAIL PROTECTED] 4795
06/12/2003 11:39:41 AM [001] widow.cogweb.com [65.170.13.211] 
Disconnected (1 total)

and it delivered correctly, as you can see. I then sent the same mail 
to: [EMAIL PROTECTED] and as you can see by the log, it delivered 
to [EMAIL PROTECTED] The [EMAIL PROTECTED] email box DOESN'T 
EVEN EXIST!

If I try the same thing from Yahoo mail, it can't deliver to 
[EMAIL PROTECTED] (see log entries):

06/12/2003 11:51:42 AM [001] web40306.mail.yahoo.com [66.218.78.85] 
Connected (1 total)
06/12/2003 11:51:43 AM [001] WARNING: Unknown user: 
[EMAIL PROTECTED]
06/12/2003 11:51:43 AM [001] web40306.mail.yahoo.com [66.218.78.85] 
Disconnected (1 total)

and IT DOES deliver to [EMAIL PROTECTED] (see log entries):

06/12/2003 11:51:49 AM [001] web40307.mail.yahoo.com [66.218.78.86] 
Connected (1 total)
06/12/2003 11:51:49 AM [001] MAIL web40307.mail.yahoo.com 
[66.218.78.86] <[EMAIL PROTECTED]> [EMAIL PROTECTED] 773
06/12/2003 11:51:49 AM [001] web40307.mail.yahoo.com [66.218.78.86] 
Disconnected (1 total)

Where does the problem lie? Here's my config:

inFusion SMTP Server version 2.4.6
inFusion POST Server version 2.4.6
inFusion POP Server version 2.4.6
inFusion Scheduler version 2.4.6
inFusion Relay Server version 2.4.6

Support DLLs

CFX_iMSMail (cfx_iMSMail.DLL) version 3.3
CFX_ODSMIME (cfx_odsmime.dll) version 2.8.4
cfx_servicecontrol.dll (cannot determine version)
iMS COM Automation Object (iMSMail.dll) version 1.1
Support DLL (ODSSupport.dll) version 1.3

Software key is valid.

Developer Edition
Licensed up to version 2.5
POST Server 1 threads.  Expires Sep 21, 2003
SMTP Server 1 threads.  Expires Sep 21, 2003
POP Server 1 threads.  Expires Sep 21, 2003
No Antivirus option
No upgrade subscription
No support options


   [Software\On-Line Data\inFusionMailServer\Common\]
AdminEmail=postmaster
ISAPIExtension=.cfm
CFTimeout=0
LogTimeStamp=mm/dd/yyyy hh:nn:ss ampm
AppSrvretries=0
AppSrvInterval=500
LogDirectory=C:\iMS\Logs\
TemplateDirectory=C:\WebSite\htdocs\SERVER\
StatsDirectory=C:\iMS\Stats\
EnableStats=1

   [Software\On-Line Data\inFusionMailServer\POP\]
ServerPort=110
Timeout=300
MaxThreads=40
SkipUser=0
ReverseLookup=1
ProtocolLog=0
MaxAppServerConnects=0
APOPAuthentication=0

   [Software\On-Line Data\inFusionMailServer\POST\]
MaxThreads=40
MaxDeliveryTime=24
DeliveryRetryTime=10
ProtocolLog=0
MXCacheEntries=0
MXTimeout=30
OutDir=C:\iMS\Out\
MaxQueuedInRAM=0
POSTWarnTemplate=0
POSTFailTemplate=0
MxFromAddress=0
MxFromAddressFailAction=0
MaxAppServerConnects=0
DeliveryWarningTime=4
ReportPostStatus=0
SmartDelivery=0
SmartDeliveryTemplate=DATA
MaxBandwidth=0
MinThreadBandwidth=100
ApportionFactor=2
AddressFixup=1
AutoCleanup=0
AutoCleanupTimer=26
OutgoingServersSequence=0
HostName=mail.onebigsite.com
TokenStart=<:
TokenEnd=:>
MultiFolder=1

   [Software\On-Line Data\inFusionMailServer\Relay\]
ServerPort=25
Timeout=600
DataTimeout=60
MaxThreads=40
MaxRcpts=0
MaxMsgSize=0
MaxHops=20
DeliverUnterminated=0
ProtocolLog=0
ReverseLookup=1
Enabled=1

   [Software\On-Line Data\inFusionMailServer\SMTP\DomainMapping\]

   [Software\On-Line Data\inFusionMailServer\SMTP\]
ServerPort=25
Timeout=600
MaxThreads=40
MaxHops=30
protocolLog=0
SkipHelo=1
SkipMail=1
SkipRcpt=0
MaxRcpts=0
MaxMsgSize=0
ReverseLookup=1
CacheEntries=0
CacheTTL=20
StoreOrphans=1
RBLCacheEntries=0
UseRBL=0
RBLAutoBoot=0
ServerNameInPreamble=0
MaxAppServerConnects=0
IncomingDirectory=C:\iMS\Mail\
OrphansDirectory=C:\iMS\Orphans\
DataTimeout=60
SkipDataOnRelay=0
AutoCreateInFolder=0
SMTPAuthentication_CRAMMD5=0
SMTPAuthentication_LOGIN=0
DeliverUnterminated=0

   [Software\On-Line Data\inFusionMailServer\]
BaseDirectory=c:\iMS
ServerName=mail.onebigsite.com

   [Software\On-Line Data\inFusionEngine\DLLMapping\]
.cfm=C:\CFusion\bin\iscf.dll

   [Software\On-Line Data\inFusionEngine\]

   [Software\On-Line Data\inFusionScheduler\]
TimerInterval=60
ISAPIExtension=.cfm
ServiceToRestart=Cold Fusion Application Server
EnableRestartService=0
TemplateDir=C:\iMS\
LogDirectory=C:\iMS\Logs\
CFTimeOut=0
ExtendedLogging=0
==^=======================================================
     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/Support/
Need an iMS Developer license?  Sign up for a free license here:
http://www.coolfusion.com/Support/
List archives: http://www.mail-archive.com/infusion-email%40eoscape.com/
Note: You are subscribed as [EMAIL PROTECTED]
==^=======================================================


Reply via email to