Page 1 of 1

Visas + ClamAv * SpamAssassin ?!

Posted: 2005-05-13 15:16
by derdemo
Hallo,

ich habe hier einen fehler beim senden von emails (imap)

wie mir die St**** Hotline sagte solle ich die SA und Clamd funktionen DEAKTIVIEREN weil die verbindung mit Visas NICHT fuktioniert ?!

Das kann doch hoffentlich nicht sein ?! oder !

wer weiss mehr darüber ?

was kann ich sonst noch machen ?!


gruss dennis

Re: Visas + ClamAv * SpamAssassin ?!

Posted: 2005-05-13 19:36
by Roger Wilco
DerDemo wrote:ich habe hier einen fehler beim senden von emails (imap)
IMAP ist ein Protokoll... Welchen MTA setzt du ein (qmail, Postfix, Exim, Sendmail, Courier-MTA oder was anderes)?
DerDemo wrote:was kann ich sonst noch machen ?!
Uns mehr Infos (Logeinträge, Konfiguration usw.) geben...

...

Posted: 2005-05-13 20:26
by derdemo
hallo,

Suse 9.1, QMAIL,SpamAssassin,ClamAV,

Outlook error nur beim VERSENDEN ! per IMAP ! ! !:

Code: Select all

Ein unbekannter Fehler ist aufgetreten. Betreff 'Dies ist eine Testmaol', Konto: 'xxxxxx.de', Server: 'xxxxxx.de', Protokoll: SMTP, Serverantwort: '451 qq temporary problem (#4.3.0)', Port: 25, Secure (SSL): Nein, Serverfehler: 451, Fehlernummer: 0x800CCC6A

mail.err

Code: Select all

May 13 19:54:00 h2xxx88 imapd: DISCONNECTED, user=dmoser@xxxx.de, ip=[::ffff:84.
175.107.92], headers=0, body=0
May 13 19:54:22 h2xxx88 X-Qmail-Scanner-1.24st visas: [h2xxx8811160068606965607]
 clamscan: corrupt or unknown ClamAV scanner error or memory/resource/perms prob
lem - exit status 0
May 13 19:54:50 h2xxx88 X-Qmail-Scanner-1.24st visas: [h2xx8811160068896965624]
mail

Code: Select all

ay 13 20:11:03 h2xxx88 imapd: DISCONNECTED, user=dmoser@xxxx.de, ip=[::ffff:84.175.107.92], headers=0, body=0
May 13 20:11:12 h2xxx88 X-Qmail-Scanner-1.24st visas: [h2xxx8811160078716966096] clamscan: corrupt or unknown ClamAV scanner error or memory/resource/perms problem - exit status 0
May 13 20:11:33 h2xxx88 X-Qmail-Scanner-1.24st visas: [h2xxx8811160078926966103] clamscan: corrupt or unknown ClamAV scanner error or memory/resource/perms problem - exit status 0
May 13 20:11:38 h2xxx88 X-Qmail-Scanner-1.24st visas: [h2xxx8811160078896966101] clamscan: corrupt or unknown ClamAV scanner error or memory/resource/perms problem - exit status 0
May 13 20:11:54 h2xxx88 qmail: 1116007914.971765 starting delivery 9: msg 1441824 to remote www-data@vs1502.vserver4free.de
May 13 20:11:54 h2xxx88 qmail: 1116007914.971829 status: local 0/10 remote 1/20
May 13 20:12:20 h2xxx88 X-Qmail-Scanner-1.24st visas: [h2xxx8811160079396966129] clamscan: corrupt or unknown ClamAV scanner error or memory/resource/perms problem - exit status 0
May 13 20:12:20 h2xxx88 imapd: Connection, ip=[::ffff:84.175.107.92]
May 13 20:12:21 h2xxx88 imapd: LOGIN, user=dmoser@xxxx.de, ip=[::ffff:84.175.107.92], protocol=IMAP
May 13 20:12:22 h2xxx88 qmail: 1116007942.074703 delivery 9: deferral: Connected_to_217.20.126.116_but_connection_died._(#4.4.2)/
May 13 20:12:22 h2xxx88 qmail: 1116007942.074761 status: local 0/10 remote 0/20
May 13 20:12:22 h2xxx88 imapd: DISCONNECTED, user=dmoser@xxxxx.de, ip=[::ffff:84.175.107.92], headers=0, body=0
May 13 20:12:22 h2xxx88 imapd: Connection, ip=[::ffff:84.175.107.92]


Was mich auch noch stutzig macht: was ist das für ein eintrag ?
msg 1441824 to remote www-data@vs1502.vserver4free.de

Ich habe NICHTS mit ...server4free.de zu tun ?!



Emails Abrufen scheint zu funktionieren ohne Probleme ! ! !

gruss dennis

Re: Visas + ClamAv * SpamAssassin ?!

Posted: 2005-05-14 01:46
by kenzo
Outlook error nur beim VERSENDEN ! per IMAP ! ! !:
Da fehlt eine 1 ... ;)
451 qq temporary problem (#4.3.0)
und da liegt dein Problem.

da fehlt eine 1 ?!

Posted: 2005-05-14 09:16
by derdemo
hmmm.
kenzo@: was meinst du da fehlt eine 1 ?

nicht so ganz verstanden ?! :roll:

gruss dennis

Problem gelöst !

Posted: 2005-05-25 11:52
by derdemo
hallo,

wollte nur allen mitteilen, das das problem gelöst wurde !

und damit andere auch wissen wie hier kurze beschreibung:

Code: Select all

If you try to send an email message, you will most likely receive an error from your client. The error message
will say something that includes this:
451 qq temporary problem (#4.3.0)
If you followed Life with qmail, you then have a memory limit set in the
/var/qmail/supervise/qmail−smtpd/run file. Look for the line that contains softlimit. It should look similar to
this:
exec /usr/local/bin/softlimit −m 2000000 
This example sets the memory limit for qmail−smtpd to 2M. After all of your changes qmail−smtpd is now
running the entire Perl interpreter, and ClamAV. 2M will never be enough.

gruss demo