HI,
I have one doubt in round cube mail does the server had anti-virus??
Thanks for advance.
Suman.
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.
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!!
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)
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.
Apache is a HTTP-server, not a SMTP-server
for more info you could read this (http://www.emailaddressmanager.com/tips/protocol.html)
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.
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)
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.
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?
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.
Hi.
Yes it have..