Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

POP Server is not starting

Quote Reply
POP Server is not starting
Hi,

I have installed GT Mail and the POP server plug in. When i started the daemon, it is showing the status of server is running. but when i again refresh the server status it is showing that server is not started. i couldn't able to understand why this serious pleoblem is happenning. please help me in this regard.



Thanks,

Buchibabu
Quote Reply
Re: [buchibabut] POP Server is not starting In reply to
It's a bug with 2.1.0 with the pop server plugin (this will be fixed in 2.1.1). If you take a look at the plugin's Pop_Server.pm, around line 305, you should have a line like:
Code:
$CFG->load_language($t);
To fix it, change it to:
Code:
$CFG->load_template_set($t);

Adrian
Quote Reply
Re: [brewt] POP Server is not starting In reply to
Thank you adrian,

After changing the code the POP server is running

Buchibabu