Rolf,
Thanks for the response. I've followed as best as you recommended, but still cannot send or receive to/from external or internal locally hosted accounts/users. When I try to send and receive messages, I get the following error message on Windows Live Mail:
[quote user="Dezzy"]
The host 'mailserver.mydomain.com' could not be found. Please verify that you have entered the server name correctly.
Subject 'test'
Server: 'mailserver.mydomain.com'
Windows Live Mail Error ID: 0x800CCC0D
Protocol: SMTP
Port: 587
Secure(SSL): No
Socket Error: 11004
Unable to send or receive messages for the (support) account. The host 'mailserver.mydomain.com' could not be found. Please verify that you have entered the server name correctly.
Server: 'mailserver.mydomain.com'
Windows Live Mail Error ID: 0x800CCC0D
Protocol: POP3
Port: 110
Secure(SSL): No
Socket Error: 11004
[/quote]
Below is what I've done/changed.
1. To download email messages using our account on my ISP (Verizon FIOS), they require us to use port 587 (a change from port 25). So I assume they are blocking port 25 and thus, everywhere I saw port 25 in my settings, I changed it to 587. This includes forwarding port 587 (and 25 and 110 by the way) to my private IP address (192.168.1.7) of my local computer server.
2. I verified the A record (see above) and changed the MX record (see below) as you indicated. See only the new settings below. PLEASE note however that I did not change any of the CNAME records as provided above. Should I have changed them as well, and if so to what?
************* SETTINGS AT GODADDY *****************
DNS Option at GoDaddy:
- MX Records
MX 0:
--host: @
--points to: mailserver.mydomain.com
MX 10:
--host: @
--points to: mailserver.mydomain.com
where A record "@" points to my public ISP provided IP address to my router
*****************************************************
3. Here is my mercury.ini file
*****************************************************
[quote user="Dezzy"]
# MERCURY.INI generated by Mercury Setup
#
#
# Sample Bindery Mode / Standalone Mode MERCURY.INI file.
# This sample file implements most of the possible switches for each
# module, but you can edit it to do less if you wish.
#
# Anything after a '#' to the end of the line is a comment and
# is stripped out before parsing. Trailing and leading whitespace
# is also stripped before parsing. Many sample commands have been
# left in this file commented out for reference purposes.
#
# Note that in general, manual modification of this file is NOT
# RECOMMENDED - use the Mercury "Configuration" menu to change the
# program's settings wherever possible.
#
[General]
myname: mailserver.mydomain.com # Canonical name for this server
timezone: +0000 # Time Zone to add to date fields
file_api: 1 # Use the file api instead of queues
mailqueue: C:\XAMPP\MERCURYMAIL\QUEUE # Where mail should be put for delivery
smtpqueue: C:\XAMPP\MERCURYMAIL\QUEUE # Where the SMTP client should look for mail
newmail_path: C:\XAMPP\MERCURYMAIL\MAIL\~N # Where to find the users' WinPMail mailboxes.
[Protocols]
C:\xampp\MercuryMail\MERCURYS.DLL
C:\xampp\MercuryMail\MERCURYP.DLL
C:\xampp\MercuryMail\MERCURYE.DLL
# C:\xampp\MercuryMail\MERCURYC.DLL
C:\xampp\MercuryMail\MERCURYD.DLL
C:\xampp\MercuryMail\MERCURYH.DLL
C:\xampp\MercuryMail\MERCURYF.DLL
C:\xampp\MercuryMail\MERCURYW.DLL
C:\xampp\MercuryMail\MERCURYX.DLL
C:\xampp\MercuryMail\MERCURYI.DLL
C:\xampp\MercuryMail\MERCURYB.DLL
[Mercury]
failfile: C:\xampp\MercuryMail\MERCURY\failure.mer # Delivery failure notification template
confirmfile: C:\xampp\MercuryMail\MERCURY\confirm.mer # Delivery confirmation template
aliasfile: C:\xampp\MercuryMail\MERCURY\alias.mer # System-wide alias file
synfile: C:\xampp\MercuryMail\MERCURY\synonym.mer # User synonym database
listfile: C:\xampp\MercuryMail\MERCURY\lists.mer # List of lists
logfile: C:\xampp\MercuryMail\LOGS\CORE\~y-~m-~d.log # Traffic logging file
logwidth: 30 # Width of address fields in logfile
retpath: 1 # Do/Don't use 'return-path' for errors
maxhops: 30 # Used to detect mailing loops
gullible: 0 # If NZ, don't validate 'From' fields
poll: 10 # Seconds between queue polling cycles
scratch: C:\xampp\MercuryMail\SCRATCH # Where we can write temp files
returnlines: 15 # How many lines of failed messages to return
postmaster: Admin # NetWare UIC of postmaster
broadcast: 1 # Yes, we want broadcast notifications, but
receipts: 0 # ... no broadcasts for receipt confirmations
PM_notify: 1 # Do/Don't send errors to the postmaster
change_owner: 1 # Change message ownership to recipient
auto_tzone: 1 # If NZ, obtain timezone information from OS
LogLevel: 15 # System message reporting level
LogMax: 100 # Maximum number of system messages to store
RetryPeriod: 30 # Period between job retries (minutes)
MaxRetries: 16 # Maximum number of times a job can fail
TwoPasses: 1 # If NZ, process submission queue in 2 passes
Autoaddress: 0 # If NZ, auto-generate user addresses based on name
Daily_exit: 0 # If NZ, auto-restart each day after maintenance
No_Areply: 0 # If NZ, disable automatic replies system-wide
Alt_Forward: 0 # If NZ, allow alternate forwarding specification
Maint_hour: 2 # Hour for daily maintenance (24-hour clock)
Maint_min: 0 # Minute for daily maintenance
Retry_Mode: 0 # If NZ, use progressive backoff for queue retries
Local_DSNs: 1 # If NZ generate Delivery Status for local users only
DSN_time1: 10800 # Seconds deferred before first DSN is sent
DSN_time2: 86400 # Seconds deferred before second DSN is sent
DSN_time3: 259200 # Seconds deferred before third DSN is sent
Host_in_title: 0 # If NZ, show hostname in system tray and taskbar
Lingering: 0 # Enable or disable 'lingering mailboxes'
Linger_Timeout: 60 # Seconds before a lingering mailbox is shut down
Alert_Host: notify.pmail.com # Host to check for licensee advisories
Alert_Interval: 720 # Frequency in minutes (min 240) for checks
Alert_Flags: 3 # Flags controlling advisory checks
[MercuryC]
Host: # mail mail host which relays for us
Failfile : C:\xampp\MercuryMail\MERCURY\failure.mer
Poll : 30
Scratch : C:\xampp\MercuryMail\SCRATCH
ReturnLines : 15
Timeout : 30
ESMTP : 1
POP3_Auth : 0
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYC\~y-~m-~d.log
Log_Verbose : 0
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYC
Session_logmode : 0
[MercuryE]
HELO : mailserver.mydomain.com
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYE
Session_logmode : 0
Poll : 15
Timeout : 60
Nameservers : mailserver.mydomain.com
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYE\~y-~m-~d.log
Log_Verbose : 0
DNS_Timeout : 20
DNS_Retries : 4
Transcripts : 1
MaxThreads : 10
[MercuryD]
Scratch : C:\xampp\MercuryMail\SCRATCH\MERCURYD
Timeout : 30
Poll : 120
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYD
Session_logmode : 0
[MercuryS]
Debug : 1
HELO : mailserver.mydomain.com
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYS\~y-~m-~d.log
Timeout : 30
Relay : 0
Strict_Relay : 0
Server_Port : 587
Alt_Server_Port : 25
Interface : mailserver.mydomain.com
Allow_Illegals : 0
SMTP_Authentication : 0
Session_logging : C:\xampp\MercuryMail\ESSIONS\MERCURYS
Session_logmode : 0
Compliance_Settings : 0
Maximum_Failed_Rcpts : 4
Max_Relay_Attempts : 4
SSL_Mode : 0
ST_Blacklisting : 288
No_VRFY : 0
SMTP_ConnFlags : 0
[MercuryP]
Scratch : C:\xampp\MercuryMail\SCRATCH\MercuryP
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYP\~y-~m-~d.log
Stack : 32768
Interface : mailserver.mydomain.com
Mark_Read : 1
SSL_Mode : 0
Login_Disabled : 0
UIDL_nul_list : 1
New_UIDs : 1
No_NUL_passwords : 1
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYP
Session_logmode : 0
Timeout : 60
[MercuryX]
Cmd_Wait: 1
IE4_Dialling: 0
Use_ETRN: 0
Clients_only: 0
Drain_queues: 1
Sunday: 0000,0000,0,0,0,0
Monday: 0000,0000,0,0,0,0
Tuesday: 0000,0000,0,0,0,0
Wednesday: 0000,0000,0,0,0,0
Thursday: 0000,0000,0,0,0,0
Friday: 0000,0000,0,0,0,0
Saturday: 0000,0000,0,0,0,0
[Domains]
localhost: localhost
localhost: [127.0.0.1]
mydomain.com: mailserver.mydomain.com
[Maiser]
Maiser: Maiser # 'Username' of mail server account
Helpfile: C:\xampp\MercuryMail\MERCURY\maiser.hlp # Help sent on failed maiser requests
Lookupfile: C:\xampp\MercuryMail\MERCURY\maiser.lkp # Format file for the 'lookup' command
Send_dir: C:\xampp\MercuryMail\MERCURY\SENDABLE # Directory for the 'send' command
Logfile: C:\xampp\MercuryMail\LOGS\MAISER\~y-~m-~d.log # Mail server log file
Notify: C:\xampp\MercuryMail\MERCURY\TMP # Dir. for pending 'notify' commands
NoList: N # If 'Y', disable the 'list' command
Local_only: Y # If 'Y', local 'notify' commands only
[MercuryH]
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYH\~y-~m-~d.log
Timeout : 30
[MercuryI]
Scratch : C:\xampp\MercuryMail\SCRATCH\MERCURYI
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYI\~y-~m-~d.log
Timeout : 120
Server_Port : 143
Charset : ISO-8859-1
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYI
Session_logmode : 0
Idle_Timeout : 1800
SSL_Mode : 0
Login_Disabled : 0
No_NUL_passwords : 1
[MercuryB]
Scratch : C:\xampp\MercuryMail\SCRATCH\MERCURYB
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYB\~y-~m-~d.log
Timeout : 120
Server_Port : 2224
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYB
Session_logmode : 0
Idle_Timeout : 1800
SSL_Mode : 0
Alt_Server_Port : 443
[Groups]
[Rewrite]
[Statistics]
StatFlags: 0 # Statistical reporting settings
STF_Hours: 24 # How often to write stat log files
STM_Hours: 24 # How often to e-mail stat log files
[/quote]
*****************************************************
<p>Rolf,</p><p>Thanks for the response.&nbsp; I've followed as best as you recommended, but still cannot send or receive to/from external or internal locally hosted accounts/users.&nbsp; When I try to send and receive messages, I get the following error message on Windows Live Mail:</p><p>[quote user="Dezzy"]</p><p>The host 'mailserver.mydomain.com' could not be found. Please verify that you have entered the server name correctly.
Subject 'test'
Server: 'mailserver.mydomain.com'
Windows Live Mail Error ID: 0x800CCC0D
Protocol: SMTP
Port: 587
Secure(SSL): No
Socket Error: 11004
Unable to send or receive messages for the (support) account. The host 'mailserver.mydomain.com' could not be found. Please verify that you have entered the server name correctly.
Server: 'mailserver.mydomain.com'
Windows Live Mail Error ID: 0x800CCC0D
Protocol: POP3
Port: 110
Secure(SSL): No
Socket Error: 11004
</p><p>[/quote]
</p><p>Below is what I've done/changed.
</p><p>1. To download email messages using our account on my ISP (Verizon FIOS), they require us to use port 587 (a change from port 25).&nbsp; So I assume they are blocking port 25 and thus, everywhere I saw port 25 in my settings, I changed it to 587.&nbsp; This includes forwarding port 587 (and 25 and 110 by the way) to my private IP address (192.168.1.7) of my local computer server.</p>
<p>2. I verified the A record (see above) and changed the MX record (see below) as you indicated.&nbsp; See only the new settings below.&nbsp; PLEASE note however that I did not change any of the CNAME records as provided above.&nbsp; Should I have changed them as well, and if so to what?
</p>
<p>************* SETTINGS AT GODADDY *****************
DNS Option at GoDaddy:
- MX Records
MX 0:
--host: @
--points to: mailserver.mydomain.com
MX 10:
--host: @
--points to: mailserver.mydomain.com
</p><p>where A record "@" points to my public ISP provided IP address to my router
</p><p>***************************************************** </p><p>3.&nbsp; Here is my mercury.ini file</p><p>*****************************************************</p><p>[quote user="Dezzy"]</p><p>#&nbsp; MERCURY.INI generated by Mercury Setup
#
#
#&nbsp; Sample Bindery Mode / Standalone Mode MERCURY.INI file.
#&nbsp; This sample file implements most of the possible switches for each
#&nbsp; module, but you can edit it to do less if you wish.
#
#&nbsp; Anything after a '#' to the end of the line is a comment and
#&nbsp; is stripped out before parsing. Trailing and leading whitespace
#&nbsp; is also stripped before parsing. Many sample commands have been
#&nbsp; left in this file commented out for reference purposes.
#
#&nbsp; Note that in general, manual modification of this file is NOT
#&nbsp; RECOMMENDED - use the Mercury "Configuration" menu to change the
#&nbsp; program's settings wherever possible.
#
[General]
myname:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mailserver.mydomain.com&nbsp;&nbsp;&nbsp; # Canonical name for this server
timezone:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; +0000&nbsp;&nbsp;&nbsp; # Time Zone to add to date fields
file_api:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; # Use the file api instead of queues
mailqueue:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\XAMPP\MERCURYMAIL\QUEUE&nbsp;&nbsp;&nbsp; # Where mail should be put for delivery
smtpqueue:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\XAMPP\MERCURYMAIL\QUEUE&nbsp;&nbsp;&nbsp; # Where the SMTP client should look for mail
newmail_path:&nbsp;&nbsp;&nbsp; C:\XAMPP\MERCURYMAIL\MAIL\~N&nbsp;&nbsp;&nbsp; # Where to find the users' WinPMail mailboxes.
[Protocols]
C:\xampp\MercuryMail\MERCURYS.DLL
C:\xampp\MercuryMail\MERCURYP.DLL
C:\xampp\MercuryMail\MERCURYE.DLL
# C:\xampp\MercuryMail\MERCURYC.DLL
C:\xampp\MercuryMail\MERCURYD.DLL
C:\xampp\MercuryMail\MERCURYH.DLL
C:\xampp\MercuryMail\MERCURYF.DLL
C:\xampp\MercuryMail\MERCURYW.DLL
C:\xampp\MercuryMail\MERCURYX.DLL
C:\xampp\MercuryMail\MERCURYI.DLL
C:\xampp\MercuryMail\MERCURYB.DLL
[Mercury]
failfile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\failure.mer&nbsp;&nbsp;&nbsp; # Delivery failure notification template
confirmfile:&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\confirm.mer&nbsp;&nbsp;&nbsp; # Delivery confirmation template
aliasfile:&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\alias.mer&nbsp;&nbsp;&nbsp; # System-wide alias file
synfile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\synonym.mer&nbsp;&nbsp;&nbsp; # User synonym database
listfile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\lists.mer&nbsp;&nbsp;&nbsp; # List of lists
logfile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\LOGS\CORE\~y-~m-~d.log&nbsp;&nbsp;&nbsp; # Traffic logging file
logwidth:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30&nbsp;&nbsp;&nbsp; # Width of address fields in logfile
retpath:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; # Do/Don't use 'return-path' for errors
maxhops:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30&nbsp;&nbsp;&nbsp; # Used to detect mailing loops
gullible:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # If NZ, don't validate 'From' fields
poll:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp; # Seconds between queue polling cycles
scratch:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\SCRATCH&nbsp;&nbsp;&nbsp; # Where we can write temp files
returnlines:&nbsp;&nbsp; 15&nbsp;&nbsp;&nbsp; # How many lines of failed messages to return
postmaster:&nbsp;&nbsp;&nbsp; Admin&nbsp;&nbsp;&nbsp; # NetWare UIC of postmaster
broadcast:&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; # Yes, we want broadcast notifications, but
receipts:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # ... no broadcasts for receipt confirmations
PM_notify:&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; # Do/Don't send errors to the postmaster
change_owner:&nbsp; 1&nbsp;&nbsp;&nbsp; # Change message ownership to recipient
auto_tzone:&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; # If NZ, obtain timezone information from OS
LogLevel:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15&nbsp;&nbsp;&nbsp; # System message reporting level
LogMax:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100&nbsp;&nbsp;&nbsp; # Maximum number of system messages to store
RetryPeriod:&nbsp;&nbsp; 30&nbsp;&nbsp;&nbsp; # Period between job retries (minutes)
MaxRetries:&nbsp;&nbsp;&nbsp; 16&nbsp;&nbsp;&nbsp; # Maximum number of times a job can fail
TwoPasses:&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; # If NZ, process submission queue in 2 passes
Autoaddress:&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # If NZ, auto-generate user addresses based on name
Daily_exit:&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # If NZ, auto-restart each day after maintenance
No_Areply:&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # If NZ, disable automatic replies system-wide
Alt_Forward:&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # If NZ, allow alternate forwarding specification
Maint_hour:&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp; # Hour for daily maintenance (24-hour clock)
Maint_min:&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # Minute for daily maintenance
Retry_Mode:&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # If NZ, use progressive backoff for queue retries
Local_DSNs:&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp; # If NZ generate Delivery Status for local users only
DSN_time1:&nbsp;&nbsp;&nbsp;&nbsp; 10800&nbsp;&nbsp;&nbsp; # Seconds deferred before first DSN is sent
DSN_time2:&nbsp;&nbsp;&nbsp;&nbsp; 86400&nbsp;&nbsp;&nbsp; # Seconds deferred before second DSN is sent
DSN_time3:&nbsp;&nbsp;&nbsp;&nbsp; 259200&nbsp;&nbsp;&nbsp; # Seconds deferred before third DSN is sent
Host_in_title: 0&nbsp;&nbsp;&nbsp; # If NZ, show hostname in system tray and taskbar
Lingering:&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; # Enable or disable 'lingering mailboxes'
Linger_Timeout: 60&nbsp;&nbsp; # Seconds before a lingering mailbox is shut down
Alert_Host:&nbsp;&nbsp;&nbsp; notify.pmail.com&nbsp;&nbsp;&nbsp; # Host to check for licensee advisories
Alert_Interval: 720&nbsp;&nbsp; # Frequency in minutes (min 240) for checks
Alert_Flags:&nbsp;&nbsp; 3&nbsp;&nbsp;&nbsp; # Flags controlling advisory checks
[MercuryC]
Host:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # mail mail host which relays for us
Failfile : C:\xampp\MercuryMail\MERCURY\failure.mer
Poll : 30
Scratch : C:\xampp\MercuryMail\SCRATCH
ReturnLines : 15
Timeout : 30
ESMTP : 1
POP3_Auth : 0
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYC\~y-~m-~d.log
Log_Verbose : 0
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYC
Session_logmode : 0
[MercuryE]
HELO : mailserver.mydomain.com
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYE
Session_logmode : 0
Poll : 15
Timeout : 60
Nameservers : mailserver.mydomain.com
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYE\~y-~m-~d.log
Log_Verbose : 0
DNS_Timeout : 20
DNS_Retries : 4
Transcripts : 1
MaxThreads : 10
[MercuryD]
Scratch : C:\xampp\MercuryMail\SCRATCH\MERCURYD
Timeout : 30
Poll : 120
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYD
Session_logmode : 0
[MercuryS]
Debug : 1
HELO : mailserver.mydomain.com
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYS\~y-~m-~d.log
Timeout : 30
Relay : 0
Strict_Relay : 0
Server_Port : 587
Alt_Server_Port : 25
Interface : mailserver.mydomain.com
Allow_Illegals : 0
SMTP_Authentication : 0
Session_logging : C:\xampp\MercuryMail\ESSIONS\MERCURYS
Session_logmode : 0
Compliance_Settings : 0
Maximum_Failed_Rcpts : 4
Max_Relay_Attempts : 4
SSL_Mode : 0
ST_Blacklisting : 288
No_VRFY : 0
SMTP_ConnFlags : 0
[MercuryP]
Scratch : C:\xampp\MercuryMail\SCRATCH\MercuryP
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYP\~y-~m-~d.log
Stack : 32768
Interface : mailserver.mydomain.com
Mark_Read : 1
SSL_Mode : 0
Login_Disabled : 0
UIDL_nul_list : 1
New_UIDs : 1
No_NUL_passwords : 1
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYP
Session_logmode : 0
Timeout : 60
[MercuryX]
Cmd_Wait: 1
IE4_Dialling: 0
Use_ETRN: 0
Clients_only: 0
Drain_queues: 1
Sunday: 0000,0000,0,0,0,0
Monday: 0000,0000,0,0,0,0
Tuesday: 0000,0000,0,0,0,0
Wednesday: 0000,0000,0,0,0,0
Thursday: 0000,0000,0,0,0,0
Friday: 0000,0000,0,0,0,0
Saturday: 0000,0000,0,0,0,0
[Domains]
localhost: localhost
localhost: [127.0.0.1]
mydomain.com: mailserver.mydomain.com
[Maiser]
Maiser:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Maiser&nbsp;&nbsp; # 'Username' of mail server account
Helpfile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\maiser.hlp&nbsp;&nbsp; # Help sent on failed maiser requests
Lookupfile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\maiser.lkp&nbsp;&nbsp; # Format file for the 'lookup' command
Send_dir:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\SENDABLE&nbsp;&nbsp; # Directory for the 'send' command
Logfile:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\LOGS\MAISER\~y-~m-~d.log&nbsp;&nbsp; # Mail server log file
Notify:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; C:\xampp\MercuryMail\MERCURY\TMP&nbsp;&nbsp; # Dir. for pending 'notify' commands
NoList:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; N&nbsp;&nbsp; # If 'Y', disable the 'list' command
Local_only:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Y&nbsp;&nbsp; # If 'Y', local 'notify' commands only
[MercuryH]
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYH\~y-~m-~d.log
Timeout : 30
[MercuryI]
Scratch : C:\xampp\MercuryMail\SCRATCH\MERCURYI
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYI\~y-~m-~d.log
Timeout : 120
Server_Port : 143
Charset : ISO-8859-1
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYI
Session_logmode : 0
Idle_Timeout : 1800
SSL_Mode : 0
Login_Disabled : 0
No_NUL_passwords : 1
[MercuryB]
Scratch : C:\xampp\MercuryMail\SCRATCH\MERCURYB
Logfile : C:\xampp\MercuryMail\LOGS\MERCURYB\~y-~m-~d.log
Timeout : 120
Server_Port : 2224
Session_logging : C:\xampp\MercuryMail\SESSIONS\MERCURYB
Session_logmode : 0
Idle_Timeout : 1800
SSL_Mode : 0
Alt_Server_Port : 443
[Groups]
[Rewrite]
[Statistics]
StatFlags:&nbsp;&nbsp;&nbsp; 0&nbsp; # Statistical reporting settings
STF_Hours:&nbsp;&nbsp;&nbsp; 24&nbsp; # How often to write stat log files
STM_Hours:&nbsp;&nbsp;&nbsp; 24&nbsp; # How often to e-mail stat log files
[/quote]</p><p>*****************************************************
</p>