forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How do you guys think about a mailserver DSU
Goto page Previous  1, 2
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous
View previous topic :: View next topic  

What do you think about a mailserver DSU?
Good idea!
44%
 44%  [ 4 ]
Could be usefull....
33%
 33%  [ 3 ]
Isn't usefull at all
22%
 22%  [ 2 ]
Total Votes : 9

Author Message
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Mon Sep 29, 2003 10:07 am    Post subject: Reply with quote

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 Smile, ) 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 Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Mon Sep 29, 2003 11:04 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Mon Sep 29, 2003 12:48 pm    Post subject: Reply with quote

What do you mean with this three lines? Something like the headers of the received E-mail(s)?

Code:
  %T = @mailserver(sender, ip)
  %T = @mailserver(sender, username)
  %T = @mailserver(sender, password)

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Mon Sep 29, 2003 1:06 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
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

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group