Re: change password without shell access

2006-12-29 Thread Ted Mittelstaedt
poppassd

Ted

- Original Message - 
From: Perttu Laine [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Wednesday, December 27, 2006 9:34 AM
Subject: Re: change password without shell access


 On 12/27/06, Derek Ragona [EMAIL PROTECTED] wrote:
 
   That is the easy solution, as there are plug ins for the vacations and
  password.  Otherwise you will need to roll your own.
 

 Easy solution for admins - yes. Not for users. Running another webmail
just
 password change is not option. What I need is like interface for just
 changing password and nothing else. Or possibly interface where you can
 login and change password and/or .forward. I know how we can do this other
 way (moving webmail to mailserver or forwarding all mail to mailboxes in
 shell-server), but I'm looking solution to solve this problem without
 changing current webmail/mail-system.

 But seems like answer to my question is: there are no software for this
 available ready to run.

 -- 
 kpn @ IRCnet
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


change password without shell access

2006-12-27 Thread Perttu Laine

Hello!

I'm looking tool for freebsd that allows user to change their password
without access to server. If there are any? We're running mail server with
nologin account and would like to let users change their password. From www
would be preferred way. And possibly to change their .forward file too. So
are there any tools for this?

--
kpn @ IRCnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change password without shell access

2006-12-27 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Perttu Laine wrote:
 Hello!
 
 I'm looking tool for freebsd that allows user to change their password
 without access to server. If there are any? We're running mail server with
 nologin account and would like to let users change their password. From www
 would be preferred way. And possibly to change their .forward file too. So
 are there any tools for this?

No tools are present that I know of, but using a little Perl/CGI
or PHP to execute passwd is pretty simple. Just be sure to use a series
of checks so people don't send in chars that can be interpreted for
execution or have special purpose uses by shells.

Don't suggest this solution as it is insecure, but it's an example:
http://www.cyberciti.biz/tips/change-linux-or-unix-system-password-using-php-script.html.
Don't remember how to change the password using command line arguments
either, but I know it can be done somehow (pw? passwd?), some way..

- -Garrett
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.1 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFkkfxEnKyINQw/HARAnHbAJ48STx6HSweC70knqKg0jTqO4sMygCgrWhJ
sumICGu1LY1AIzHtW2uZrgo=
=ios+
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change password without shell access

2006-12-27 Thread Derek Ragona
You need to look at the web-based email extensions.  There are a few of 
these, Squirrel Mail is one.  You will need to add the modules to support 
the functions you want.


-Derek

At 02:42 AM 12/27/2006, Perttu Laine wrote:

Hello!

I'm looking tool for freebsd that allows user to change their password
without access to server. If there are any? We're running mail server with
nologin account and would like to let users change their password. From www
would be preferred way. And possibly to change their .forward file too. So
are there any tools for this?

--
kpn @ IRCnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change password without shell access

2006-12-27 Thread Perttu Laine

On 12/27/06, Derek Ragona [EMAIL PROTECTED] wrote:


 You need to look at the web-based email extensions.  There are a few of
these, Squirrel Mail is one.  You will need to add the modules to support
the functions you want.



I know squirrel plugins would be one solution, but problem is that we run
webmail on remote machine and don't want to move it into mailserver 'cause
it would need more cpu and memory there. And running squirrelmail just for
password changing on mail server would be kinda stupid 'cause people would
need to login other webmail just to change their password. We would prefer
some much easier solution.

--
kpn @ IRCnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change password without shell access

2006-12-27 Thread Lane
On Wednesday 27 December 2006 02:42, Perttu Laine wrote:
 Hello!

 I'm looking tool for freebsd that allows user to change their password
 without access to server. If there are any? We're running mail server with
 nologin account and would like to let users change their password. From www
 would be preferred way. And possibly to change their .forward file too. So
 are there any tools for this?
There is /usr/ports/mail/poppwd which I've used from within 
neomail/openwebmail using https.  I believe you could even integrate it with 
samba.

lane
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change password without shell access

2006-12-27 Thread Derek Ragona
That is the easy solution, as there are plug ins for the vacations and 
password.  Otherwise you will need to roll your own.


-Derek


At 06:39 AM 12/27/2006, Perttu Laine wrote:

On 12/27/06, Derek Ragona [EMAIL PROTECTED] wrote:


 You need to look at the web-based email extensions.  There are a few of
these, Squirrel Mail is one.  You will need to add the modules to support
the functions you want.


I know squirrel plugins would be one solution, but problem is that we run
webmail on remote machine and don't want to move it into mailserver 'cause
it would need more cpu and memory there. And running squirrelmail just for
password changing on mail server would be kinda stupid 'cause people would
need to login other webmail just to change their password. We would prefer
some much easier solution.

--
kpn @ IRCnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change password without shell access

2006-12-27 Thread Jerry McAllister
On Wed, Dec 27, 2006 at 10:42:44AM +0200, Perttu Laine wrote:

 Hello!
 
 I'm looking tool for freebsd that allows user to change their password
 without access to server. If there are any? We're running mail server with
 nologin account and would like to let users change their password. From www
 would be preferred way. And possibly to change their .forward file too. So
 are there any tools for this?

Most web-mail utilities can do this - in particular, check out Squirrel.

jerry

 
 -- 
 kpn @ IRCnet
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change password without shell access

2006-12-27 Thread Perttu Laine

On 12/27/06, Derek Ragona [EMAIL PROTECTED] wrote:


 That is the easy solution, as there are plug ins for the vacations and
password.  Otherwise you will need to roll your own.



Easy solution for admins - yes. Not for users. Running another webmail just
password change is not option. What I need is like interface for just
changing password and nothing else. Or possibly interface where you can
login and change password and/or .forward. I know how we can do this other
way (moving webmail to mailserver or forwarding all mail to mailboxes in
shell-server), but I'm looking solution to solve this problem without
changing current webmail/mail-system.

But seems like answer to my question is: there are no software for this
available ready to run.

--
kpn @ IRCnet
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: change password without shell access

2006-12-27 Thread Beech Rintoul
On Wednesday 27 December 2006 08:34, Perttu Laine wrote:
 On 12/27/06, Derek Ragona [EMAIL PROTECTED] wrote:
   That is the easy solution, as there are plug ins for the vacations and
  password.  Otherwise you will need to roll your own.

 Easy solution for admins - yes. Not for users. Running another webmail just
 password change is not option. What I need is like interface for just
 changing password and nothing else. Or possibly interface where you can
 login and change password and/or .forward. I know how we can do this other
 way (moving webmail to mailserver or forwarding all mail to mailboxes in
 shell-server), but I'm looking solution to solve this problem without
 changing current webmail/mail-system.

 But seems like answer to my question is: there are no software for this
 available ready to run.

You could use webmin (in the ports) It might be a bit of overkill, but it will 
do what you want. Access can be set per user.

Beech

-- 
---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Alaska Paradise Travel
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgpjUei7kF3zL.pgp
Description: PGP signature


Re: change password without shell access

2006-12-27 Thread Lars Kristiansen

Perttu Laine skrev:

On 12/27/06, Derek Ragona [EMAIL PROTECTED] wrote:


 That is the easy solution, as there are plug ins for the vacations and
password.  Otherwise you will need to roll your own.



Easy solution for admins - yes. Not for users. Running another webmail just
password change is not option. What I need is like interface for just
changing password and nothing else. Or possibly interface where you can
login and change password and/or .forward. I know how we can do this other
way (moving webmail to mailserver or forwarding all mail to mailboxes in
shell-server), but I'm looking solution to solve this problem without
changing current webmail/mail-system.

But seems like answer to my question is: there are no software for this
available ready to run.



Perhaps:
http://www.freshports.org/sysutils/webmin/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]