Author Topic: Does the server have anti-virus??  (Read 10589 times)

Offline suman

  • Jr. Member
  • **
  • Posts: 13
Does the server have anti-virus??
« on: July 22, 2008, 01:39:42 AM »
HI,

I have one doubt in round cube mail does the server had anti-virus??


Thanks for advance.

Suman.

Offline Bobonov

  • Newbie
  • *
  • Posts: 2
Does the server have anti-virus??
« Reply #1 on: July 22, 2008, 07:09:39 AM »
No rouncube is only a mail reader.
It would be possible to implement a scan on demand on single mail, but I do not think ti worth the game, much better and faster implement the antivirus scan on the smtp server receiving the message.

Offline suman

  • Jr. Member
  • **
  • Posts: 13
Does the server have anti-virus??
« Reply #2 on: July 22, 2008, 10:16:30 AM »
Quote from: Bobonov;13003
No rouncube is only a mail reader.
It would be possible to implement a scan on demand on single mail, but I do not think ti worth the game, much better and faster implement the antivirus scan on the smtp server receiving the message.


Thanks for your reply.  


How to implement antivirus scan on smtp server?? Pls give me any idea!!

Offline JSkywalker

  • Jr. Member
  • **
  • Posts: 21
Does the server have anti-virus??
« Reply #3 on: July 23, 2008, 06:06:30 AM »
how to implement an antivirus sollution to your SMTP server depends on your SMTP-server

if your SMTP-server is running on Linux, you can try (i.e.) http://www.clamav.net
JSkywalker

Dovecot 1.1.1 - Postfix 2.3.2 - Roundcube 0.2a - Opensuse 10.2
Apache 2.2.3 - Php 5.2.6 - Mysql 5.0.26[/SIZE]

Offline suman

  • Jr. Member
  • **
  • Posts: 13
Does the server have anti-virus??
« Reply #4 on: July 23, 2008, 07:58:56 AM »
Quote from: JSkywalker;13024
how to implement an antivirus sollution to your SMTP server depends on your SMTP-server

if your SMTP-server is running on Linux, you can try (i.e.) http://www.clamav.net


My SMTP-server is running on Apache. So Please help me which one is best suited.

Thanks for advance.

Offline JSkywalker

  • Jr. Member
  • **
  • Posts: 21
Does the server have anti-virus??
« Reply #5 on: July 23, 2008, 10:34:19 AM »
Apache is a HTTP-server, not a SMTP-server
for more info you could read this
JSkywalker

Dovecot 1.1.1 - Postfix 2.3.2 - Roundcube 0.2a - Opensuse 10.2
Apache 2.2.3 - Php 5.2.6 - Mysql 5.0.26[/SIZE]

Offline suman

  • Jr. Member
  • **
  • Posts: 13
Does the server have anti-virus??
« Reply #6 on: July 24, 2008, 01:10:24 AM »
Quote from: JSkywalker;13027
Apache is a HTTP-server, not a SMTP-server
for more info you could read this


Ya i got it. Thank you for your help. Still i am facing another error

i.e syntax error rcube_mail_ui is undefined.

If u know please help me. Anyhow Thanks for your time.

Suman.

Offline JSkywalker

  • Jr. Member
  • **
  • Posts: 21
Does the server have anti-virus??
« Reply #7 on: July 24, 2008, 03:30:31 AM »
the rcube_mail_ui is a JavaScript function which is defined in skins/default/templates/mail.html

If its undefined, you might have a problem with JavaScript on your computer. These problems should show on screen, as an error, in your browser

You can test Javascript on this link

(i want to thank Google for finding the link :o)
JSkywalker

Dovecot 1.1.1 - Postfix 2.3.2 - Roundcube 0.2a - Opensuse 10.2
Apache 2.2.3 - Php 5.2.6 - Mysql 5.0.26[/SIZE]

Offline suman

  • Jr. Member
  • **
  • Posts: 13
Does the server have anti-virus??
« Reply #8 on: July 25, 2008, 01:09:03 AM »
Quote from: JSkywalker;13042
the rcube_mail_ui is a JavaScript function which is defined in skins/default/templates/mail.html

If its undefined, you might have a problem with JavaScript on your computer. These problems should show on screen, as an error, in your browser

You can test Javascript on this link

(i want to thank Google for finding the link :o)


The below code is in mail.html page




The error is showing in

var rcmailUI = new rcube_mail_ui(); line rcube_mail_ui is undefined.

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,856
Does the server have anti-virus??
« Reply #9 on: July 25, 2008, 03:34:22 AM »
rcube_mail_ui is defined at the top of that same file. See http://trac.roundcube.net/browser/trunk/roundcubemail/skins/default/templates/mail.html, this is how it should look. What version of RC are you using, are you using the default skin?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline suman

  • Jr. Member
  • **
  • Posts: 13
Does the server have anti-virus??
« Reply #10 on: July 25, 2008, 04:42:28 AM »
Quote from: JohnDoh;13058
rcube_mail_ui is defined at the top of that same file. See http://trac.roundcube.net/browser/trunk/roundcubemail/skins/default/templates/mail.html, this is how it should look. What version of RC are you using, are you using the default skin?


I am using 0.2a . Ya i am using default skin.

 For example

skins\default\templates\mail.html page.

carrickbay

  • Guest
Does the server have anti-virus??
« Reply #11 on: January 21, 2010, 03:32:58 AM »
Hi.
Yes it have..