I recall using emails to give poll / pause commands to various modules using MercX, maybe this could be used for your purpose.
It was a long time ago on dial up, so the details are fuzzy, but should be in the MercX docs.
Edit: there is a bug with MercX in the 4.72 release, such that on startup some other modules are started in paused mode, but I suppose that could be worked around by sending unpause commands as above by a startup script. [:)]
Where it has the address of your ISP server, put the address of your Mercury server.
[quote]it does not recognize smtp.my domain[/quote]
Does smtp.my.domain resolve to your Mercury box (locally)?
If not, just use its (local) IP address.
[/quote] OK,,, thanks for all the help... I was still having probs and I finnaly found the "generate test messages" option under file and it created a FF Error... I must of messed the last install so I reverted back to a previous install and all is fin with MercC...
I have just moved my Mercury32 to Ubuntu 9.10 with wine. All looks good and seems to be working, but, when i send a email i get the following in SMTP client.......
"NS Error: resolv: sethtent() could not open hosts file etc\hosts, errn
NS Error: resolv: gethtent() could not open hosts file etc\hosts, errn"
This repeats a few times, then it says...."processing job MO0000?? Resolved MX for '??????.com'"
Then email sends fine, it happens on every email being sent.Emails being recieved are processed no problem.
In our local network we using Pmail and Mercury also for transmitting of local mails. To do so I have to type only the initials of an user e.g. "jm" for Joerg Mueller and the mail finds its way.
But for sending mails to the internet the sender name would be: "jm@company.mbh", where "jm" as well as "company.mbh" is wrong. The synonym.mer file contains the real valid internet e-mail addresses of each user in the following format:
j.mueller@company.com == jm
So mercury knows what "jm" means, and it works.
I have also tried to achive this goal by Alias Names, but without success. I never understand the difference between synonym and aliases. :-)
I took out the modules one at a time and traced it to X. Then I found that turning off the Win98 dialling functions resolved it. I'm not sure why they were on, and even less sure why changing a network adaptor would lead to their causing a problem.
Failed RCPT restriction is per SMTP session. If the short-term blacklist option isn't switched on previous problems won't affect the next send attempt (and if it is the IP blacklisting will expire after 30 minutes). Could it be that there is some other issue with the settings in her email client?
I assume that you want to prevent out-of-office replies being forwarded to the whole mailing list. I haven't tested but presumably you can find something common in these messages (perhaps sent by outlook/exchange and containing certain words) and build a filter to delete them rather than deliver them to the mailing list.
Thank you, Paul. I had made these assumptions in my design of the policy definitions and associated scripts, but I am pleased to hear this confirmation.
1. Yes. The loader is not required as the service performs the monitor & restart functions. Also a daily restart is not usually required on a recent OS, earlier versions of Windows sometimes had issues with memory management and leaks that a daily restart would overcome.
2. As stated above, a known bug.
3. This could be a result of the user account Mercury is running under. I have been using NTWrapper for some time (since before Mercury could do it) to run as a service and this is working fine, so I have not changed to using the built in service functionality.