[xmail] User password

2013-03-08 Thread Barry Kavanagh
I have an old Xmail server running on a Gentoo Vmware box with full root
access.I want to send a mail as user15 but can't remember the password.I
have very basic Linux :( I am trying to reset the password for user15

I have tried entering say "user15" "XYZ" and saving the file but it does not
work.

How do I successfully reset this Xmail user password when the server has no
X server and no web admin.

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] User password

2013-03-08 Thread Barry Kavanagh
Hi Fred,

Thanks for your help, unfortunately port 6017 is closed I only have access
using the shell prompt and don't know the Xmail admin password but I do have
full root shell access.

Regards
Barry

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:39
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

I use this to control my server:

http://www.webifi.com/xmail/

It talks to XMail through TCP PORT 6017 which is where XMail listen for its
control protocol.

You could also telnet localhost 6017

Then type "root"[ TAB]"yourpassword"[enter] Then type
"userpasswd"[TAB]"domain"[TAB]"username"[TAB]"password"[enter]


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 09:00
To: xmail@xmailserver.org
Subject: [xmail] User password

I have an old Xmail server running on a Gentoo Vmware box with full root
access.I want to send a mail as user15 but can't remember the password.I
have very basic Linux :( I am trying to reset the password for user15

I have tried entering say "user15" "XYZ" and saving the file but it does not
work.

How do I successfully reset this Xmail user password when the server has no
X server and no web admin.

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] User password

2013-03-08 Thread Barry Kavanagh
Ok password has been changed for my user, how can I stop Xmail to write the
changes?

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:54
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

Then you have to change the string inside the file ctrlaccounts.tab

Use XMCrypt to generate a new password: (in bin/ folder)

mail# ./XMCrypt test
11001611

Replace the generated string in file ctrlaccounts.tab

"root"[TAB]"11001611"[ENTER]

You now have root access to the XMail server. You can now reset any user
passwords by following the procedure I sent you in the last reply.


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 10:48
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

Hi Fred,

Thanks for your help, unfortunately port 6017 is closed I only have access
using the shell prompt and don't know the Xmail admin password but I do have
full root shell access.

Regards
Barry

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:39
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

I use this to control my server:

http://www.webifi.com/xmail/

It talks to XMail through TCP PORT 6017 which is where XMail listen for its
control protocol.

You could also telnet localhost 6017

Then type "root"[ TAB]"yourpassword"[enter] Then type
"userpasswd"[TAB]"domain"[TAB]"username"[TAB]"password"[enter]


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 09:00
To: xmail@xmailserver.org
Subject: [xmail] User password

I have an old Xmail server running on a Gentoo Vmware box with full root
access.I want to send a mail as user15 but can't remember the password.I
have very basic Linux :( I am trying to reset the password for user15

I have tried entering say "user15" "XYZ" and saving the file but it does not
work.

How do I successfully reset this Xmail user password when the server has no
X server and no web admin.

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] User password

2013-03-08 Thread Barry Kavanagh
Thank you for the reply,

 

Even though I changed the password I still cannot authenticate. I can telnet
to my server on port 110.

 

Regards

Barry

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Chris Franklin
Sent: 08 March 2013 16:27
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

No need. It should just be active. XMail claim to index/cache data but we've
never seen this to be true.

On Mar 8, 2013 11:25 AM, "Barry Kavanagh" 
wrote:

Ok password has been changed for my user, how can I stop Xmail to write the
changes?

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:54
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

Then you have to change the string inside the file ctrlaccounts.tab

Use XMCrypt to generate a new password: (in bin/ folder)

mail# ./XMCrypt test
11001611

Replace the generated string in file ctrlaccounts.tab

"root"[TAB]"11001611"[ENTER]

You now have root access to the XMail server. You can now reset any user
passwords by following the procedure I sent you in the last reply.


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 10:48
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

Hi Fred,

Thanks for your help, unfortunately port 6017 is closed I only have access
using the shell prompt and don't know the Xmail admin password but I do have
full root shell access.

Regards
Barry

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:39
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

I use this to control my server:

http://www.webifi.com/xmail/

It talks to XMail through TCP PORT 6017 which is where XMail listen for its
control protocol.

You could also telnet localhost 6017

Then type "root"[ TAB]"yourpassword"[enter] Then type
"userpasswd"[TAB]"domain"[TAB]"username"[TAB]"password"[enter]


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 09:00
To: xmail@xmailserver.org
Subject: [xmail] User password

I have an old Xmail server running on a Gentoo Vmware box with full root
access.I want to send a mail as user15 but can't remember the password.I
have very basic Linux :( I am trying to reset the password for user15

I have tried entering say "user15" "XYZ" and saving the file but it does not
work.

How do I successfully reset this Xmail user password when the server has no
X server and no web admin.

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail



gentoo.png
Description: Binary data


outlook_message.png
Description: Binary data
___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] User password

2013-03-08 Thread Barry Kavanagh
Hi Ben,

I tried changing my password multiple times but it is just not working. I am
so frustrating right now. This is what I get from a packet analysis but I
know the password is correct!

Packet Trace

+OK <1362772686.1015...@target-domain.net> [XMail 1.22 POP3 Server] service
ready; Fri, 8 Mar 2013 19:58:06 -
USER use...@target-domain.net
+OK Password required for use...@target-domain.net
PASS user15
-ERR Invalid auth or access denied

Regards
Barry

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Ben Green
Sent: 08 March 2013 19:28
To: XMail Users Mailing List
Subject: Re: [xmail] User password

Hello Barry,

If you have root access to the server why not just edit the "mailusers.tab"
file?

That file will be located in:

/var/MailRoot/

Normally, and find the line that looks a like this:

"mydomain.com""username""0401080c0b"7"usernamedirectory"
"U"

The "0401080c0b" password is admin in plain text ;-)

Once you have done that you may need to restart xmail server... this should
do it:

/etc/init.d/xmail restart

Hope that helps :-)

Benjamin.

--- On Fri, 8/3/13, Barry Kavanagh  wrote:

> From: Barry Kavanagh 
> Subject: [xmail] User password
> To: xmail@xmailserver.org
> Date: Friday, 8 March, 2013, 14:00
> I have an old Xmail server running on
> a Gentoo Vmware box with full root
> access.I want to send a mail as user15 but can't remember the 
> password.I have very basic Linux :( I am trying to reset the password 
> for user15
> 
> I have tried entering say "user15" "XYZ" and saving the file but it 
> does not work.
> 
> How do I successfully reset this Xmail user password when the server 
> has no X server and no web admin.
> 
> ___
> xmail mailing list
> xmail@xmailserver.org
> http://xmailserver.org/mailman/listinfo/xmail
> 
___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] User password

2013-03-08 Thread Barry Kavanagh
I have already rebooted the server a good few times, restarted Xmail
processes and nothing.

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Chris Franklin
Sent: 08 March 2013 17:08
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

It really should have worked. I just retested it on 3 of are servers. Oh
well just kill xmail's paid and restart/launch it.

If your not clear on how to do that. Then just restart the server. If walk
you through the killing of pid and restarting XMail. But I think your a
little out of your element as it is. So rebooting should be the easiest
option for you.

On Mar 8, 2013 12:01 PM, "Barry Kavanagh" 
wrote:

Thank you for the reply,

 

Even though I changed the password I still cannot authenticate. I can telnet
to my server on port 110.

 

Regards

Barry

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Chris Franklin
Sent: 08 March 2013 16:27
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

No need. It should just be active. XMail claim to index/cache data but we've
never seen this to be true.

On Mar 8, 2013 11:25 AM, "Barry Kavanagh" 
wrote:

Ok password has been changed for my user, how can I stop Xmail to write the
changes?

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:54
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

Then you have to change the string inside the file ctrlaccounts.tab

Use XMCrypt to generate a new password: (in bin/ folder)

mail# ./XMCrypt test
11001611

Replace the generated string in file ctrlaccounts.tab

"root"[TAB]"11001611"[ENTER]

You now have root access to the XMail server. You can now reset any user
passwords by following the procedure I sent you in the last reply.


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 10:48
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

Hi Fred,

Thanks for your help, unfortunately port 6017 is closed I only have access
using the shell prompt and don't know the Xmail admin password but I do have
full root shell access.

Regards
Barry

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:39
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

I use this to control my server:

http://www.webifi.com/xmail/

It talks to XMail through TCP PORT 6017 which is where XMail listen for its
control protocol.

You could also telnet localhost 6017

Then type "root"[ TAB]"yourpassword"[enter] Then type
"userpasswd"[TAB]"domain"[TAB]"username"[TAB]"password"[enter]


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 09:00
To: xmail@xmailserver.org
Subject: [xmail] User password

I have an old Xmail server running on a Gentoo Vmware box with full root
access.I want to send a mail as user15 but can't remember the password.I
have very basic Linux :( I am trying to reset the password for user15

I have tried entering say "user15" "XYZ" and saving the file but it does not
work.

How do I successfully reset this Xmail user password when the server has no
X server and no web admin.

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] User password

2013-03-09 Thread Barry Kavanagh
Done, but it still returning the same error L

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Chris Franklin
Sent: 08 March 2013 16:00
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

Edit your mailusers.tab file and change password field to "54525253" that
will make the password 1776

The password field is the third field.

 

 

 

On Fri, Mar 8, 2013 at 10:48 AM, Barry Kavanagh
 wrote:

Hi Fred,

Thanks for your help, unfortunately port 6017 is closed I only have access
using the shell prompt and don't know the Xmail admin password but I do have
full root shell access.

Regards
Barry

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:39
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

I use this to control my server:

http://www.webifi.com/xmail/

It talks to XMail through TCP PORT 6017 which is where XMail listen for its
control protocol.

You could also telnet localhost 6017

Then type "root"[ TAB]"yourpassword"[enter] Then type
"userpasswd"[TAB]"domain"[TAB]"username"[TAB]"password"[enter]


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 09:00
To: xmail@xmailserver.org
Subject: [xmail] User password

I have an old Xmail server running on a Gentoo Vmware box with full root
access.I want to send a mail as user15 but can't remember the password.I
have very basic Linux :( I am trying to reset the password for user15

I have tried entering say "user15" "XYZ" and saving the file but it does not
work.

How do I successfully reset this Xmail user password when the server has no
X server and no web admin.

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

 

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] User password

2013-03-09 Thread Barry Kavanagh
Nothing in that directory I'm afraid

 

If anyone is curious about this dilemma I can provide the vmware virtual
machine for download?  I may give up on the issue soon.

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Bart Mortelmans
Sent: 08 March 2013 21:45
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

Is there maybe a file with your username in it stuck in MailRoot/pop3locks

 

Sincerely,

Bart

 

 

 

On 8-mrt.-2013, at 21:02, Barry Kavanagh wrote:





I have already rebooted the server a good few times, restarted Xmail
processes and nothing.

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Chris Franklin
Sent: 08 March 2013 17:08
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

It really should have worked. I just retested it on 3 of are servers. Oh
well just kill xmail's paid and restart/launch it.

If your not clear on how to do that. Then just restart the server. If walk
you through the killing of pid and restarting XMail. But I think your a
little out of your element as it is. So rebooting should be the easiest
option for you.

On Mar 8, 2013 12:01 PM, "Barry Kavanagh" 
wrote:

Thank you for the reply,

 

Even though I changed the password I still cannot authenticate. I can telnet
to my server on port 110.

 

Regards

Barry

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Chris Franklin
Sent: 08 March 2013 16:27
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

No need. It should just be active. XMail claim to index/cache data but we've
never seen this to be true.

On Mar 8, 2013 11:25 AM, "Barry Kavanagh" 
wrote:

Ok password has been changed for my user, how can I stop Xmail to write the
changes?

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:54
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

Then you have to change the string inside the file ctrlaccounts.tab

Use XMCrypt to generate a new password: (in bin/ folder)

mail# ./XMCrypt test
11001611

Replace the generated string in file ctrlaccounts.tab

"root"[TAB]"11001611"[ENTER]

You now have root access to the XMail server. You can now reset any user
passwords by following the procedure I sent you in the last reply.


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 10:48
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

Hi Fred,

Thanks for your help, unfortunately port 6017 is closed I only have access
using the shell prompt and don't know the Xmail admin password but I do have
full root shell access.

Regards
Barry

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:39
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

I use this to control my server:

http://www.webifi.com/xmail/

It talks to XMail through TCP PORT 6017 which is where XMail listen for its
control protocol.

You could also telnet localhost 6017

Then type "root"[ TAB]"yourpassword"[enter] Then type
"userpasswd"[TAB]"domain"[TAB]"username"[TAB]"password"[enter]


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 09:00
To: xmail@xmailserver.org
Subject: [xmail] User password

I have an old Xmail server running on a Gentoo Vmware box with full root
access.I want to send a mail as user15 but can't remember the password.I
have very basic Linux :( I am trying to reset the password for user15

I have tried entering say "user15" "XYZ" and saving the file but it does not
work.

How do I successfully reset this Xmail user password when the server has no
X server and no web admin.

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


___
xmail mailing list
xmail@xmailserver.org
http:/

Re: [xmail] User password

2013-03-09 Thread Barry Kavanagh
Positive I mean to me it makes no sense. My environment is as follows

 

2 Virtual machines

Windows XP machine - IP address 10.1.1.17 (fresh install, outlook &
thunderbird mail clients, no AV, no firewall)

Gentoo Machine - IP address 10.1.1.200

 

A port scan of the Gentoo machine reveals ports 110, 25, 53 open but no 6017

Both machines can ping each other. I have full root access for both machines

I can telnet to port 110 and 25, haven't tried any commands for the POP3 as
I don't know hot to ask the server via telnet to authenticate users etc.

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Phillip R. Shaw
Sent: 09 March 2013 16:07
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

Really dumb question.

Are you sure you are hitting the correct xmail server?

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: Saturday, March 09, 2013 10:06 AM
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

 

Done, but it still returning the same error L

 

From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Chris Franklin
Sent: 08 March 2013 16:00
To: XMail Users Mailing List
Subject: Re: [xmail] User password

 

Edit your mailusers.tab file and change password field to "54525253" that
will make the password 1776

The password field is the third field.

 

 

 

On Fri, Mar 8, 2013 at 10:48 AM, Barry Kavanagh
 wrote:

Hi Fred,

Thanks for your help, unfortunately port 6017 is closed I only have access
using the shell prompt and don't know the Xmail admin password but I do have
full root shell access.

Regards
Barry

-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Fred
Sent: 08 March 2013 15:39
To: 'XMail Users Mailing List'
Subject: Re: [xmail] User password

I use this to control my server:

http://www.webifi.com/xmail/

It talks to XMail through TCP PORT 6017 which is where XMail listen for its
control protocol.

You could also telnet localhost 6017

Then type "root"[ TAB]"yourpassword"[enter] Then type
"userpasswd"[TAB]"domain"[TAB]"username"[TAB]"password"[enter]


-Original Message-
From: xmail-boun...@xmailserver.org [mailto:xmail-boun...@xmailserver.org]
On Behalf Of Barry Kavanagh
Sent: 8 mars 2013 09:00
To: xmail@xmailserver.org
Subject: [xmail] User password

I have an old Xmail server running on a Gentoo Vmware box with full root
access.I want to send a mail as user15 but can't remember the password.I
have very basic Linux :( I am trying to reset the password for user15

I have tried entering say "user15" "XYZ" and saving the file but it does not
work.

How do I successfully reset this Xmail user password when the server has no
X server and no web admin.

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

 

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail