Frog's Technical Page

Aliasing with Mercury/32


Solution 1:

You might just want to use the built-in utility to update Alias.mer:

Just get to Mercury|Configuration|Aliases


And then do your stuff: select an item and modify/delete it, or use Add:


New aliasing will start at once (for jobs entering Mercury's queue).


Solution 2:

You might prefer to keep things organized your way (it takes more time).

You start modifying Alias.src, like here with Notepad

;
; Mercury Alias Source File
;
;-----------------------------------------------------------------
cmeclax@ixazon.dynip.com == cmeclax.co.uk


Then you have to compile Alias.src into Alias.mer using Malias.exe
But you have to be careful and move Alias.mer where it belongs, as marked in Mercury|Configuration|Files


New aliasing will not take effect until Mercury restarts.


Back to Tek's Index or Root Index or Root Main Pages