Hi,
I would like to be able to have my users forward their e-mail to other users when they will be out of the office.
Because of limitations in their client (outlook 2003) they cannot do this directly from the client (without Exchange server).
I'd like my user to be able to send an email or command to Mercury and have mercury add the forwarding.
Is this possible?
I'm thinking of using a filter that runs a batch file that adds another filter or toggles a specific filter on or off say by editing the Rules.mer file. Anyone try something like this?
Thanks,
MP
> I'd like my user to be able to send an email or command to Mercury and have mercury add the forwarding.
>
> Is this possible?
Mail forwarding is handled by a file called FORWARD in the user's mail directory. FORWARD can contain the following lines.
Forward-To: <address>
Deliver-Also: <Y> or <N>
The <address> is a single address to which the message should be forwarded. While each Forward-To: line can only contain a single address, a user's FORWARD file can contain multiple Forward-To: lines, which will result in the message being forwarded separately to the address specified in each line.
You must turn on this capability in Configuration | Mercury core | Advanced "Allow file-based forwarding specification using FORWARD files".
The users will need something to save the FORWARD file in the correct directory.
Thomas,
Sweet! I noted however that it does not allow for a file extensions. If it did, I'd just shorcut the file with instructions to user desktops and they could *easily* open and edit.
Maybe I'll try a batch file instead to make it easier for users to turn on and off the forwarding.
Thanks!
MP
Or you could use the web interface here for it.
/Rolf
Rolf,
Humm, having some issue with this.
Have installed, retrieves my Mercuys settings, mailbox Dir, but only sees 2 of my ~50 mailboxes.
How to access from the browser? (I see the HTTP file in WEB dir, but the the menus do nothing when clicked.)
Do I need IIS or something?
EDIT: I see I don;t need IIS, however I cannot connect via my browser. What URL should I be using to connect to the web server? I tried serverIP:port. That does not work.
EDIT: I used this http://serverIP:81/template.html and get the interface but all I get is "mailbox name not given".
EDIT: Ok, I'm getting somewhere with acces to the sites, however it is not seeing my mail boxes. It give me () and Admin only for mail boxes.
My boxes are on a different server than where Mercury is installed. Thomas said to not do this, however I have always done it this way and if Mercury lost its connection with the server, it would just crash and get or tryto deliver any mail.
Is my problem that I need to have the mail boxes on the same server?
I get "WARNING: Mercury not found" in the HTTP server window.
EDIT: How does the server know where my mailboxe and Queue directories are located? It is not defined in the INI file?
Thanks,
Mark
If your Mercury installation isn't found then neither will your mailboxes be found. The program automatically searches in well-known locations like c:\mercury\, and checks the location pointed to by the Windows registry entry for Mercury, if there is one. If this for some reason this fails you can enter the path manually in http.ini (MercDir).
As you already found out the way to access the program is to point your web browser to your server address and the selected port, for instance http://serverIP:81.
/Rolf
Thomas,
I'm having a problem. If I create the forward file, with an email address, it forwards fine. However, if I remove the the email address from the forward file, Mercury is delivering a copy to ADMIN user. If I remove the forward file, its stop generating the copy.
Forward file contents:
Forward-To:
Deliver-Also: Y
#To start forwarding, after "Forward-To:" add your forward email address.
#(Ex Forward-To: giggles@laugh.com )
#Change the Y to N if you DO NOT want a copy to go to your mail box when the message is forwarded.
Do I need to remove the forward file from the mailbox vs just editing it and removing the forward address?
Thanks much,
MP
Your previous draft for topic is pending
If you continue, your previous draft will be discarded.