Hi A.H.
The service runs without the GUI, but when you start MrPostman again via
icon/link, this (second) MrPostman instance will send a message to the
service to open the GUI - under XP you probably see the difference,
because when the service's GUI pops up, you will see it in the standard
Java skin as opposed to the Windows skin, when no service is running.
If you then change the ports, you will get a message that this requires
you to restart MrPostman. The MrPostman service can only be restarted by
a) rebooting your system or b) by uninstalling and reinstalling it (as
the message in the install-service script also tells you).
Module settings can be changed without having to restart MrPostman.
Thus just reboot your system and the service should use the desired ports.
Hope this helps,
Martin
mrahk . wrote:
> Hi Mike,
>
> Thanks for your reaction.
>
> Well, I don't reply to the users mailinglist since Hotmail makes a
> mess of this message (it looks like a webpage). Instead I'll copy and
> paste it a bit and I'll forward this to the developers also, probably
> they know something to solve the problem.
> Anyway, concerning your answer. I think It doesn't answer my problem
> so far.
>
> You point out that the GUI runs independently from the service, that
> would explain the behaviour as shown in the log file, but I think it
> doesn't explain why the program writes in the logfile:
>
> INFO: NOT Starting gui according to preferences
>
> And in the help file it says:
>
> "ATTENTION: The services run with another user. If you want to use
> non-standard option values you have to set them again: Start the
> service, then start MrPostman again normally - this will pop up the
> GUI of the service (at least with XP). Check and/or modify the options
> or import settings."
>
> What I want to know is how I can make the service to use port 110 for
> retrieving mail and port 25 for sending mail instead of the standard
> ports (11110 and 25250). As I do as described in the helpfile (so the
> instructions mentioned above) the service still continues to use the
> standard ports (and I do use XP, so I guess that should not be the
> problem).
>
> Yours,
> A.H. Kamminga.
>
> Hi A.H.,
>
> You have posted this to a mailing list, so people like me are welcome
> to try to help you. Note that I *am not* a developer of
> MrPostman...I'm just another happy user. If you need more support,
> please choose "Reply All" so that your request is delivered to all of
> us for the best response.
>
> I do not believe that the GUI is meant to run along with the service.
> If you want the GUI to start, put a shortcut to the batch file in your
> startup folder and enable the check mark to "open the GUI upon
> startup" (as I presume you already have). The point of running as a
> service is to put it in the background and automate it.
>
> Also, if you are trying to debug the problem, simply allow the service
> to start (as you have) and then click on the MrPostman icon. Because
> the service is already started, the GUI will be displayed. Had the
> service not been started, the GUI will NOT be displayed the first time
> MrPostman is started manually. It will only be displayed if MrPostman
> is already running.
>
> Hope this helps,
> -mike
>
>
> mrahk . wrote:
> Dear mr/mrs,
>
> On the internet I found your great program. This is what I've been
> looking for for a long time.
> When using the GUI-version everything works fantastic, but when trying
> to use the program as a service there appears to be a small annoying
> problem:
>
> My firewall can only scan for viruses in E-mail messages through port
> 25 en 110 (standard SMTP and POP). So I decided to change this in the
> GUI. And of course the program works great. But when trying to use the
> service (no GUI) my E-mail program suddenly cannot retrieve any mail
> messages.
> When I look in the logfile of mrpostman it says:
> ----------------------------------------------------------------------------------------------------------
>
>
> STATUS | wrapper | 2005/09/01 22:24:04 | --> Wrapper Started as Service
> STATUS | wrapper | 2005/09/01 22:24:05 | Launching a JVM...
> INFO | jvm 1 | 2005/09/01 22:24:05 | Wrapper (Version 3.1.0)
> http://wrapper.tanukisoftware.org
> INFO | jvm 1 | 2005/09/01 22:24:05 |
> INFO | jvm 1 | 2005/09/01 22:24:06 | 1-sep-2005 22:24:06
> org.mrbook.mrpostman.Settings <clinit>
> INFO | jvm 1 | 2005/09/01 22:24:06 | INFO: Loading preferences
> INFO | jvm 1 | 2005/09/01 22:24:07 | 1-sep-2005 22:24:07
> org.mrbook.mrpostman.MrPostman initModules
> INFO | jvm 1 | 2005/09/01 22:24:07 | INFO: initialisation of Modules
> INFO | jvm 1 | 2005/09/01 22:24:07 | 1-sep-2005 22:24:07
> org.mrbook.mrpostman.MrPostman testAndAddModule
> INFO | jvm 1 | 2005/09/01 22:24:07 | INFO: Loaded module:
> org.mrbook.mrpostman.generic.GenericMailSession
> INFO | jvm 1 | 2005/09/01 22:24:07 | 1-sep-2005 22:24:07
> org.mrbook.mrpostman.pop.PopServer <init>
> INFO | jvm 1 | 2005/09/01 22:24:07 | INFO: Starting PopServer on
> port 11110
> INFO | jvm 1 | 2005/09/01 22:24:07 | 1-sep-2005 22:24:07
> org.mrbook.mrpostman.pop.PopServer <init>
> INFO | jvm 1 | 2005/09/01 22:24:07 | INFO: PopServer started
> INFO | jvm 1 | 2005/09/01 22:24:07 | 1-sep-2005 22:24:07
> org.mrbook.mrpostman.smtp.SmtpServer <init>
> INFO | jvm 1 | 2005/09/01 22:24:07 | INFO: Starting SmtpServer on
> port 25250
> INFO | jvm 1 | 2005/09/01 22:24:07 | 1-sep-2005 22:24:07
> org.mrbook.mrpostman.smtp.SmtpServer <init>
> INFO | jvm 1 | 2005/09/01 22:24:07 | INFO: SmtpServer started
> INFO | jvm 1 | 2005/09/01 22:24:07 | 1-sep-2005 22:24:07
> org.mrbook.mrpostman.MrPostman <init>
> INFO | jvm 1 | 2005/09/01 22:24:07 | INFO: NOT Starting gui
> according to preferences
> INFO | jvm 1 | 2005/09/01 22:24:07 | MrPostmanService started.
> ----------------------------------------------------------------------------------------------------------
>
>
>
> As it says: the program did not start according to the preferences...
> My question is: can I make the service to respect the preferences I
> have set?
>
> Sincerely yours,
>
> A.H. Kamminga.
>
>
>
>
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle
> Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing
> & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Mrpostman-developers mailing list
> Mrp...@li...
> https://lists.sourceforge.net/lists/listinfo/mrpostman-developers
>
>
|