Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dan the Man

Pages: [1] 2
1
Spanish / lost connection while sending data
« on: April 30, 2010, 02:20:13 pm »
Hola,

Tengo varios correos en la cola que esta sin entregar por el siguiente error:

Code: [Select]
lost connection with mx3.correodeempresas.telefonica.es[212.170.236.90] while sending end of data -- message may be sent more than once
La mayoria de correo van correctamente, pero hay con ciertos servidores de correo con los que no me puedo comunicar. ¿Qué puede ser?

He probado a hacer

Code: [Select]
echo  1  >/proc/sys/net/ipv4/ip_no_pmtu_disc
Tras lo cual he reiniciado el servicio de red pero el problema persiste. ¿Alguna idea?

2
Installation and Upgrades / Re: SIEVE errors
« on: April 30, 2010, 07:51:11 am »
No luck. Same result.  :'(

3
Installation and Upgrades / Re: SIEVE errors
« on: April 29, 2010, 03:35:55 pm »
Already done that. Thunderbird's Sieve manager says everything is ok. There is no .err file in that directory. Any idea what could be happening?

4
Installation and Upgrades / Re: SIEVE errors
« on: April 29, 2010, 12:44:24 pm »
I've followed your steps and it seems that error is gone. What i see now is :

Code: [Select]
Apr 29 12:41:39 SS-EBOX deliver(user@domain.es): sieve runtime error: Fileinto: Generic Error
Apr 29 12:41:39 SS-EBOX deliver(user@domain.es): sieve_execute_bytecode(/var/vmail/sieve/default.sievec) failed

The default.sieve script contains this:

Code: [Select]
require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Flag" ["YES"] {
  fileinto "spam";
  stop;
}

5
Installation and Upgrades / Re: SIEVE errors
« on: April 29, 2010, 07:50:13 am »
I already have a default.sieve in /etc/dovecot/. I think these warnings started when I put the script in there. I guess is something related to it. It is a simple script to move spam to the spam folder.

6
Installation and Upgrades / SIEVE errors
« on: April 25, 2010, 11:08:27 pm »
Looking at my mail.log i've seen repeatedly this error

open(/etc/dovecot/default.sievec.tmp) failed: Permission denied

Any idea?

7
Installation and Upgrades / Re: LDAP account info
« on: April 24, 2010, 06:38:00 am »
any clue?

8
Installation and Upgrades / LDAP account info
« on: April 23, 2010, 06:50:50 am »
I am trying to configure an application to use the LDAP user database in my Ebox. It asks me for some info that i am not sure where it is stored in the LDAP tree. Could you help me? The info this application requests is:


-User class (The class name of your LDAP user objects.): ???
-Username attribute (The attribute of the user object which identifies the user's username): ???
-Email attribute(): ???
-Password attribute (The attribute of the user object which identifies the user's password):???
-Password encoding attribute (Plaintext, MD5, SHA, Unicode): ???
-Role class:???
-Rolename attribute : ???
-Role membership attribute: ???

Thanx in advance

9
Spanish / Re: Carpeta SPAM
« on: April 21, 2010, 04:07:02 pm »
Me respondo a mi mismo. La solución por la que he optado es :

http://workaround.org/ispmail/lenny/server-side-sieve-filtering

Usando un simplisimo script sieve.


10
Spanish / Re: Carpeta SPAM
« on: April 21, 2010, 03:21:43 pm »
¿Nadie se ha encontrado con este problema? Porque cuando recibes 100 mensajes de spam al dia es un verdadero coñazo. Ademas si usas el webmail la solución de filtrarlo en cliente no sirve.

11
Spanish / Re: DNS: Query refused
« on: April 19, 2010, 08:32:19 pm »
Parece que hay algún problemas con esas URL's. En concreto da el siguiente error al acceder a ellas: ssl_error_handshake_failure_alert.

Si ponemos las mismas por http en lugar de https funcionan sin problemas.

Gracias!

12
Spanish / Carpeta SPAM
« on: April 19, 2010, 08:00:45 pm »
¿Hay alguna forma de que el correo que el Spamassassin detecta como spam vaya directamente a la carpeta spam? Ahora mismo va todo a la bandeja de entrada. Me refiero a nivel de servidor, no a crear una regla en el cliente que los meta en dicha carpeta.


13
Spanish / Re: DNS: Query refused
« on: April 19, 2010, 01:51:58 pm »
Perdona mi ignoracia... cuando dices 1.4-proposed ¿Qué significa? ¿que estará dispible en una futura actualización? Si es así... ¿cuando?

Gracias de antemano.

14
Spanish / DNS: Query refused
« on: April 19, 2010, 11:23:54 am »
Cuando accedo al DNS de ebox desde maquinas que están fuera de la red de EBOX no me resuleve los nombres y me dice "Query refused". Desde la propia red de ebox me resuelve sin problemas. He habilitado en el firewall una regla de aceptar dns desde redes externas a ebox pero sigue sin funcionar. ¿Alguna idea?

15
Spanish / Re: Listas correo
« on: April 18, 2010, 01:48:43 pm »
Perfecto. Ha funcionado sin problemas. Muchas gracias.

Pages: [1] 2