Community Discussions and Support
New User Having Trouble Setting Up Mercury

> Dear Mr. Stephenson,
>
>  Thank you very much for this advice; I really appreciate you taking
> the time to answer my questions. 
>
> I have made the changes that you suggested (though I'm not sure I'm
> opening ports on the router correctly -- I logged into the router and
> "port forwarding" was an option.  I added two "services," one on port
> 25 and one on port 110; each one had to have an IP address, and so I
> just typed in 192.168.1.25 and 192.168.1.26).

This needs to be forwarded to the IP address of the system running Mercury.

>
> I am no longer receiving error messages when I send email -- it tells
> me that the mail was sent successfully.  However, none of the emails
> that I'm sending to or from the address are actually showing up.  Do
> you have any idea what I could be doing wrong now?
>
> Thanks again for all your help.
>
> Chris
>
>  P.S.
>
> My IP address is 74.79.184.211.

Is this a fixed IP address?  
>
>  and my mercury.ini file is below
>
> [General]
> myname:          74.79.184.211    # Canonical name for this server

This becomes the domain name of the postmaster and maiser and so this should be specified as a valid domain name..

myname:          [74.79.184.21I]

> [Protocols]
> MERCURYS.DLL
> MERCURYP.DLL
> # MERCURYE.DLL
> # MERCURYC.DLL

if you want to send mail you need either MercuryC or MercuryE.  If that is not a fixed IP address and you do not have a domain name you need to send via MercuryC using you ISP's SMTP host.

> MERCURYD.DLL
> # MERCURYH.DLL
> # MERCURYF.DLL
> # MERCURYW.DLL
> # MERCURYX.DLL
> MERCURYI.DLL
> # MERCURYB.DLL
>
> [MercuryC]
> logfile : E:\MERCURY\Logs\MercuryC\~y-~m-~d.log   # Traffic logging file
> Session_logging : E:\MERCURY\Sessions\MercuryC\    # Directory for session log files
> Session_logmode : 0
> host:             # mail mail host which relays for us

Here is here you enter the host name of the ISP's SMTP server.

> scratch:     E:\MERCURY\scratch           # Where we can write temp files
> poll:        30                   # Seconds between queue polling cycles
> returnlines: 15                   # How many lines of failed messages to return
> failfile:    E:\MERCURY\Mercury\FAILURE.MER  # Delivery failure template
> esmtp:       1                    # Yes, we want to use ESMTP extensions
>
>
> [Domains]
> 74: 74.79.184.211

The domains section should read

[Domains]
;server : domain
Server   :  Server
Server   : [74.79.184.211]

> Dear Mr. Stephenson, > >  Thank you very much for this advice; I really appreciate you taking > the time to answer my questions.  > > I have made the changes that you suggested (though I'm not sure I'm > opening ports on the router correctly -- I logged into the router and > "port forwarding" was an option.  I added two "services," one on port > 25 and one on port 110; each one had to have an IP address, and so I > just typed in 192.168.1.25 and 192.168.1.26). This needs to be forwarded to the IP address of the system running Mercury. > > I am no longer receiving error messages when I send email -- it tells > me that the mail was sent successfully.  However, none of the emails > that I'm sending to or from the address are actually showing up.  Do > you have any idea what I could be doing wrong now? > > Thanks again for all your help. > > Chris > >  P.S. > > My IP address is 74.79.184.211. Is this a fixed IP address?   > >  and my mercury.ini file is below > > [General] > myname:          74.79.184.211    # Canonical name for this server This becomes the domain name of the postmaster and maiser and so this should be specified as a valid domain name.. myname:          [74.79.184.21I] > [Protocols] > MERCURYS.DLL > MERCURYP.DLL > # MERCURYE.DLL > # MERCURYC.DLL if you want to send mail you need either MercuryC or MercuryE.  If that is not a fixed IP address and you do not have a domain name you need to send via MercuryC using you ISP's SMTP host. > MERCURYD.DLL > # MERCURYH.DLL > # MERCURYF.DLL > # MERCURYW.DLL > # MERCURYX.DLL > MERCURYI.DLL > # MERCURYB.DLL > > [MercuryC] > logfile : E:\MERCURY\Logs\MercuryC\~y-~m-~d.log   # Traffic logging file > Session_logging : E:\MERCURY\Sessions\MercuryC\    # Directory for session log files > Session_logmode : 0 > host:             # mail mail host which relays for us Here is here you enter the host name of the ISP's SMTP server. > scratch:     E:\MERCURY\scratch           # Where we can write temp files > poll:        30                   # Seconds between queue polling cycles > returnlines: 15                   # How many lines of failed messages to return > failfile:    E:\MERCURY\Mercury\FAILURE.MER  # Delivery failure template > esmtp:       1                    # Yes, we want to use ESMTP extensions > > > [Domains] > 74: 74.79.184.211 The domains section should read [Domains] ;server : domain Server   :  Server Server   : [74.79.184.211]

Dear Mercury Forum,

I'm very new to the Mercury system.  I am having some problems setting up Mercury Mail, and I would very much appreciate any suggestions that you have.  I'm using Windows XP and I have a Netgear wireless router.  I've turned off my firewall & virus protection.

I have just installed Mercury/32 so that I set up a POP to get all my old Unix and Outlook messages into Gmail (I am following instructions from a website that says to use Mercury for this).

I've set up Mozilla Thunderbird with the email account username@localhost.  Using Thunderbird, I've been able to send myself test emails locally from username@localhost to username@xx.xx.xxx.xxx (where the Xes are my IP address), and I can receive emails in Thunderbird that were sent locally from the postmaster in Mercury.  But when I attempt to send a message from Thunderbird to an outside address (username@gmail.com), I get the following error message:

"An error occurred while sending mail.  The mail server responded: We do not relay non-local mail, sorry. . Please check the message recipients and try again."

When I try to send mail from the postmaster from inside Mercury to a Gmail account, the SMTP window reads: "550-5.7.1 [ip listed] The IP you're using to send mail is not authorize" and when I send to a university address of mine, it gives me a similar error of "553-5.1.8 <postmaster@[ip listed]>. . . Domain of sender address postmaster."  And when I attempt to send mail from Gmail to username@xx.xx.xxx.xxx (where the Xes are my IP address), Gmail acts as if the message is sent (there is no failure notification), but I do not receive the email in Thunderbird.

Do you have any thoughts on what I might be doing wrong?

Thank you very much for your time,
Chris

&lt;P&gt;Dear Mercury Forum,&lt;/P&gt; &lt;P&gt;I&#039;m very new to the Mercury system.&amp;nbsp; I am having some problems setting up Mercury Mail, and I would very much appreciate any suggestions that you have.&amp;nbsp; I&#039;m using Windows XP and I have a Netgear wireless router.&amp;nbsp; I&#039;ve turned off my firewall &amp;amp; virus protection.&lt;/P&gt; &lt;P&gt;I have just installed Mercury/32 so that I set up a POP to get all my old Unix and Outlook messages into Gmail (I am following instructions from a website that says to use Mercury for this).&lt;/P&gt; &lt;P&gt;I&#039;ve set up Mozilla Thunderbird with the email account &lt;A href=&quot;mailto:username@localhost&quot;&gt;username@localhost&lt;/A&gt;.&amp;nbsp; Using Thunderbird, I&#039;ve been able to&amp;nbsp;send myself test emails locally from &lt;A href=&quot;mailto:username@localhost&quot;&gt;username@localhost&lt;/A&gt; to &lt;A href=&quot;mailto:username@xx.xx.xxx.xxx&quot;&gt;username@xx.xx.xxx.xxx&lt;/A&gt; (where the Xes are my IP address), and I can receive emails in Thunderbird that were sent locally from the postmaster in Mercury.&amp;nbsp; But when I attempt to send a message from Thunderbird to an outside address (&lt;A href=&quot;mailto:username@gmail.com&quot;&gt;username@gmail.com&lt;/A&gt;), I get the following error message:&lt;/P&gt; &lt;P&gt;&quot;An error occurred while sending mail.&amp;nbsp; The mail server responded: We do not relay non-local mail, sorry. . Please check the message recipients and try again.&quot;&lt;/P&gt; &lt;P&gt;When I try to send mail from the postmaster from inside Mercury to a Gmail account, the SMTP window reads: &quot;550-5.7.1 [ip listed] The IP you&#039;re using to send mail is not authorize&quot; and when I send to a university address of mine, it gives me a similar error of &quot;553-5.1.8 &amp;lt;postmaster@[ip listed]&amp;gt;. . . Domain of sender address postmaster.&quot;&amp;nbsp; And when I attempt to send mail from Gmail to &lt;A href=&quot;mailto:username@xx.xx.xxx.xxx&quot;&gt;username@xx.xx.xxx.xxx&lt;/A&gt; (where the Xes are my IP address), Gmail acts as if the message is sent (there is no failure notification), but I do not receive the email in Thunderbird.&lt;/P&gt; &lt;P&gt;Do you have any thoughts on what I might be doing wrong?&lt;/P&gt; &lt;P&gt;Thank you very much for your time, Chris&lt;/P&gt;

But when I attempt to send a message from Thunderbird to an outside address (username@gmail.com), I get the following error message:

"An error occurred while sending mail.  The mail server responded:

We do not relay non-local mail, sorry. . Please check the message

recipients and try again."

Go to Configuration | MercuryS | Connection control and check to turn off relaying, turn on strict and use ESMTP authorization.  Create a username and password file and add the username and password used by t-bird.  You now need to ensure you turn on the SMTP authorization in t-bird as well.

When I try to send mail from the postmaster from inside Mercury to a

Gmail account, the SMTP window reads: "550-5.7.1 [ip listed] The IP

you're using to send mail is not authorize" and when I send to a

university address of mine, it gives me a similar error of "553-5.1.8

<postmaster@[ip listed]>. . . Domain of sender address

postmaster."  And when I attempt to send mail from Gmail to username@xx.xx.xxx.xxx

(where the Xes are my IP address), Gmail acts as if the message is sent

(there is no failure notification), but I do not receive the email in

Thunderbird.

Looks like you are using MercuryE and you do not have a fixed IP address and registered domain name.  Switch to MercuryS via the Configuration | Protocols and then setup to send via you ISP's SMTP host.  FWIW, the form of literal addressing is username@[<IP address>] and this is the way it is supposed to be entered into the domains setup as well.

For more help, next time provide a copy of you mercury.ini file, the IP address and host name you are using. 

 If using a router between the Mercury system and the internet you must pass ports 25 (SMTP) and 110 (POP3) from the outside world to the Mercury/32 machine.

 

&lt;blockquote&gt; But when I attempt to send a message from Thunderbird to an outside address (&lt;a href=&quot;mailto:username@gmail.com&quot;&gt;username@gmail.com&lt;/a&gt;), I get the following error message:&lt;p&gt;&quot;An error occurred while sending mail.&amp;nbsp; The mail server responded: We do not relay non-local mail, sorry. . Please check the message recipients and try again.&quot;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Go to Configuration | MercuryS | Connection control and check to turn off relaying, turn on strict and use ESMTP authorization.&amp;nbsp; Create a username and password file and add the username and password used by t-bird.&amp;nbsp; You now need to ensure you turn on the SMTP authorization in t-bird as well.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;When I try to send mail from the postmaster from inside Mercury to a Gmail account, the SMTP window reads: &quot;550-5.7.1 [ip listed] The IP you&#039;re using to send mail is not authorize&quot; and when I send to a university address of mine, it gives me a similar error of &quot;553-5.1.8 &amp;lt;postmaster@[ip listed]&amp;gt;. . . Domain of sender address postmaster.&quot;&amp;nbsp; And when I attempt to send mail from Gmail to &lt;a href=&quot;mailto:username@xx.xx.xxx.xxx&quot;&gt;username@xx.xx.xxx.xxx&lt;/a&gt; (where the Xes are my IP address), Gmail acts as if the message is sent (there is no failure notification), but I do not receive the email in Thunderbird.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Looks like you are using MercuryE and you do not have a fixed IP address and registered domain name.&amp;nbsp; Switch to MercuryS via the Configuration | Protocols and then setup to send via you ISP&#039;s SMTP host.&amp;nbsp; FWIW, the form of literal addressing is username@[&amp;lt;IP address&amp;gt;] and this is the way it is supposed to be entered into the domains setup as well.&lt;/p&gt;&lt;p&gt;For more help, next time provide a copy of you mercury.ini file, the IP address and host name you are using.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;If using a router between the Mercury system and the internet you must pass ports 25 (SMTP) and 110 (POP3) from the outside world to the Mercury/32 machine. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;

Dear Mr. Stephenson,

 Thank you very much for this advice; I really appreciate you taking the time to answer my questions. 

I have made the changes that you suggested (though I'm not sure I'm opening ports on the router correctly -- I logged into the router and "port forwarding" was an option.  I added two "services," one on port 25 and one on port 110; each one had to have an IP address, and so I just typed in 192.168.1.25 and 192.168.1.26).

I am no longer receiving error messages when I send email -- it tells me that the mail was sent successfully.  However, none of the emails that I'm sending to or from the address are actually showing up.  Do you have any idea what I could be doing wrong now?

Thanks again for all your help.

Chris 

 P.S.

My IP address is 74.79.184.211. 

 and my mercury.ini file is below

#  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:          74.79.184.211    # 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:       E:\MERCURY\QUEUE    # Where mail should be put for delivery
smtpqueue:       E:\MERCURY\QUEUE    # Where the SMTP client should look for mail
newmail_path:    E:\MERCURY\MAIL\~N    # Where to find the users' WinPMail mailboxes.

[Protocols]
MERCURYS.DLL
MERCURYP.DLL
# MERCURYE.DLL
# MERCURYC.DLL
MERCURYD.DLL
# MERCURYH.DLL
# MERCURYF.DLL
# MERCURYW.DLL
# MERCURYX.DLL
MERCURYI.DLL
# MERCURYB.DLL

[Mercury]
failfile:      E:\MERCURY\Mercury\FAILURE.MER    # Delivery failure notification template
confirmfile:   E:\MERCURY\Mercury\CONFIRM.MER    # Delivery confirmation template
aliasfile:     E:\MERCURY\Mercury\ALIAS.MER    # System-wide alias file
synfile:       E:\MERCURY\Mercury\SYNONYM.MER    # User synonym database
listfile:      E:\MERCURY\Mercury\LISTS.MER    # List of lists
logfile:       E:\MERCURY\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:       E:\MERCURY\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]
logfile : E:\MERCURY\Logs\MercuryC\~y-~m-~d.log   # Traffic logging file
Session_logging : E:\MERCURY\Sessions\MercuryC\    # Directory for session log files
Session_logmode : 0
host:             # mail mail host which relays for us
scratch:     E:\MERCURY\scratch           # Where we can write temp files
poll:        30                   # Seconds between queue polling cycles
returnlines: 15                   # How many lines of failed messages to return
failfile:    E:\MERCURY\Mercury\FAILURE.MER  # Delivery failure template
esmtp:       1                    # Yes, we want to use ESMTP extensions

[MercuryE]
Poll : 15
Timeout : 60
logfile : E:\MERCURY\Logs\MercuryE\~y-~m-~d.log   # Traffic logging file
Session_logging : E:\MERCURY\Sessions\MercuryE\   # Directory for session log files
Session_logmode : 0
# Nameservers : 139.80.64.1

[MercuryD]
Session_logging : E:\MERCURY\Sessions\MercuryD\    # Directory for session log files
Session_logmode : 0
Scratch : E:\MERCURY\Scratch\MercuryD
# Timeout : 30
# Poll : 120               # How often to check hosts for new mail (seconds)

[MercuryS]
Debug : 1
Logfile : E:\MERCURY\Logs\MercuryS\~y-~m-~d.log
Timeout : 30
Relay : 0
Strict_Relay : 1
Allow_Illegals : 0
SMTP_Authentication : 3
Auth_File : carohlfs
Session_logging : E:\MERCURY\Sessions\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]
logfile : E:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file
Session_logging : E:\MERCURY\Sessions\MercuryP\   # Directory for session log files
Session_logmode : 0
Scratch : E:\MERCURY\Scratch\MercuryP
Timeout : 60
UIDL_nul_list : 1
New_UIDs : 1
No_NUL_passwords : 1

[MercuryX]
Drain_queues: 1
# Cmd_Delay: 10
# Cmd_Wait: 1
# IE4_Dialling: 0
# Use_ETRN: 1
# Clients_only: 1
# Sunday: 0800,1800,3,15,30,60
# Monday: 0830,2100,5,15,60,60
# Tuesday: 0830,2100,5,15,60,60
# Wednesday: 1500,1900,2,30,5,30
# Thursday: 0900,1900,2,30,0,0
# Friday: 0830,2100,5,15,60,60
# Saturday: 1031,1035,2,45,-1,0

# [Groups]
# testgroup            :     TESTGRP

[Domains]
74: 74.79.184.211

[Maiser]
Maiser:          Maiser   # 'Username' of mail server account
Helpfile:        E:\MERCURY\Mercury\MAISER.HLP   # Help sent on failed maiser requests
Lookupfile:      E:\MERCURY\Mercury\MAISER.LKP   # Format file for the 'lookup' command
Send_dir:        E:\MERCURY\Mercury\SENDABLE   # Directory for the 'send' command
Logfile:         E:\MERCURY\Logs\Maiser\~y-~m-~d.LOG   # Mail server log file
Notify:          E:\MERCURY\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 : E:\MERCURY\Logs\MercuryH\~y-~m-~d.log   # Traffic logging file
# Addressbook : \\CLIO\SYS\SYSTEM\MERCURY\PH.PMR
# MOTD : \\CLIO\SYS\SYSTEM\MERCURY\PH-MOTD.TXT
# Administrator : postmaster@clio.pmail.gen.nz
Timeout : 30

[MercuryI]
Scratch : E:\MERCURY\Scratch\MercuryI
logfile : E:\MERCURY\Logs\MercuryI\~y-~m-~d.log   # Traffic logging file
Session_logging : E:\MERCURY\Sessions\MercuryI\   # Directory for session log files
Session_logmode : 0
Timeout : 120
Server_Port : 143
Idle_Timeout : 1800

[MercuryB]
Scratch : E:\MERCURY\Scratch\MercuryB
logfile : E:\MERCURY\Logs\MercuryB\~y-~m-~d.log   # Traffic logging file
Session_logging : E:\MERCURY\Sessions\MercuryB\   # Directory for session log files
Session_logmode : 0
Timeout : 120
Server_Port : 80
Idle_Timeout : 1800
# URL_Base : enter_your_domain_here

[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

 

&lt;P&gt;Dear Mr. Stephenson,&lt;/P&gt; &lt;P&gt;&amp;nbsp;Thank you very much for this advice; I really appreciate you taking the time to answer my questions.&amp;nbsp;&lt;/P&gt; &lt;P&gt;I have made the changes that you suggested (though I&#039;m not sure I&#039;m opening ports on the router correctly -- I logged into the router and &quot;port forwarding&quot; was an option.&amp;nbsp; I added two &quot;services,&quot; one on port 25 and one on port 110; each one had to have an IP address, and so I just typed in &lt;SPAN class=ttext&gt;192.168.1.25 and &lt;SPAN class=ttext&gt;192.168.1.26).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;I am no longer receiving error messages when I send email -- it tells me that the mail was sent successfully.&amp;nbsp; H&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;owever, none of the emails that I&#039;m sending to or from the address are actually showing up.&amp;nbsp; Do you have any idea what I could be doing wrong now?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;Thanks again for all&amp;nbsp;your help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;Chris&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;&amp;nbsp;P.S.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;My IP address is 74.79.184.211.&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;&amp;nbsp;and my mercury.ini file is below&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;#&amp;nbsp; MERCURY.INI generated by Mercury Setup # # #&amp;nbsp; Sample Bindery Mode / Standalone Mode MERCURY.INI file. #&amp;nbsp; This sample file implements most of the possible switches for each #&amp;nbsp; module, but you can edit it to do less if you wish. # #&amp;nbsp; Anything after a &#039;#&#039; to the end of the line is a comment and #&amp;nbsp; is stripped out before parsing. Trailing and leading whitespace #&amp;nbsp; is also stripped before parsing. Many sample commands have been #&amp;nbsp; left in this file commented out for reference purposes. # #&amp;nbsp; Note that in general, manual modification of this file is NOT #&amp;nbsp; RECOMMENDED - use the Mercury &quot;Configuration&quot; menu to change the #&amp;nbsp; program&#039;s settings wherever possible. #&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[General] myname:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 74.79.184.211&amp;nbsp;&amp;nbsp;&amp;nbsp; # Canonical name for this server timezone:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +0000&amp;nbsp;&amp;nbsp;&amp;nbsp; # Time Zone to add to date fields file_api:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; # Use the file api instead of queues mailqueue:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\QUEUE&amp;nbsp;&amp;nbsp;&amp;nbsp; # Where mail should be put for delivery smtpqueue:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\QUEUE&amp;nbsp;&amp;nbsp;&amp;nbsp; # Where the SMTP client should look for mail newmail_path:&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\MAIL\~N&amp;nbsp;&amp;nbsp;&amp;nbsp; # Where to find the users&#039; WinPMail mailboxes.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[Protocols] MERCURYS.DLL MERCURYP.DLL # MERCURYE.DLL # MERCURYC.DLL MERCURYD.DLL # MERCURYH.DLL # MERCURYF.DLL # MERCURYW.DLL # MERCURYX.DLL MERCURYI.DLL # MERCURYB.DLL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[Mercury] failfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\FAILURE.MER&amp;nbsp;&amp;nbsp;&amp;nbsp; # Delivery failure notification template confirmfile:&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\CONFIRM.MER&amp;nbsp;&amp;nbsp;&amp;nbsp; # Delivery confirmation template aliasfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\ALIAS.MER&amp;nbsp;&amp;nbsp;&amp;nbsp; # System-wide alias file synfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\SYNONYM.MER&amp;nbsp;&amp;nbsp;&amp;nbsp; # User synonym database listfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\LISTS.MER&amp;nbsp;&amp;nbsp;&amp;nbsp; # List of lists logfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Logs\Core\~y-~m-~d.log&amp;nbsp;&amp;nbsp;&amp;nbsp; # Traffic logging file logwidth:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp; # Width of address fields in logfile retpath:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; # Do/Don&#039;t use &#039;return-path&#039; for errors maxhops:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp; # Used to detect mailing loops gullible:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, don&#039;t validate &#039;From&#039; fields poll:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&amp;nbsp;&amp;nbsp; # Seconds between queue polling cycles scratch:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Scratch&amp;nbsp;&amp;nbsp;&amp;nbsp; # Where we can write temp files returnlines:&amp;nbsp;&amp;nbsp; 15&amp;nbsp;&amp;nbsp;&amp;nbsp; # How many lines of failed messages to return postmaster:&amp;nbsp;&amp;nbsp;&amp;nbsp; Admin&amp;nbsp;&amp;nbsp;&amp;nbsp; # NetWare UIC of postmaster broadcast:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; # Yes, we want broadcast notifications, but receipts:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # ... no broadcasts for receipt confirmations PM_notify:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; # Do/Don&#039;t send errors to the postmaster change_owner:&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; # Change message ownership to recipient auto_tzone:&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, obtain timezone information from OS LogLevel:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15&amp;nbsp;&amp;nbsp;&amp;nbsp; # System message reporting level LogMax:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 100&amp;nbsp;&amp;nbsp;&amp;nbsp; # Maximum number of system messages to store RetryPeriod:&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp; # Period between job retries (minutes) MaxRetries:&amp;nbsp;&amp;nbsp;&amp;nbsp; 16&amp;nbsp;&amp;nbsp;&amp;nbsp; # Maximum number of times a job can fail TwoPasses:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, process submission queue in 2 passes Autoaddress:&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, auto-generate user addresses based on name Daily_exit:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, auto-restart each day after maintenance No_Areply:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, disable automatic replies system-wide Alt_Forward:&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, allow alternate forwarding specification Maint_hour:&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; # Hour for daily maintenance (24-hour clock) Maint_min:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # Minute for daily maintenance Retry_Mode:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, use progressive backoff for queue retries Local_DSNs:&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ generate Delivery Status for local users only DSN_time1:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10800&amp;nbsp;&amp;nbsp;&amp;nbsp; # Seconds deferred before first DSN is sent DSN_time2:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 86400&amp;nbsp;&amp;nbsp;&amp;nbsp; # Seconds deferred before second DSN is sent DSN_time3:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 259200&amp;nbsp;&amp;nbsp;&amp;nbsp; # Seconds deferred before third DSN is sent Host_in_title: 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # If NZ, show hostname in system tray and taskbar Lingering:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp; # Enable or disable &#039;lingering mailboxes&#039; Linger_Timeout: 60&amp;nbsp;&amp;nbsp; # Seconds before a lingering mailbox is shut down Alert_Host:&amp;nbsp;&amp;nbsp;&amp;nbsp; notify.pmail.com&amp;nbsp;&amp;nbsp;&amp;nbsp; # Host to check for licensee advisories Alert_Interval: 720&amp;nbsp;&amp;nbsp; # Frequency in minutes (min 240) for checks Alert_Flags:&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; # Flags controlling advisory checks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryC] logfile : E:\MERCURY\Logs\MercuryC\~y-~m-~d.log&amp;nbsp;&amp;nbsp; # Traffic logging file Session_logging : E:\MERCURY\Sessions\MercuryC\&amp;nbsp;&amp;nbsp;&amp;nbsp; # Directory for session log files Session_logmode : 0 host:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # mail mail host which relays for us scratch:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\scratch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Where we can write temp files poll:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Seconds between queue polling cycles returnlines: 15&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # How many lines of failed messages to return failfile:&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\FAILURE.MER&amp;nbsp; # Delivery failure template esmtp:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # Yes, we want to use ESMTP extensions&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryE] Poll : 15 Timeout : 60 logfile : E:\MERCURY\Logs\MercuryE\~y-~m-~d.log&amp;nbsp;&amp;nbsp; # Traffic logging file Session_logging : E:\MERCURY\Sessions\MercuryE\&amp;nbsp;&amp;nbsp; # Directory for session log files Session_logmode : 0 # Nameservers : 139.80.64.1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryD] Session_logging : E:\MERCURY\Sessions\MercuryD\&amp;nbsp;&amp;nbsp;&amp;nbsp; # Directory for session log files Session_logmode : 0 Scratch : E:\MERCURY\Scratch\MercuryD # Timeout : 30 # Poll : 120&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # How often to check hosts for new mail (seconds)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryS] Debug : 1 Logfile : E:\MERCURY\Logs\MercuryS\~y-~m-~d.log Timeout : 30 Relay : 0 Strict_Relay : 1 Allow_Illegals : 0 SMTP_Authentication : 3 Auth_File : carohlfs Session_logging : E:\MERCURY\Sessions\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&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryP] logfile : E:\MERCURY\Logs\MercuryP\~y-~m-~d.log&amp;nbsp;&amp;nbsp; # Traffic logging file Session_logging : E:\MERCURY\Sessions\MercuryP\&amp;nbsp;&amp;nbsp; # Directory for session log files Session_logmode : 0 Scratch : E:\MERCURY\Scratch\MercuryP Timeout : 60 UIDL_nul_list : 1 New_UIDs : 1 No_NUL_passwords : 1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryX] Drain_queues: 1 # Cmd_Delay: 10 # Cmd_Wait: 1 # IE4_Dialling: 0 # Use_ETRN: 1 # Clients_only: 1 # Sunday: 0800,1800,3,15,30,60 # Monday: 0830,2100,5,15,60,60 # Tuesday: 0830,2100,5,15,60,60 # Wednesday: 1500,1900,2,30,5,30 # Thursday: 0900,1900,2,30,0,0 # Friday: 0830,2100,5,15,60,60 # Saturday: 1031,1035,2,45,-1,0&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;# [Groups] # testgroup&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TESTGRP&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[Domains] 74: 74.79.184.211&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[Maiser] Maiser:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Maiser&amp;nbsp;&amp;nbsp; # &#039;Username&#039; of mail server account Helpfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\MAISER.HLP&amp;nbsp;&amp;nbsp; # Help sent on failed maiser requests Lookupfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\MAISER.LKP&amp;nbsp;&amp;nbsp; # Format file for the &#039;lookup&#039; command Send_dir:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\SENDABLE&amp;nbsp;&amp;nbsp; # Directory for the &#039;send&#039; command Logfile:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Logs\Maiser\~y-~m-~d.LOG&amp;nbsp;&amp;nbsp; # Mail server log file Notify:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; E:\MERCURY\Mercury\TMP&amp;nbsp;&amp;nbsp; # Dir. for pending &#039;notify&#039; commands NoList:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N&amp;nbsp;&amp;nbsp; # If &#039;Y&#039;, disable the &#039;list&#039; command Local_only:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Y&amp;nbsp;&amp;nbsp; # If &#039;Y&#039;, local &#039;notify&#039; commands only&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryH] logfile : E:\MERCURY\Logs\MercuryH\~y-~m-~d.log&amp;nbsp;&amp;nbsp; # Traffic logging file # Addressbook : &lt;A href=&quot;file://clio/SYS/SYSTEM/MERCURY/PH.PMR&quot;&gt;\\CLIO\SYS\SYSTEM\MERCURY\PH.PMR&lt;/A&gt; # MOTD : &lt;A href=&quot;file://clio/SYS/SYSTEM/MERCURY/PH-MOTD.TXT&quot;&gt;\\CLIO\SYS\SYSTEM\MERCURY\PH-MOTD.TXT&lt;/A&gt; # Administrator : &lt;A href=&quot;mailto:postmaster@clio.pmail.gen.nz&quot;&gt;postmaster@clio.pmail.gen.nz&lt;/A&gt; Timeout : 30&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryI] Scratch : E:\MERCURY\Scratch\MercuryI logfile : E:\MERCURY\Logs\MercuryI\~y-~m-~d.log&amp;nbsp;&amp;nbsp; # Traffic logging file Session_logging : E:\MERCURY\Sessions\MercuryI\&amp;nbsp;&amp;nbsp; # Directory for session log files Session_logmode : 0 Timeout : 120 Server_Port : 143 Idle_Timeout : 1800&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[MercuryB] Scratch : E:\MERCURY\Scratch\MercuryB logfile : E:\MERCURY\Logs\MercuryB\~y-~m-~d.log&amp;nbsp;&amp;nbsp; # Traffic logging file Session_logging : E:\MERCURY\Sessions\MercuryB\&amp;nbsp;&amp;nbsp; # Directory for session log files Session_logmode : 0 Timeout : 120 Server_Port : 80 Idle_Timeout : 1800 # URL_Base : enter_your_domain_here&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[Groups]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[Rewrite]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;[Statistics] StatFlags:&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp; # Statistical reporting settings STF_Hours:&amp;nbsp;&amp;nbsp;&amp;nbsp; 24&amp;nbsp; # How often to write stat log files STM_Hours:&amp;nbsp;&amp;nbsp;&amp;nbsp; 24&amp;nbsp; # How often to e-mail stat log files&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; &lt;P&gt;&lt;SPAN class=ttext&gt;&lt;SPAN class=ttext&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;

[quote user="carohlfs"]

I have made the changes that you suggested (though I'm not sure I'm opening ports on the router correctly -- I logged into the router and "port forwarding" was an option.  I added two "services," one on port 25 and one on port 110; each one had to have an IP address, and so I just typed in 192.168.1.25 and 192.168.1.26).

[/quote] The IP address required is the internal IP address of the machine that you are forwarding the ports to. Also you don't need port 110 unless you are trying to access POP3 services on your Mercury machine from outside your LAN.[quote]

I am no longer receiving error messages when I send email -- it tells me that the mail was sent successfully.  However, none of the emails that I'm sending to or from the address are actually showing up.  Do you have any idea what I could be doing wrong now?


[Protocols]
MERCURYS.DLL
MERCURYP.DLL
# MERCURYE.DLL
# MERCURYC.DLL
MERCURYD.DLL
# MERCURYH.DLL
# MERCURYF.DLL
# MERCURYW.DLL
# MERCURYX.DLL
MERCURYI.DLL
# MERCURYB.DLL

[/quote]

For sending mail you require an SMTP client module, either MercuryC or MercuryE. You have enabled neither, so that could be one of the reasons your mails are not arriving at the intended destination [:)]

[quote user=&quot;carohlfs&quot;]&lt;p&gt;I have made the changes that you suggested (though I&#039;m not sure I&#039;m opening ports on the router correctly -- I logged into the router and &quot;port forwarding&quot; was an option.&amp;nbsp; I added two &quot;services,&quot; one on port 25 and one on port 110; each one had to have an IP address, and so I just typed in &lt;span class=&quot;ttext&quot;&gt;192.168.1.25 and &lt;span class=&quot;ttext&quot;&gt;192.168.1.26).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;[/quote] The IP address required is the internal IP address of the machine that you are forwarding the ports to. Also you don&#039;t need port 110 unless you are trying to access POP3 services on your Mercury machine from outside your LAN.[quote] &lt;/p&gt; &lt;p&gt;&lt;span class=&quot;ttext&quot;&gt;&lt;span class=&quot;ttext&quot;&gt;I am no longer receiving error messages when I send email -- it tells me that the mail was sent successfully.&amp;nbsp; H&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;ttext&quot;&gt;&lt;span class=&quot;ttext&quot;&gt;owever, none of the emails that I&#039;m sending to or from the address are actually showing up.&amp;nbsp; Do you have any idea what I could be doing wrong now?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;&lt;span class=&quot;ttext&quot;&gt;&lt;span class=&quot;ttext&quot;&gt;[Protocols] MERCURYS.DLL MERCURYP.DLL # MERCURYE.DLL # MERCURYC.DLL MERCURYD.DLL # MERCURYH.DLL # MERCURYF.DLL # MERCURYW.DLL # MERCURYX.DLL MERCURYI.DLL # MERCURYB.DLL&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;[/quote]&lt;/p&gt;&lt;p&gt;For sending mail you require an SMTP client module, either MercuryC or MercuryE. You have enabled neither, so that could be one of the reasons your mails are not arriving at the intended destination&amp;nbsp;[:)] &lt;/p&gt;

Dear DLN,

 Thank you very much!  I made those changes and am now sending and receiving mail without problems!

 Best regards,

Chris

&lt;P&gt;Dear DLN,&lt;/P&gt; &lt;P&gt;&amp;nbsp;Thank you very much!&amp;nbsp; I made those changes and am now sending and receiving mail without problems!&lt;/P&gt; &lt;P&gt;&amp;nbsp;Best regards,&lt;/P&gt; &lt;P&gt;Chris&lt;/P&gt;
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft