Post Reply 
end users to change email passwords and...
Author Message
joximu Offline
Moderator
*****

Posts: 3,815
Joined: Jan 2007
Reputation: 47
Post: #11
RE: end users to change email passwords and...
Maybe there are different ways - but no manpower in the dev group to sit on this topic now.

Please google and find a way which can be easily intergrated by yourself.

2008-08-05 ispCP RC6 released!!!
03-04-2008 07:11 AM
Visit this user's website Find all posts by this user Quote this message in a reply
robmorin Offline
Junior Member
*

Posts: 188
Joined: Apr 2007
Reputation: 0
Post: #12
RE: end users to change email passwords and...
Right ok, sure.... can i ask a question though.... What are the files associated with the autoresponder?

I mean i know the transport and alias files get modified, and a field in the database... anything else?

Thanks to all and keep up the great work!

Thanks...

joximu Wrote:Maybe there are different ways - but no manpower in the dev group to sit on this topic now.

Please google and find a way which can be easily intergrated by yourself.
03-04-2008 08:53 AM
Find all posts by this user Quote this message in a reply
joximu Offline
Moderator
*****

Posts: 3,815
Joined: Jan 2007
Reputation: 47
Post: #13
RE: end users to change email passwords and...
on system level:
- postfix files as you said and you need a program which does the autoreply (you "can" use the one from ispcp - but maybe you may look for a better way?

nothing else is needed. If you want to use the ispcp functions to prepare the system files, then you need to modify the mail_users table:

update
mail_users
set
status = ?,
mail_auto_respond = ?
where
mail_id = ?

you need:
"change", autoresponder text (or '_no_') and the mail_id of the account.

and then send a connect to the request daemon...

/J

PS: see enable_mail_arsp.php: function gen_page_dynamic_data

2008-08-05 ispCP RC6 released!!!
(This post was last modified: 03-04-2008 09:13 AM by joximu.)
03-04-2008 09:13 AM
Visit this user's website Find all posts by this user Quote this message in a reply
robmorin Offline
Junior Member
*

Posts: 188
Joined: Apr 2007
Reputation: 0
Post: #14
RE: end users to change email passwords and...
Thank you very much..

I'll let you know what i come up with....

Rob..
joximu Wrote:on system level:
- postfix files as you said and you need a program which does the autoreply (you "can" use the one from ispcp - but maybe you may look for a better way?

nothing else is needed. If you want to use the ispcp functions to prepare the system files, then you need to modify the mail_users table:

update
mail_users
set
status = ?,
mail_auto_respond = ?
where
mail_id = ?

you need:
"change", autoresponder text (or '_no_') and the mail_id of the account.

and then send a connect to the request daemon...

/J

PS: see enable_mail_arsp.php: function gen_page_dynamic_data
03-04-2008 11:54 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****

Posts: 3,168
Joined: Jan 2007
Reputation: 42
Post: #15
RE: end users to change email passwords and...
Not reallay.
Only in ispCP, but not for the enduser.

Greez BeNe

[Image: ispcpsw.png]
Ein Betriebssystem ist immer nur so gut und sicher wie der Administrator der es verwaltet.
Wie gut der Administrator jedoch seine Fähigkeiten ausspielen kann, legt das Betriebssystem fest.
-> Linux rulZ!
03-05-2008 04:27 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


| All rights reserved : isp-control.net |