'Password Change' plugin can't change password of remote mail server

View: New views
4 Messages — Rating Filter:   Alert me  

'Password Change' plugin can't change password of remote mail server

by Nirmalya Lahiri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi all,
 I have faced a typical problem few days ago. In my office I have two different server for mail system, one for mail service and another for http service. Squirrellmail is installed in http server. SquirrellMail retrieves and sends mails to/from mail server. There is no problem at all.

 Problem arise when I try to install "Password Change" plugin in squirrellmail. Our mail authentication system is based on /etc/password or /etc/shadow files, and it resides in mail server, but squirrellmail is installed in http server. The plugin which is available for download from squirrellmail website can change the password of local server only where it is installed.

 Have any one faced this problem before?

regards,
Nirmalya Lahiri



     

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Parent Message unknown Re: 'Password Change' plugin can't change password of remote mail server

by V S Rao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


You need to install poppasswd daemon on the mail server and configure the Change_pass plugin to point to that mail server. Then the Change password will work. Follow the link below:

http://www.squirrelmail.org/plugin_view.php?id=21

Regards
V S Rao

----- Original Message -----
From: nirmalyalahiri@...
To: squirrelmail-plugins@...
Sent: Wednesday, June 17, 2009 11:07:51 AM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi
Subject: [SM-PLUGINS] 'Password Change' plugin can't change password of remote mail server


Hi all,
 I have faced a typical problem few days ago. In my office I have two different server for mail system, one for mail service and another for http service. Squirrellmail is installed in http server. SquirrellMail retrieves and sends mails to/from mail server. There is no problem at all.

 Problem arise when I try to install "Password Change" plugin in squirrellmail. Our mail authentication system is based on /etc/password or /etc/shadow files, and it resides in mail server, but squirrellmail is installed in http server. The plugin which is available for download from squirrellmail website can change the password of local server only where it is installed.

 Have any one faced this problem before?

regards,
Nirmalya Lahiri



     

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Parent Message unknown Re: 'Password Change' plugin can't change password of remote mail server

by Nirmalya Lahiri :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


--- On Wed, 6/17/09, V S Rao <viriyala@...> wrote:

> You need to install poppasswd daemon on the mail server and
> configure the Change_pass plugin to point to that mail
> server. Then the Change password will work. Follow the link
> below:
>
> http://www.squirrelmail.org/plugin_view.php?id=21
>


Mr. Rao,
 Thanks for your openion. I also solve this problem by some other method. In my procss, you, no need to install any other deamon process like poppasswd in the server. Just you need to configure 'Change Password' and ssh configuration between server and client.

 I think ssh protocol is much secure in case, we have to share the public network to connect server from client. By the way please check the methods I have followed.

http://how-i-did-it-nirmalyalahiri.blogspot.com/

Regards,
Nirmalya



     

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins

Parent Message unknown Re: 'Password Change' plugin can't change password of remote mail server

by V S Rao :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

Your idea of using ssh is very good and definitely agree on the security part where the password is not transmitted 'clear text' over the network (Assuming that you use https for the webmail & use IMAPS and POP3S instead of IMAP & POP3).

However by establishing a 'trust' relationship between the webmail server & mail server essentially you have created a security hole in your system. Anyone who can access your webmail server (hacking the server) can automatically access your mail server with administrative privileges. So ensure that you build enough defense against it.

Regards
V S Rao

----- Original Message -----
From: nirmalyalahiri@...
To: "Squirrelmail Plugins Mailing List" <squirrelmail-plugins@...>
Cc: paul@...
Sent: Thursday, June 18, 2009 1:53:11 PM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi
Subject: Re: [SM-PLUGINS] 'Password Change' plugin can't change password of remote mail server


--- On Wed, 6/17/09, V S Rao <viriyala@...> wrote:

> You need to install poppasswd daemon on the mail server and
> configure the Change_pass plugin to point to that mail
> server. Then the Change password will work. Follow the link
> below:
>
> http://www.squirrelmail.org/plugin_view.php?id=21
>


Mr. Rao,
 Thanks for your openion. I also solve this problem by some other method. In my procss, you, no need to install any other deamon process like poppasswd in the server. Just you need to configure 'Change Password' and ssh configuration between server and client.

 I think ssh protocol is much secure in case, we have to share the public network to connect server from client. By the way please check the methods I have followed.

http://how-i-did-it-nirmalyalahiri.blogspot.com/

Regards,
Nirmalya



     

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
-----
squirrelmail-plugins mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-plugins@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.plugins
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-plugins