This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

imap virus scaning

Can the virus scanner be setup to protect imap conections? 


This thread was automatically locked due to age.
Parents
  • Yes, sortof.

    The virus scanner scans email that comes into your system through SMTP.  Then passes the email onto your internal SMTP server which stores the email in the loaction that your IMAP server reads and serves.  So by the time the email gets to the IMAP service it should be virus clean(atleast according to astaro [;)] ).  
  • OK, How  about when I am accessing a external imap server [:)],
    I would like a transparent imap service like the transparent pop service 
  • Well I am not familiar with the pop proxy in astaro, since I have not used it.

    However doing a proxy for imap would be a more difficult task.  Since the messages stay on the server the proxy would have to emulate all the functions and also suck in all the messages and either store them locally on the proxy and/or retrieve them each time from the source.  Both of which is a great deal more than what I believe the pop proxy does.  Since POP has a much simpler command set than imap, and it is more or less just a transfer protocol.

    There may be other options for you to virus scan your email that would be a better solution than an imap proxy.  Maybe run your own internal server that retrieves all the mail from the external server using fetchmail.  Then you could use the pop proxy within astaro, and have your internal mailserver run an imap server so you still have an imap interface to your mail.  
  • Actually, I would dissagree (if I may).

    The transparent proxy should pass messages (request/reply) from client to server 1 to 1 until he receives a message from the client requesting a DOWNLOAD of a certain message. Then he should do the same thing as with POP: download message, check it and then decide what to do with it.
    The fact that the messages are on the server changes nothing (Astaro POP server works with POP messages being kept on the server too) in the way the scanning is done. A different set of commands should be implemented, thats all.

      
  • As an added note:
    Most IMAP clients are inteligent enough not to download the same file multiple times.   
  • really.

    I was of the impression that imap emails does remain on the server and you do read it from the server.

    POP that stays on the server only means that you elect to keep a copy there but it is always downloaded to your computer.

    yahoo for instance does not really down load to the computer and i doubt that its mail can be protected by the asl.

    However your pop isp does things differently.

    ????
    Heck maybe I am wrong.   
  • They do, but most clients just download the mail once and cache it for later use. They just check for the mail date and ID with the server to see if it has changed in the meantime. Therefore, the mail is not  really VIEWED directly from the server but from a local copy of the mail. 
    As far as Yahoo is concerned, that is WebMail and it goes over HTTP/HTTPS protocol so it has NOTHING to do with the topic of our discussion.
      
Reply
  • They do, but most clients just download the mail once and cache it for later use. They just check for the mail date and ID with the server to see if it has changed in the meantime. Therefore, the mail is not  really VIEWED directly from the server but from a local copy of the mail. 
    As far as Yahoo is concerned, that is WebMail and it goes over HTTP/HTTPS protocol so it has NOTHING to do with the topic of our discussion.
      
Children
No Data