| View previous topic :: View next topic |
| What do you think about a mailserver DSU? |
| Good idea! |
|
44% |
[ 4 ] |
| Could be usefull.... |
|
33% |
[ 3 ] |
| Isn't usefull at all |
|
22% |
[ 2 ] |
|
| Total Votes : 9 |
|
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Mon Sep 29, 2003 10:07 am Post subject: |
|
|
I think if the DSU worked I would not mind distruibuting it and the vdsipp.dll (i would not be too concerned over the size, I mean the vast majority of people has access to the internet and computers now and for the last few years have big hard drivers 8GB and more... so a few hundred KB or even a few MB won't matter to much)
I personnaly think if a program does what i want it to do i don't mind if its 20Mb as long as it works !
* Ideas for the dsu
1. Can you make/add a function to block users email. eg. There would be a list of users who can send mail, if for some reason you wanted to stop them sending mail, you could block their address from sending and send them an Admin email.
2. Keep a log of all outgoing and incoming mail
3. Add a special function to encrpt any mail sent out and specifiy that the email has been encrypted and the user could download a small utility (which they could register , ) and decrypt the email
4. Option for Keeping copies of Outgoing Incoming Mail
5. Add security measures to the email using MD5 and checksums to ensure the email has not been tampered with.
6. Allow multiple pop3, smtp accounts to be used.
Nathan
* Just my Thoughts  |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 29, 2003 11:04 am Post subject: |
|
|
These are the commands/functions I had in mind:
| Code: |
#define command, mailserver
#define function, mailserver
%T = @mailserver(sender, ip)
%T = @mailserver(sender, username)
%T = @mailserver(sender, password)
# I still have to figure out which commands I'm going to implement
:INCOMING POP3
:INCOMING SMTP
:POP3 LOGIN
:SMTP LOGIN
:POP3 LOGOUT
:SMTP LOGOUT
|
And using these commands, your own script should block users by not accepting them, etc.
Greetings,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 29, 2003 1:06 pm Post subject: |
|
|
No... I mean the userdata of the user currently logged in
Somthing like this:
| Code: |
%T = @mailserver(smtp, user, username)
%T = @mailserver(smtp, user, password)
%T = @mailserver(smtp, user, ip)
%T = @mailserver(pop3, user, username)
%T = @mailserver(pop3, user, password)
%T = @mailserver(pop3, user, ip)
|
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|