Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: suman on July 22, 2008, 01:39:42 AM

Title: Does the server have anti-virus??
Post by: suman 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.
Title: Does the server have anti-virus??
Post by: Bobonov 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.
Title: Does the server have anti-virus??
Post by: suman on July 22, 2008, 10:16:30 AM
Quote from: Bobonov;13003No 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!!
Title: Does the server have anti-virus??
Post by: JSkywalker 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 (http://www.clamav.net)
Title: Does the server have anti-virus??
Post by: suman on July 23, 2008, 07:58:56 AM
Quote from: JSkywalker;13024how 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 (http://www.clamav.net)

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

Thanks for advance.
Title: Does the server have anti-virus??
Post by: JSkywalker on July 23, 2008, 10:34:19 AM
Apache is a HTTP-server, not a SMTP-server
for more info you could read this (http://www.emailaddressmanager.com/tips/protocol.html)
Title: Does the server have anti-virus??
Post by: suman on July 24, 2008, 01:10:24 AM
Quote from: JSkywalker;13027Apache is a HTTP-server, not a SMTP-server
for more info you could read this (http://www.emailaddressmanager.com/tips/protocol.html)

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.
Title: Does the server have anti-virus??
Post by: JSkywalker 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 (http://www.iatn.net/help/javascript/)

(i want to thank Google for finding the link :o)
Title: Does the server have anti-virus??
Post by: suman on July 25, 2008, 01:09:03 AM
Quote from: JSkywalker;13042the 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 (http://www.iatn.net/help/javascript/)

(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.
Title: Does the server have anti-virus??
Post by: JohnDoh 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?
Title: Does the server have anti-virus??
Post by: suman on July 25, 2008, 04:42:28 AM
Quote from: JohnDoh;13058rcube_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.
Title: Does the server have anti-virus??
Post by: carrickbay on January 21, 2010, 03:32:58 AM
Hi.
Yes it have..