Author Topic: roundcube x clamav+spamassassim+sasl  (Read 3899 times)

Offline ecbr

  • Newbie
  • *
  • Posts: 2
roundcube x clamav+spamassassim+sasl
« on: July 23, 2008, 03:09:26 PM »
I have the e-mail server configured postfix and worked with clamav + spamassassim and also set the webmail roundcube, what is happening is me, when I send an email with the virus by roundcube test eicar, does not happen to check the clamav and spamassassim, and is not authenticating the cyrus-sasl, when orders by the normal evolution, the clamav takes the eicar, the question is, because when orders by roundcube not happen because the checking and not by authenticates sasl? someone went through that situation to the one force, earned.

Offline JSkywalker

  • Jr. Member
  • **
  • Posts: 21
roundcube x clamav+spamassassim+sasl
« Reply #1 on: July 23, 2008, 03:26:56 PM »
what have you configuredfor your outgoing mail?

without configuration, mail is send out with PHP-mail function, and maybe not through your mailserver....

in main.inc.php:
Code: [Select]
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = 'smtp.example.com';
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 ecbr

  • Newbie
  • *
  • Posts: 2
roundcube x clamav+spamassassim+sasl
« Reply #2 on: July 23, 2008, 03:41:32 PM »
Quote from: JSkywalker;13037
what have you configuredfor your outgoing mail?

without configuration, mail is send out with PHP-mail function, and maybe not through your mailserver....

in main.inc.php:
Code: [Select]
// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = 'smtp.example.com';


   
ok, the problem of sasl is already resolved, now is the problem of clamav and spamassassim that does not check when sending the roundcube, already checked the settings for clamav and spamassassim to see if they are not releasing the 127.0.0.1. some idea of what can be?