> Here it is. What are we looking for? Thanks for taking a look
>
> [General]
> myname: localhost # 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: \xampp\MERCURYMAIL\QUEUE # Where mail should be put for delivery
> smtpqueue: \xampp\MERCURYMAIL\QUEUE # Where the SMTP client should look for mail
> newmail_path: \xampp\MERCURYMAIL\MAIL\~N # Where to find the users' WinPMail mailboxes.
>
> [Protocols]
> \xampp\MERCURYMAIL\mercurys.dll
Damn, another broken XAMPP setup. If you are going to use UNC then you need to user full UNC by adding the \\server\volume to all of these paths. Probably easier though if this is on a standalone system to use the drive:\\xampp\MERCURYMAIL\mercurys.dll All the paths in this file need to be changed.
> \xampp\MERCURYMAIL\mercurye.dll
> \xampp\MERCURYMAIL\mercuryp.dll
> \xampp\MERCURYMAIL\mercuryd.dll
> \xampp\MERCURYMAIL\mercuryx.dll
Do you really use MercuryX
> \xampp\MERCURYMAIL\mercuryf.dll
> \xampp\MERCURYMAIL\mercuryh.dll
> \xampp\MERCURYMAIL\mercuryw.dll
Or these three??
> \xampp\MERCURYMAIL\mercuryi.dll
> \xampp\MERCURYMAIL\mercuryb.dll
>
>
> [Mercury]
> failfile: \xampp\MERCURYMAIL\Mercury\FAILURE.MER # Delivery failure notification template
> confirmfile: \xampp\MERCURYMAIL\Mercury\CONFIRM.MER # Delivery confirmation template
> aliasfile: \xampp\MERCURYMAIL\Mercury\ALIAS.MER # System-wide alias file
> synfile: \xampp\MERCURYMAIL\Mercury\SYNONYM.MER # User synonym database
> listfile: \xampp\MERCURYMAIL\Mercury\LISTS.MER # List of lists
> 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
> bitnethost: cunyvm.cuny.edu # Relay host for '.bitnet' rewrites
> poll: 10 # Seconds between queue polling cycles
> scratch: \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
>
> [MercuryC]
Not used.
>
> [MercuryE]
> Poll : 15
> Timeout : 60
> # Session_logging : o:\mail\mercury\melogs
> # Session_logmode : 1
> # Nameservers : 139.80.64.1
>
> [MercuryD]
> scratch : \xampp\MERCURYMAIL\Mercury
> # Timeout : 30
> # Poll : 120 # How often to check hosts for new mail (seconds)
>
> [MercuryS]
> # Session_logging: G:\ # Directory to write session transcripts
> debug: 1 # Whether or not to show session progress
> # allow: 192.156.225.2 # A machine we WILL permit to connect
> # refuse: 192.156.225.0 # A group of machines we WON'T permit.
> logfile: \xampp\MERCURYMAIL\Logs\MERCURYS.LOG
> # size: 1500000
> Relay : 0 # Control non-local relaying
>
>
>
> [MercuryP]
> Scratch : \xampp\MERCURYMAIL\Mercury
> Stack : 32768
> Mark_Read : 1
> SSL_Mode : 0
> Login_Disabled : 0
> Timeout : 60
>
> [MercuryX]
> # 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]
> # NetWare Server Domain name
> localhost : localhost
> localhost : localhost.net
> localhost : localhost.org
> localhost : localhost.com
Should have a real domain in here if you are going to be receiving mail either by MercuryD or MercuryS.