This forum has been archived. All content is frozen. Please use KDE Discuss instead.

KMAIL: i want to password when i delete a email

Tags: None
(comma "," separated)
tunjin
Registered Member
Posts
97
Karma
0
hello

i'm in the istutute to rome, but i wanted have a password for delete or cancel an email only, how do it?
thank you
tunjin
Registered Member
Posts
97
Karma
0
nothing for respond... i need this..
or there is plug in for get password for to delete o cancel an email..
this is for my clients (clients are 12..this is important for to use KDE e KDE MAIL ect..thank you!
User avatar
ivan
KDE Developer
Posts
918
Karma
14
OS
TBH, I don't know of any client that requests a password so that it can delete the mails.

Why is this so important?


Image
tunjin
Registered Member
Posts
97
Karma
0
ivan wrote:TBH, I don't know of any client that requests a password so that it can delete the mails.

Why is this so important?


ok. i respond your ask:
sorry maybe i'm wrong to write a word client---> my colleague.. sorry i'm not good english.. :P then this is ofr my colleague see the emails and i wanted get a password to delete but the password is only to me because i'm administator ok?
User avatar
ivan
KDE Developer
Posts
918
Karma
14
OS
Ok, so, in essence, you want to make other people have only read-only access to the mails?

If so, the following should be sufficient - create a mail folder in a way that your user has rw permissions, and that some group has only read permissions.

Add the users you want to share the mails with to that group, and set their mail clients to look in that folder for mail.

--

Mind that this is not the usual way of sharing - more common way would be to automatically forward mail to all accounts that need it... so, if somebody deletes/changes anything, the only affected account would be theirs.


Image
User avatar
anda_skoa
KDE Developer
Posts
783
Karma
4
OS
Or maybe using an IMAP server and IMAP access control lists that prohibit users without sufficient rights to delete mails.

Cheers,
_


anda_skoa, proud to be a member of KDE forums since 2008-Oct.
tunjin
Registered Member
Posts
97
Karma
0
ivan wrote:Ok, so, in essence, you want to make other people have only read-only access to the mails?

If so, the following should be sufficient - create a mail folder in a way that your user has rw permissions, and that some group has only read permissions.

Add the users you want to share the mails with to that group, and set their mail clients to look in that folder for mail.

--

Mind that this is not the usual way of sharing - more common way would be to automatically forward mail to all accounts that need it... so, if somebody deletes/changes anything, the only affected account would be theirs.


ok this is good idea for permission, but there is a explian or tutorials for config?
but there is a pluging for "password for delete an email..."?
tunjin
Registered Member
Posts
97
Karma
0
anda_skoa wrote:Or maybe using an IMAP server and IMAP access control lists that prohibit users without sufficient rights to delete mails.

Cheers,
_


my server is old there are not service imap...there is only pop3 ok?
User avatar
ivan
KDE Developer
Posts
918
Karma
14
OS
I don't know of a tutorial with that, but all permissions related tutorials could be useful. For deletion, you'd have to log in as your user (or su/sudo).

As for the imap, you could probably set one on your computer, set it up so that it checks up the mail from your main pop3 server or something like that (haven't done anything similar)

Cheers


Image
tunjin
Registered Member
Posts
97
Karma
0
ivan wrote:I don't know of a tutorial with that, but all permissions related tutorials could be useful. For deletion, you'd have to log in as your user (or su/sudo).

As for the imap, you could probably set one on your computer, set it up so that it checks up the mail from your main pop3 server or something like that (haven't done anything similar)

Cheers

ok i try for permission, but new user and limit permission but kmail limit for user ? where i can config for permission to kmail or folder? you can show me little tutorial ok?
User avatar
ivan
KDE Developer
Posts
918
Karma
14
OS
So, you can do something like this (as root):

addgroup kmailreaders
adduser username kmailreaders

chown adminusername:kmailreaders -Rv /path/to/mail/folder
chmod g+r-w -Rv /path/to/mail/folder


if addgroup or adduser don't exist on your system, use your distro's tools for user management.

Then you configure kmail to use that dir (I don't know where exactly it is located in the config dialogue, but it shouldn't be hard to find)


Image
tunjin
Registered Member
Posts
97
Karma
0
ivan wrote:So, you can do something like this (as root):

addgroup kmailreaders
adduser username kmailreaders

chown adminusername:kmailreaders -Rv /path/to/mail/folder
chmod g+r-w -Rv /path/to/mail/folder


if addgroup or adduser don't exist on your system, use your distro's tools for user management.

Then you configure kmail to use that dir (I don't know where exactly it is located in the config dialogue, but it shouldn't be hard to find)


OK thank you so much!!!!
tunjin
Registered Member
Posts
97
Karma
0
hello

i did done: addgroup "kmail-lettura" from yast (opensuse 11.3)
but kmail (user is manu)i did get accounts email in one kmail that is works but i see the kmail save all email in path: /home/username/.kde4/share/apps/kmail ... i wanted to move folder of kmail to /iss/kmail but where i can change config for move folder to olther place? because pc is "server-a", all emails to kmail is in server-a, and all my colleague use an olter pc (PC-MAIL), i use share with NFS, for this i wanted use it for secury.

i repeat to ask:

-1 how i can config to move folder main of kmail to /iss/kmail (default kmail is /home/username/.kde4/share/apps/kmail/ect/ect)?

-2 PC-MAIL can read to SERVER-A with NFS (it's works) but PC-MAIL can send email to SERVER-A (add email for sended) ? maybe i add addgroup "kmail-sended" but kmail from SERVER-A can work this idea?

-3 this stuffs are hard to config.. but best solve is plug-ing for kmail "password for delete" but now there isnt a plug ins but i do same this stuffs hard it's experience ok?
thank you so much for respond!!!!
User avatar
anda_skoa
KDE Developer
Posts
783
Karma
4
OS
tunjin wrote:-1 how i can config to move folder main of kmail to /iss/kmail (default kmail is /home/username/.kde4/share/apps/kmail/ect/ect)?


The location is configured through an entry in KMail's configuration file "kmailrc".

Section [General], key "folders"

You want it to look like this
Code: Select all
[General]
folders=/iss/kmail


Of course while KMail is not running!

Or run this (again while KMail is not running)

Code: Select all
kwriteconfig --file kmailrc --group General --key folders "/iss/kmail"


Cheers,
_


anda_skoa, proud to be a member of KDE forums since 2008-Oct.
tunjin
Registered Member
Posts
97
Karma
0
[General]
folders=/iss/kmail


i'm done that file "kmailrc" it's goal!! kmail open file from /iss/kmail it's works !!!i'm glad! this is not finish my job for server and pc-my colleague ok? i will write the my job is finish so this topic will be "resolved! ;D xD


Bookmarks



Who is online

Registered users: bartoloni, Bing [Bot], Evergrowing, Google [Bot], ourcraft