Community Discussions and Support
STEP BY STEP CONFIGURATION OF EMAIL SERVER

> I made changes to the SMTP server port (=465) and the SMTP address (=smtp.1and1.com), i now receive the following error message;

This is a good ESMTP host.  I was able to connect to port 25 normally via telnet.

Start | Run telnet smtp.1and1.com 25 returns

220 smtp.perfora.net (mrus2) Welcome to Nemesis ESMTP server
ehlo thomas
250-smtp.perfora.net
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-PIPELINING
250-SIZE 120000000
250 HELP

I says it supports STARTTLS and ESMTP aurthorization

> Connection error during handshake with smtp.1and1.com failed
> Error FF servicing queue job.

I suspect you are still trying to connect to the wrong port.

>  
> The mercury ini file is pasted below;
>  
> #  MERCURY.INI generated by Mercury Setup

> [MercuryC]
> Host : smtp.1and1.com
> Failfile : C:\MERCURY\Mercury\FAILURE.MER
> Poll : 30
> Scratch : C:\MERCURY\scratch
> ReturnLines : 15
> Timeout : 30
> ESMTP : 1
> Server_Port : 465

Use port 25.  This one is saying it uses STARTTLS which uses the standard port 25 or maybe the submission port 587 since it responds to port 587 as well.  In any case try port 25 first.

> SMTP_Username: olawale@artwales.biz
> SMTP_Password:
> POP3_Auth : 0

You have not set authorization the the server is requesting it. You might need to to relay off this server.

> POP3_Host : smtp.1and1.com
> POP3_Port : 465

Use port 25 instead of port 465 unless you know what type of secure connection is required by the host.

> POP3_ConnFlags : 4
> Logfile : C:\MERCURY\Logs\MercuryC\~y-~m-~d.log
> Log_Verbose : 0
> Session_logging : C:\MERCURY\Sessions\MercuryC
> Session_logmode : 0

> [MercuryS]
> Debug : 1
> Logfile : C:\MERCURY\Logs\MercuryS\~y-~m-~d.log
> Timeout : 30
> Relay : 0
> Strict_Relay : 1
> Server_Port : 465

Not sure what you are doing here.  MercuryS must have port 25 open to receive mail from the outside world unless you are receiving from a special gateway or forwarding system on this alternate port.  

In any case, I cannot telnet into either of these ports to the artwales.biz IP address.


> Alt_Server_Port : 587
> Allow_Illegals : 0
> SMTP_Authentication : 0
> Session_logging : C:\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 : C:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file
> Session_logging : C:\MERCURY\Sessions\MercuryP\   # Directory for session log files
> Session_logmode : 0
> Scratch : C:\MERCURY\Scratch\MercuryP
> Timeout : 60
> UIDL_nul_list : 1
> New_UIDs : 1
> No_NUL_passwords : 1

> [Domains]
> artwales: artwales
> artwales: artwales.biz
> artwales: [74.208.138.235]

<p>> I made changes to the SMTP server port (=465) and the SMTP address (=smtp.1and1.com), i now receive the following error message; This is a good ESMTP host.  I was able to connect to port 25 normally via telnet. Start | Run telnet smtp.1and1.com 25 returns 220 smtp.perfora.net (mrus2) Welcome to Nemesis ESMTP server ehlo thomas 250-smtp.perfora.net 250-STARTTLS 250-AUTH LOGIN PLAIN 250-AUTH=LOGIN PLAIN 250-PIPELINING 250-SIZE 120000000 250 HELP I says it supports STARTTLS and ESMTP aurthorization > Connection error during handshake with smtp.1and1.com failed > Error FF servicing queue job.</p><p>I suspect you are still trying to connect to the wrong port. </p><p>>   > The mercury ini file is pasted below; >   > #  MERCURY.INI generated by Mercury Setup > [MercuryC] > Host : smtp.1and1.com > Failfile : C:\MERCURY\Mercury\FAILURE.MER > Poll : 30 > Scratch : C:\MERCURY\scratch > ReturnLines : 15 > Timeout : 30 > ESMTP : 1 > Server_Port : 465 Use port 25.  This one is saying it uses STARTTLS which uses the standard port 25 or maybe the submission port 587 since it responds to port 587 as well.  In any case try port 25 first. > SMTP_Username: olawale@artwales.biz > SMTP_Password: > POP3_Auth : 0 You have not set authorization the the server is requesting it. You might need to to relay off this server. > POP3_Host : smtp.1and1.com > POP3_Port : 465 Use port 25 instead of port 465 unless you know what type of secure connection is required by the host. > POP3_ConnFlags : 4 > Logfile : C:\MERCURY\Logs\MercuryC\~y-~m-~d.log > Log_Verbose : 0 > Session_logging : C:\MERCURY\Sessions\MercuryC > Session_logmode : 0 > [MercuryS] > Debug : 1 > Logfile : C:\MERCURY\Logs\MercuryS\~y-~m-~d.log > Timeout : 30 > Relay : 0 > Strict_Relay : 1 > Server_Port : 465 Not sure what you are doing here.  MercuryS must have port 25 open to receive mail from the outside world unless you are receiving from a special gateway or forwarding system on this alternate port.   In any case, I cannot telnet into either of these ports to the artwales.biz IP address. > Alt_Server_Port : 587 > Allow_Illegals : 0 > SMTP_Authentication : 0 > Session_logging : C:\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 : C:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file > Session_logging : C:\MERCURY\Sessions\MercuryP\   # Directory for session log files > Session_logmode : 0 > Scratch : C:\MERCURY\Scratch\MercuryP > Timeout : 60 > UIDL_nul_list : 1 > New_UIDs : 1 > No_NUL_passwords : 1 > [Domains] > artwales: artwales > artwales: artwales.biz > artwales: [74.208.138.235] </p>

I am a newbie to messaging in general. I stumbled on Mercury a few days back and was impressed with the fact that, though free, it is packed with functionalities usually seen in paid-for solutions.

My purpose is to deploy Mercury as an intranet and internet email solution but i have not been successful on both fronts.

I would be grateful if i can, in plain English, get a step by step walkthrough on how to do this.

I have tried doing this and have received errors bordering on queueing errors "error ff", connection errors and the likes.

I have domains registered with 1and1.com and Gandi.net.

Also, considerations should be given to the possibility that port 25 may be blocked but i believe this should not be applicable to intranet messaging (messaging within a LAN).

<P>I am a newbie to messaging in general. I stumbled on Mercury a few days back and was impressed with the fact that, though free, it is packed with functionalities usually seen in paid-for solutions.</P> <P>My purpose is to deploy Mercury as an intranet and internet email solution but i have not been successful on both fronts.</P> <P>I would be grateful if i can, in plain English, get a step by step walkthrough on how to do this.</P> <P>I have tried doing this and have received errors bordering on queueing errors "error ff", connection errors and the likes.</P> <P>I have domains registered with 1and1.com and Gandi.net.</P> <P>Also, considerations should be given to the possibility that port 25 may be blocked but i believe this should not be applicable to intranet messaging (messaging within a LAN).</P>

I would be grateful if i can, in plain English, get a step by step

walkthrough on how to do this.

This is not really possible since every system and installation is unique.

I have tried doing this and have received errors bordering on

queueing errors "error ff", connection errors and the likes.

I have domains registered with 1and1.com and Gandi.net.

 

One of these has an IP address, the other does not.  Is this a fixed IP address?  Do the MX hosts know where to send the mail to get to this IP address?

How are you planning to get the mail?  POP3?  SMTP?

Answer Section:
    1and1.com, A, 74.208.4.12
    1and1.com, MX, 10, mxintern1.schlund.de
    1and1.com, MX, 10, mxintern0.schlund.de
    1and1.com, MX, 10, mxintern2.schlund.de
    1and1.com, NS, ns91.1and1.com
    1and1.com, NS, ns92.1and1.com

Answer Section:
    Gandi.net, MX, 10, mail4.Gandi.net
    Gandi.net, MX, 30, mail3.Gandi.net

In any case provide us with a copy of your mercury.ini file and we will go through it and provide answers and recommendations to fix the problems.

 

 

<blockquote><p>I would be grateful if i can, in plain English, get a step by step walkthrough on how to do this.</p></blockquote><p>This is not really possible since every system and installation is unique. </p><blockquote><p>I have tried doing this and have received errors bordering on queueing errors "error ff", connection errors and the likes.</p><p>I have domains registered with 1and1.com and Gandi.net.</p><p> </p></blockquote><p>One of these has an IP address, the other does not.  Is this a fixed IP address?  Do the MX hosts know where to send the mail to get to this IP address?</p><p>How are you planning to get the mail?  POP3?  SMTP? </p><p>Answer Section:     1and1.com, A, 74.208.4.12     1and1.com, MX, 10, mxintern1.schlund.de     1and1.com, MX, 10, mxintern0.schlund.de     1and1.com, MX, 10, mxintern2.schlund.de     1and1.com, NS, ns91.1and1.com     1and1.com, NS, ns92.1and1.com</p><p>Answer Section:     Gandi.net, MX, 10, mail4.Gandi.net     Gandi.net, MX, 30, mail3.Gandi.net</p><p>In any case provide us with a copy of your mercury.ini file and we will go through it and provide answers and recommendations to fix the problems.</p><p> </p><p> </p>

Thank you for your response. The MERCURY.INI file is copied 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:          artwales.biz    # Canonical name for this server
timezone:        +0100    # Time Zone to add to date fields
file_api:        1    # Use the file api instead of queues
mailqueue:       C:\MERCURY\QUEUE    # Where mail should be put for delivery
smtpqueue:       C:\MERCURY\QUEUE    # Where the SMTP client should look for mail
newmail_path:    C:\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:      C:\MERCURY\Mercury\FAILURE.MER    # Delivery failure notification template
confirmfile:   C:\MERCURY\Mercury\CONFIRM.MER    # Delivery confirmation template
aliasfile:     C:\MERCURY\Mercury\ALIAS.MER    # System-wide alias file
synfile:       C:\MERCURY\Mercury\SYNONYM.MER    # User synonym database
listfile:      C:\MERCURY\Mercury\LISTS.MER    # List of lists
logfile:       C:\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:       C:\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:      1    # ... 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.1and1.com
Failfile : C:\MERCURY\Mercury\FAILURE.MER
Poll : 30
Scratch : C:\MERCURY\scratch
ReturnLines : 15
Timeout : 30
ESMTP : 1
Server_Port : 587
SMTP_Username: olawale@artwales.biz
SMTP_Password:
POP3_Auth : 0
POP3_Host : mail.1and1.com
POP3_Port : 995
POP3_ConnFlags : 4
Logfile : C:\MERCURY\Logs\MercuryC\~y-~m-~d.log
Log_Verbose : 0
Session_logging : C:\MERCURY\Sessions\MercuryC
Session_logmode : 0

[MercuryE]
Session_logging : C:\MERCURY\Sessions\MercuryE
Session_logmode : 0
Poll : 15
Timeout : 60
Nameservers : 62.173.32.89,62.173.34.222
Logfile : C:\MERCURY\Logs\MercuryE\~y-~m-~d.log
Log_Verbose : 0
DNS_Timeout : 20
DNS_Retries : 4
Transcripts : 1
MaxThreads : 10

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

[MercuryS]
Debug : 1
Logfile : C:\MERCURY\Logs\MercuryS\~y-~m-~d.log
Timeout : 30
Relay : 0
Strict_Relay : 0
Server_Port : 587
Alt_Server_Port : 25
Allow_Illegals : 0
SMTP_Authentication : 0
Session_logging : C:\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 : C:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file
Session_logging : C:\MERCURY\Sessions\MercuryP\   # Directory for session log files
Session_logmode : 0
Scratch : C:\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]
artwales: artwales
artwales: artwales.biz

[Maiser]
Maiser:          Maiser   # 'Username' of mail server account
Helpfile:        C:\MERCURY\Mercury\MAISER.HLP   # Help sent on failed maiser requests
Lookupfile:      C:\MERCURY\Mercury\MAISER.LKP   # Format file for the 'lookup' command
Send_dir:        C:\MERCURY\Mercury\SENDABLE   # Directory for the 'send' command
Logfile:         C:\MERCURY\Logs\Maiser\~y-~m-~d.LOG   # Mail server log file
Notify:          C:\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 : C:\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 : C:\MERCURY\Scratch\MercuryI
logfile : C:\MERCURY\Logs\MercuryI\~y-~m-~d.log   # Traffic logging file
Session_logging : C:\MERCURY\Sessions\MercuryI\   # Directory for session log files
Session_logmode : 0
Timeout : 120
Server_Port : 143
Idle_Timeout : 1800

[MercuryB]
Scratch : C:\MERCURY\Scratch\MercuryB
logfile : C:\MERCURY\Logs\MercuryB\~y-~m-~d.log   # Traffic logging file
Session_logging : C:\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

 

<P>Thank you for your response. The MERCURY.INI file is copied below;</P> <P mce_keep="true"> </P> <P>#  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. #</P> <P>[General] myname:          artwales.biz    # Canonical name for this server timezone:        +0100    # Time Zone to add to date fields file_api:        1    # Use the file api instead of queues mailqueue:       C:\MERCURY\QUEUE    # Where mail should be put for delivery smtpqueue:       C:\MERCURY\QUEUE    # Where the SMTP client should look for mail newmail_path:    C:\MERCURY\MAIL\~N    # Where to find the users' WinPMail mailboxes.</P> <P>[Protocols] MERCURYS.DLL # MERCURYP.DLL # MERCURYE.DLL MERCURYC.DLL # MERCURYD.DLL MERCURYH.DLL # MERCURYF.DLL # MERCURYW.DLL # MERCURYX.DLL MERCURYI.DLL # MERCURYB.DLL</P> <P>[Mercury] failfile:      C:\MERCURY\Mercury\FAILURE.MER    # Delivery failure notification template confirmfile:   C:\MERCURY\Mercury\CONFIRM.MER    # Delivery confirmation template aliasfile:     C:\MERCURY\Mercury\ALIAS.MER    # System-wide alias file synfile:       C:\MERCURY\Mercury\SYNONYM.MER    # User synonym database listfile:      C:\MERCURY\Mercury\LISTS.MER    # List of lists logfile:       C:\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:       C:\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:      1    # ... 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</P> <P>[MercuryC] Host : mail.1and1.com Failfile : C:\MERCURY\Mercury\FAILURE.MER Poll : 30 Scratch : C:\MERCURY\scratch ReturnLines : 15 Timeout : 30 ESMTP : 1 Server_Port : 587 SMTP_Username: <A href="mailto:olawale@artwales.biz">olawale@artwales.biz</A> SMTP_Password: POP3_Auth : 0 POP3_Host : mail.1and1.com POP3_Port : 995 POP3_ConnFlags : 4 Logfile : C:\MERCURY\Logs\MercuryC\~y-~m-~d.log Log_Verbose : 0 Session_logging : C:\MERCURY\Sessions\MercuryC Session_logmode : 0</P> <P>[MercuryE] Session_logging : C:\MERCURY\Sessions\MercuryE Session_logmode : 0 Poll : 15 Timeout : 60 Nameservers : 62.173.32.89,62.173.34.222 Logfile : C:\MERCURY\Logs\MercuryE\~y-~m-~d.log Log_Verbose : 0 DNS_Timeout : 20 DNS_Retries : 4 Transcripts : 1 MaxThreads : 10</P> <P>[MercuryD] Session_logging : C:\MERCURY\Sessions\MercuryD\    # Directory for session log files Session_logmode : 0 Scratch : C:\MERCURY\Scratch\MercuryD # Timeout : 30 # Poll : 120               # How often to check hosts for new mail (seconds)</P> <P>[MercuryS] Debug : 1 Logfile : C:\MERCURY\Logs\MercuryS\~y-~m-~d.log Timeout : 30 Relay : 0 Strict_Relay : 0 Server_Port : 587 Alt_Server_Port : 25 Allow_Illegals : 0 SMTP_Authentication : 0 Session_logging : C:\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</P> <P>[MercuryP] logfile : C:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file Session_logging : C:\MERCURY\Sessions\MercuryP\   # Directory for session log files Session_logmode : 0 Scratch : C:\MERCURY\Scratch\MercuryP Timeout : 60 UIDL_nul_list : 1 New_UIDs : 1 No_NUL_passwords : 1</P> <P>[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</P> <P># [Groups] # testgroup            :     TESTGRP</P> <P>[Domains] artwales: artwales artwales: artwales.biz</P> <P>[Maiser] Maiser:          Maiser   # 'Username' of mail server account Helpfile:        C:\MERCURY\Mercury\MAISER.HLP   # Help sent on failed maiser requests Lookupfile:      C:\MERCURY\Mercury\MAISER.LKP   # Format file for the 'lookup' command Send_dir:        C:\MERCURY\Mercury\SENDABLE   # Directory for the 'send' command Logfile:         C:\MERCURY\Logs\Maiser\~y-~m-~d.LOG   # Mail server log file Notify:          C:\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</P> <P>[MercuryH] logfile : C:\MERCURY\Logs\MercuryH\~y-~m-~d.log   # Traffic logging file # Addressbook : <A href="file://clio/SYS/SYSTEM/MERCURY/PH.PMR">\\CLIO\SYS\SYSTEM\MERCURY\PH.PMR</A> # MOTD : <A href="file://clio/SYS/SYSTEM/MERCURY/PH-MOTD.TXT">\\CLIO\SYS\SYSTEM\MERCURY\PH-MOTD.TXT</A> # Administrator : <A href="mailto:postmaster@clio.pmail.gen.nz">postmaster@clio.pmail.gen.nz</A> Timeout : 30</P> <P>[MercuryI] Scratch : C:\MERCURY\Scratch\MercuryI logfile : C:\MERCURY\Logs\MercuryI\~y-~m-~d.log   # Traffic logging file Session_logging : C:\MERCURY\Sessions\MercuryI\   # Directory for session log files Session_logmode : 0 Timeout : 120 Server_Port : 143 Idle_Timeout : 1800</P> <P>[MercuryB] Scratch : C:\MERCURY\Scratch\MercuryB logfile : C:\MERCURY\Logs\MercuryB\~y-~m-~d.log   # Traffic logging file Session_logging : C:\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</P> <P>[Groups]</P> <P>[Rewrite]</P> <P>[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</P> <P mce_keep="true"> </P>

>
> Thank you for your response. The MERCURY.INI file is copied below;

Some data trimmed as not material or already correct.

>  
> #  MERCURY.INI generated by Mercury Setup
> [General]
> myname:          artwales.biz    # Canonical name for this server

Answer Section:
    artwales.biz, NS, ns57.1and1.com
    artwales.biz, MX, 10, mx01.1and1.com
    artwales.biz, MX, 10, mx00.1and1.com
    artwales.biz, NS, ns58.1and1.com
    artwales.biz, A, 74.208.138.235


> [Protocols]
> MERCURYS.DLL
> MERCURYC.DLL
> MERCURYH.DLL
> MERCURYI.DLL

Receiving via MercuryS so this means that you either have a fixed IP address or the MX hosts know how to get to your MercuryS host to send via SMTP.  That said the IP address 74.208.138.235 does not respond to a connection on port 25.  This could mean that the ISP is blocking port 25, the firewall is not set to pass port 25, or port 25 is not being passed by the router to the Mercury system.  I does not respond the the alternate port (587) setup in MercuryS either.

The MX hosts do respond to port 25.  I do not know if they will pass the mail to your server.



> [MercuryC]
> Host : mail.1and1.com

This host does not respond to port 25 or port 587.  Nor does the DNS return an IP address for this host name.

> Failfile : C:\MERCURY\Mercury\FAILURE.MER
> Poll : 30
> Scratch : C:\MERCURY\scratch
> ReturnLines : 15
> Timeout : 30
> ESMTP : 1
> Server_Port : 587

Nor does it respond to port 25.

> SMTP_Username: olawale@artwales.biz
> SMTP_Password:
> POP3_Auth : 0
> POP3_Host : mail.1and1.com
> POP3_Port : 995
> POP3_ConnFlags : 4
> Logfile : C:\MERCURY\Logs\MercuryC\~y-~m-~d.log
> Log_Verbose : 0
> Session_logging : C:\MERCURY\Sessions\MercuryC
> Session_logmode : 0

> [MercuryS]
> Debug : 1
> Logfile : C:\MERCURY\Logs\MercuryS\~y-~m-~d.log
> Timeout : 30
> Relay : 0

Good! Relaying is turned off.


> Strict_Relay : 0

If this server is ever to be available on the internet this must be set to 1 to turn on strict relaying.

> Server_Port : 587
> Alt_Server_Port : 25
> Allow_Illegals : 0
> SMTP_Authentication : 0
> Session_logging : C:\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 : C:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file
> Session_logging : C:\MERCURY\Sessions\MercuryP\   # Directory for session log files
> Session_logmode : 0
> Scratch : C:\MERCURY\Scratch\MercuryP
> Timeout : 60
> UIDL_nul_list : 1
> New_UIDs : 1
> No_NUL_passwords : 1

> [Domains]
> artwales: artwales
> artwales: artwales.biz

Reasonable but you probably should also have the IP address in brackets if this is a fixed IP address.

artwales: [74.208.138.235]


<p>> > Thank you for your response. The MERCURY.INI file is copied below; Some data trimmed as not material or already correct. >   > #  MERCURY.INI generated by Mercury Setup > [General] > myname:          artwales.biz    # Canonical name for this server Answer Section:     artwales.biz, NS, ns57.1and1.com     artwales.biz, MX, 10, mx01.1and1.com     artwales.biz, MX, 10, mx00.1and1.com     artwales.biz, NS, ns58.1and1.com     artwales.biz, A, 74.208.138.235 > [Protocols] > MERCURYS.DLL > MERCURYC.DLL > MERCURYH.DLL > MERCURYI.DLL Receiving via MercuryS so this means that you either have a fixed IP address or the MX hosts know how to get to your MercuryS host to send via SMTP.  That said the IP address 74.208.138.235 does not respond to a connection on port 25.  This could mean that the ISP is blocking port 25, the firewall is not set to pass port 25, or port 25 is not being passed by the router to the Mercury system.  I does not respond the the alternate port (587) setup in MercuryS either. The MX hosts do respond to port 25.  I do not know if they will pass the mail to your server. > [MercuryC] > Host : mail.1and1.com This host does not respond to port 25 or port 587.  Nor does the DNS return an IP address for this host name. > Failfile : C:\MERCURY\Mercury\FAILURE.MER > Poll : 30 > Scratch : C:\MERCURY\scratch > ReturnLines : 15 > Timeout : 30 > ESMTP : 1 > Server_Port : 587 Nor does it respond to port 25. > SMTP_Username: olawale@artwales.biz > SMTP_Password: > POP3_Auth : 0 > POP3_Host : mail.1and1.com > POP3_Port : 995 > POP3_ConnFlags : 4 > Logfile : C:\MERCURY\Logs\MercuryC\~y-~m-~d.log > Log_Verbose : 0 > Session_logging : C:\MERCURY\Sessions\MercuryC > Session_logmode : 0 > [MercuryS] > Debug : 1 > Logfile : C:\MERCURY\Logs\MercuryS\~y-~m-~d.log > Timeout : 30 > Relay : 0 Good! Relaying is turned off.</p><p> > Strict_Relay : 0 If this server is ever to be available on the internet this must be set to 1 to turn on strict relaying. > Server_Port : 587 > Alt_Server_Port : 25 > Allow_Illegals : 0 > SMTP_Authentication : 0 > Session_logging : C:\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 : C:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file > Session_logging : C:\MERCURY\Sessions\MercuryP\   # Directory for session log files > Session_logmode : 0 > Scratch : C:\MERCURY\Scratch\MercuryP > Timeout : 60 > UIDL_nul_list : 1 > New_UIDs : 1 > No_NUL_passwords : 1 > [Domains] > artwales: artwales > artwales: artwales.biz Reasonable but you probably should also have the IP address in brackets if this is a fixed IP address. artwales: [74.208.138.235] </p>

I made changes to the SMTP server port (=465) and the SMTP address (=smtp.1and1.com), i now receive the following error message;

Connection error during handshake with smtp.1and1.com

failed

Error FF servicing queue job.

 

The mercury ini file is pasted 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:          artwales.biz    # Canonical name for this server
timezone:        +0100    # Time Zone to add to date fields
file_api:        1    # Use the file api instead of queues
mailqueue:       C:\MERCURY\QUEUE    # Where mail should be put for delivery
smtpqueue:       C:\MERCURY\QUEUE    # Where the SMTP client should look for mail
newmail_path:    C:\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:      C:\MERCURY\Mercury\FAILURE.MER    # Delivery failure notification template
confirmfile:   C:\MERCURY\Mercury\CONFIRM.MER    # Delivery confirmation template
aliasfile:     C:\MERCURY\Mercury\ALIAS.MER    # System-wide alias file
synfile:       C:\MERCURY\Mercury\SYNONYM.MER    # User synonym database
listfile:      C:\MERCURY\Mercury\LISTS.MER    # List of lists
logfile:       C:\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:       C:\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:      1    # ... 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 : smtp.1and1.com
Failfile : C:\MERCURY\Mercury\FAILURE.MER
Poll : 30
Scratch : C:\MERCURY\scratch
ReturnLines : 15
Timeout : 30
ESMTP : 1
Server_Port : 465
SMTP_Username: olawale@artwales.biz
SMTP_Password:
POP3_Auth : 0
POP3_Host : smtp.1and1.com
POP3_Port : 465
POP3_ConnFlags : 4
Logfile : C:\MERCURY\Logs\MercuryC\~y-~m-~d.log
Log_Verbose : 0
Session_logging : C:\MERCURY\Sessions\MercuryC
Session_logmode : 0

[MercuryE]
Session_logging : C:\MERCURY\Sessions\MercuryE
Session_logmode : 0
Poll : 15
Timeout : 60
Nameservers : 62.173.32.89,62.173.34.222
Logfile : C:\MERCURY\Logs\MercuryE\~y-~m-~d.log
Log_Verbose : 0
DNS_Timeout : 20
DNS_Retries : 4
Transcripts : 1
MaxThreads : 10

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

[MercuryS]
Debug : 1
Logfile : C:\MERCURY\Logs\MercuryS\~y-~m-~d.log
Timeout : 30
Relay : 0
Strict_Relay : 1
Server_Port : 465
Alt_Server_Port : 587
Allow_Illegals : 0
SMTP_Authentication : 0
Session_logging : C:\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 : C:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file
Session_logging : C:\MERCURY\Sessions\MercuryP\   # Directory for session log files
Session_logmode : 0
Scratch : C:\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]
artwales: artwales
artwales: artwales.biz
artwales: [74.208.138.235]

[Maiser]
Maiser:          Maiser   # 'Username' of mail server account
Helpfile:        C:\MERCURY\Mercury\MAISER.HLP   # Help sent on failed maiser requests
Lookupfile:      C:\MERCURY\Mercury\MAISER.LKP   # Format file for the 'lookup' command
Send_dir:        C:\MERCURY\Mercury\SENDABLE   # Directory for the 'send' command
Logfile:         C:\MERCURY\Logs\Maiser\~y-~m-~d.LOG   # Mail server log file
Notify:          C:\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 : C:\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 : C:\MERCURY\Scratch\MercuryI
Logfile : C:\MERCURY\Logs\MercuryI\~y-~m-~d.log
Timeout : 120
Server_Port : 143
SSL_Port: 993
Session_logging : C:\MERCURY\Sessions\MercuryI
Session_logmode : 0
Idle_Timeout : 1800
SSL_Mode : 0
Login_Disabled : 0
No_NUL_passwords : 1

[MercuryB]
Scratch : C:\MERCURY\Scratch\MercuryB
logfile : C:\MERCURY\Logs\MercuryB\~y-~m-~d.log   # Traffic logging file
Session_logging : C:\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

 

<P>I made changes to the SMTP server port (=465) and the SMTP address (=smtp.1and1.com), i now receive the following error message; </P> <P>Connection error during handshake with smtp.1and1.com</P> <P>failed</P> <P>Error FF servicing queue job.</P> <P mce_keep="true"> </P> <P>The mercury ini file is pasted below;</P> <P mce_keep="true"> </P> <P>#  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. #</P> <P>[General] myname:          artwales.biz    # Canonical name for this server timezone:        +0100    # Time Zone to add to date fields file_api:        1    # Use the file api instead of queues mailqueue:       C:\MERCURY\QUEUE    # Where mail should be put for delivery smtpqueue:       C:\MERCURY\QUEUE    # Where the SMTP client should look for mail newmail_path:    C:\MERCURY\MAIL\~N    # Where to find the users' WinPMail mailboxes.</P> <P>[Protocols] MERCURYS.DLL # MERCURYP.DLL # MERCURYE.DLL MERCURYC.DLL # MERCURYD.DLL MERCURYH.DLL # MERCURYF.DLL # MERCURYW.DLL # MERCURYX.DLL MERCURYI.DLL # MERCURYB.DLL</P> <P>[Mercury] failfile:      C:\MERCURY\Mercury\FAILURE.MER    # Delivery failure notification template confirmfile:   C:\MERCURY\Mercury\CONFIRM.MER    # Delivery confirmation template aliasfile:     C:\MERCURY\Mercury\ALIAS.MER    # System-wide alias file synfile:       C:\MERCURY\Mercury\SYNONYM.MER    # User synonym database listfile:      C:\MERCURY\Mercury\LISTS.MER    # List of lists logfile:       C:\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:       C:\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:      1    # ... 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</P> <P>[MercuryC] Host : smtp.1and1.com Failfile : C:\MERCURY\Mercury\FAILURE.MER Poll : 30 Scratch : C:\MERCURY\scratch ReturnLines : 15 Timeout : 30 ESMTP : 1 Server_Port : 465 SMTP_Username: <A href="mailto:olawale@artwales.biz">olawale@artwales.biz</A> SMTP_Password: POP3_Auth : 0 POP3_Host : smtp.1and1.com POP3_Port : 465 POP3_ConnFlags : 4 Logfile : C:\MERCURY\Logs\MercuryC\~y-~m-~d.log Log_Verbose : 0 Session_logging : C:\MERCURY\Sessions\MercuryC Session_logmode : 0</P> <P>[MercuryE] Session_logging : C:\MERCURY\Sessions\MercuryE Session_logmode : 0 Poll : 15 Timeout : 60 Nameservers : 62.173.32.89,62.173.34.222 Logfile : C:\MERCURY\Logs\MercuryE\~y-~m-~d.log Log_Verbose : 0 DNS_Timeout : 20 DNS_Retries : 4 Transcripts : 1 MaxThreads : 10</P> <P>[MercuryD] Session_logging : C:\MERCURY\Sessions\MercuryD\    # Directory for session log files Session_logmode : 0 Scratch : C:\MERCURY\Scratch\MercuryD # Timeout : 30 # Poll : 120               # How often to check hosts for new mail (seconds)</P> <P>[MercuryS] Debug : 1 Logfile : C:\MERCURY\Logs\MercuryS\~y-~m-~d.log Timeout : 30 Relay : 0 Strict_Relay : 1 Server_Port : 465 Alt_Server_Port : 587 Allow_Illegals : 0 SMTP_Authentication : 0 Session_logging : C:\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</P> <P>[MercuryP] logfile : C:\MERCURY\Logs\MercuryP\~y-~m-~d.log   # Traffic logging file Session_logging : C:\MERCURY\Sessions\MercuryP\   # Directory for session log files Session_logmode : 0 Scratch : C:\MERCURY\Scratch\MercuryP Timeout : 60 UIDL_nul_list : 1 New_UIDs : 1 No_NUL_passwords : 1</P> <P>[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</P> <P># [Groups] # testgroup            :     TESTGRP</P> <P>[Domains] artwales: artwales artwales: artwales.biz artwales: [74.208.138.235]</P> <P>[Maiser] Maiser:          Maiser   # 'Username' of mail server account Helpfile:        C:\MERCURY\Mercury\MAISER.HLP   # Help sent on failed maiser requests Lookupfile:      C:\MERCURY\Mercury\MAISER.LKP   # Format file for the 'lookup' command Send_dir:        C:\MERCURY\Mercury\SENDABLE   # Directory for the 'send' command Logfile:         C:\MERCURY\Logs\Maiser\~y-~m-~d.LOG   # Mail server log file Notify:          C:\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</P> <P>[MercuryH] logfile : C:\MERCURY\Logs\MercuryH\~y-~m-~d.log   # Traffic logging file # Addressbook : <A href="file://clio/SYS/SYSTEM/MERCURY/PH.PMR">\\CLIO\SYS\SYSTEM\MERCURY\PH.PMR</A> # MOTD : <A href="file://clio/SYS/SYSTEM/MERCURY/PH-MOTD.TXT">\\CLIO\SYS\SYSTEM\MERCURY\PH-MOTD.TXT</A> # Administrator : <A href="mailto:postmaster@clio.pmail.gen.nz">postmaster@clio.pmail.gen.nz</A> Timeout : 30</P> <P>[MercuryI] Scratch : C:\MERCURY\Scratch\MercuryI Logfile : C:\MERCURY\Logs\MercuryI\~y-~m-~d.log Timeout : 120 Server_Port : 143 SSL_Port: 993 Session_logging : C:\MERCURY\Sessions\MercuryI Session_logmode : 0 Idle_Timeout : 1800 SSL_Mode : 0 Login_Disabled : 0 No_NUL_passwords : 1</P> <P>[MercuryB] Scratch : C:\MERCURY\Scratch\MercuryB logfile : C:\MERCURY\Logs\MercuryB\~y-~m-~d.log   # Traffic logging file Session_logging : C:\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</P> <P>[Groups]</P> <P>[Rewrite]</P> <P>[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</P> <P mce_keep="true"> </P>
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