search for: correio

Displaying 20 results from an estimated 21 matches for "correio".

2010 Jan 14
1
handling filename of compressed messages
...ompressed files on the users maildirs. so far so good, it works fine, there's no problem on that. what i think is not happening 100% correctly is the following: 1) user receives a message 2) BEFORE the compress routine runs, filename is: new/1263436052.V6814I43300b4M146002.correio.domain.com.br,S=238207 3) AFTER the compress routine, filename is now: new/1263436052.V6814I43300b4M146002.correio.domain.com.br,S=238207.gz 4) user check his mail .... and now the filename is cur/1263436052.V6814I43300b4M146002.correio.domain.com.br,S=238207.gz:2,S 5) user replies...
2014 Jun 25
3
question on lmtp logged message
...y, sometimes LMTP seems to not be able to deliver some messages and keep them on postfixqueue. And on the next or third try, the message gets delivered successfully. The logged message, however, is not helping me identify what is happening.Example: (error - message was expunged) Jun 25 11:49:39 correio postfix/lmtp[21835]: ADB0A1AC05108: to=<vanilson.parreira at domain.com.br>, relay=correio.domain.com.br[private/dovecot-lmtp], conn_use=6, delay=13, delays=0.07/0/0/13, dsn=4.2.0, status=deferred (host correio.domain.com.br[private/dovecot-lmtp] said: 451 4.2.0 <vanilson.parreira at...
2010 Feb 14
3
salted passwords
The idea of salted hash algorithms is to generate a different hash even if the same text is entered. That can be easily seen with dovecotpw: using NON-salted SHA256, same hash is generated for a given password [root at correio ~]# dovecotpw -s SHA256 -p 123 {SHA256}pmWkWSBCL51Bfkhn79xPuKBKHz//H6B+mY6G9/eieuM= [root at correio ~]# dovecotpw -s SHA256 -p 123 {SHA256}pmWkWSBCL51Bfkhn79xPuKBKHz//H6B+mY6G9/eieuM= [root at correio ~]# dovecotpw -s SHA256 -p 123 {SHA256}pmWkWSBCL51Bfkhn79xPuKBKHz//H6B+mY6G9/eieuM= [root at corr...
2010 Jul 14
1
help on migrating some old Maildirs
...;m just thinking of copying files from the folders i need, from the old backup, to the specific dirs on the actual system. buuuut, watching the backup, i noticed that LOTS of files on the Maildirs do not have the S= parameters on its name nor W=. For example: 1230230396.V80bI4e007fM790805.correio.domain.com.br:2, 1230463524.V80bI4e0080M837823.correio.domain.com.br:2, 1230571206.V80bI4e0081M519106.correio.domain.com.br:2, 1231170098.V80bI4e0083M519957.correio.domain.com.br:2, 1231682500.V80bI4e0084M584988.correio.domain.com.br:2, files from the actual system looks like: 1278311553.M75...
2013 Aug 14
0
weird situation with pop3/imap proxy and postfix authentication
...s are NOT listed on imapproxy table) can successfully login to their accountsas well as users from domains listed on imapproxy table can successfully login to their accounts. On SMTP authentication, tough, things are not so fine. SMTP authentication is provided by dovecot to postfix: [root at correio dovecot]# postconf mail_version mail_version = 2.7.1 [root at correio dovecot]# smtpd_sasl_auth_enable = yes smtpd_sasl_authenticated_header = yes smtpd_sasl_path = /var/spool/postfix/private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot service auth is defined on dove...
2010 Feb 18
1
using signed certificates for TLS/SSL
...dovecot, but clients (Thunderbird basically) keeps saying the certificate is not valid. yes i'm using, when configuring Thunderbird, the same CN that was signed by Verisign for the web usage i've enabled verbose_ssl and got when thunderbird tries to connect: Feb 18 12:32:02 correio dovecot: imap-login: Disconnected (no auth attempts): rip=201.86.xxx.xxx, lip=192.168.1.2, TLS handshaking: SSL_accept() failed: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca unknown CA ??? is that Thunderbird that is not recognizing the Verisign-signed certific...
2009 Sep 18
1
simple feature request: IMAP logged out message
i'd like to make a simple feature request on dovecot .... i'm using v1.2.4 (latest one) and IMAP logout message, by default is: Sep 18 14:26:27 correio dovecot: IMAP(user at domain.com): Disconnected: Logged out bytes=384/932222 the message can be a little customized with: # IMAP logout format string: # %i - total number of bytes read from client # %o - total number of bytes sent to client imap_logout_format = bytes=%i/%o T...
2010 Feb 13
3
problem with deliver segfaulting
i'm facing a pretty hard to debug problem when trying to use dovecot LDA (deliver) from postfix. After having all configured, mail deliver fails. This is from my maillog: Feb 12 21:27:54 correio postfix/pipe[12484]: 930F9F6105: to=<solutti at domain.com.br>, relay=dovecot, delay=0.21, delays=0.03/0.01/0/0.18, dsn=4.3.0, status=SOFTBOUNCE (Command died with signal 11: "/usr/libexec/dovecot/deliver") at the same time, i have from my /var/log/messages: Feb 12 21:27:54 cor...
2010 Feb 03
2
[BUG] problem with zlib plugin
Hi, i think i've the same problem as described here: http://www.dovecot.org/list/dovecot/2009-June/040687.html when opening a folder without an index (?) and bzip-compressed files i get following error message: 2010-02-03T14:12:10.026452+01:00 server dovecot: IMAP(user): gzread() failed: PARAM_ERROR 2010-02-03T14:12:10.026477+01:00 server dovecot: IMAP(user): FETCH for mailbox folder
2015 Apr 24
3
[patch] TLS Handshake failures can crash imap-login
Hi, I tracked down a tricky bug in dovecot that can cause the imap-login and pop3-login processes to crash on handshake failures. This can be tested by disabling SSLv3 in the dovecot config (ssl_protocols = !SSLv2 !SSLv3) and trying to connect with openssl and forced sslv3 (openssl s_client -ssl3 -connect localhost:995). This would cause a crash. What was going on is this: In
2010 Mar 11
3
IMAP proxy configuration
i know dovecot can act as IMAP and POP3 proxy ..... but i'm having a hard time configuring it. Actually i'm using a simple dovecot configuration with virtual users stored on MySQL. My dovecot-sql.conf is pretty simple: [root at correio dovecot]# cat dovecot-sql.conf driver = mysql connect = host=localhost dbname=DATABASE user=USERNAME password=PASSWORD default_pass_scheme = PLAIN # Get the mailbox user_query = select '/var/spool/mail/%u' as home, 'maildir:/var/spool/mail/%u' as mail, 8 as uid, 12 as gid, conca...
2006 Oct 04
2
SNMP to detect that a Cisco router....
Hey all Would anyone know how you use SNMP to detect that a Cisco router is using an alternative (redundant) interface and then change the routing settings on your firewall. Kind Regards Brent Clark
2015 Mar 19
0
check if anvil is working
...ogin fails, is working ? I dont see anything on the logs regarding it neither have it configured. It's not on my configuration files, but it can be seen on a 'dovecot -a' dump. Should it be logging something ? Should i have enabled it somehow ? Thanks for the answers. [root at correio log]# dovecot --version 2.2.13 (from dovecot -a dump) service anvil { chroot = empty client_limit = 0 drop_priv_before_exec = no executable = anvil extra_groups = group = idle_kill = 4294967295 secs privileged_group = process_limit = 1 process_min_avail = 1 protoc...
2006 Feb 08
1
Series 60 player
...___________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast _______________________________________________________________________________________ Ate 4500 euros para o que desejar! Saber mais em http://www.iol.pt/correio/rodape.php?dst=0601271
2006 Jan 12
1
Bug by libreadline.so.5
...an distribution). The prompt show this messenger: "/usr/lib/R/bin/exec/R:error while loading shared libraries: /lib/libreadline.so.5: undefined symbol : BC" Please Help! Thanks! ----------------------------------------------------------- Esta mensagem foi enviada atraves da pagina Correio.UFPA.BR
2011 Aug 10
1
instal tar.gz package on windows
...r eventual errors, delays, loss, interception or virus infection. When necessary, the receiver must request a hard-copy version. O conte?do desta mensagem ? confidencial e destinado exclusivamente aos destinat?rios. Caso a receba por engano, favor destru?-la e notificar o remetente de imediato. O correio eletr?nico n?o configura meio seguro para transmiss?o de dados e o remetente N?O se responsabiliza por eventual erro, atraso, extravio, intercepta??o ou infec??o por v?rus. Cabe ao destinat?rio solicitar vers?o f?sica sempre que necess?rio. **********************************************************...
2010 Nov 10
1
clustering association rules
...y not printing this email / Pour contribuer comme Logica au respect de l'environnement, merci de ne pas imprimer ce mail / Bitte drucken Sie diese Nachricht nicht aus und helfen Sie so Logica dabei, die Umwelt zu schützen. / Por favor ajude a Logica a respeitar o ambiente nao imprimindo este correio electronico. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an...
2018 May 10
3
Modèle à Equations structurelles
Bonjour, Quelqu'un pourrait m'aider avec le code R pour estimer les mod?les ? ?quations structurelles via l'approche PLS,int?grer des variables mod?ratrices et m?diatrices et afficher les graphique simultan? des mod?les interne et de mesure? Cdt. [[alternative HTML version deleted]]
2003 May 20
0
De um amigo
.... Sendo cristao, sinceramente acreditava numa possivel solucao dos meus problemas. Apesar de muito abatido por tal situacao, comecei a rezar fervorosamente por ajuda. "Esta nao e uma carta para salvar sua alma". Esta carta pode mudar sua vida para sempre. Em Junho de 2002, recebi pelo correio electronico (e-mail) uma informacao inusitada. E claro, ela veio espontaneamente. Simplesmente pegaram no meu nome/e-mail em alguma base de dados ou de algum provedor. Gracas a Deus por isso! Depois de ter lido a informacao por varias vezes, mal pude acreditar no que os meus olhos tinham visto. Di...
2003 Apr 12
0
De um amigo
...reditava numa possivel solucao dos meus problemas. Apesar de muito abatido por tal situacao, comecei a rezar fervorosamente por ajuda. "Esta nao e uma carta para salvar sua alma". Esta carta pode mudar sua vida para sempre. Em Junho de 2002, recebi pelo correio electronico (e-mail) uma informacao inusitada. E claro, ela veio espontaneamente. Simplesmente pegaram no meu nome/e-mail em alguma base de dados ou de algum provedor. Gracas a Deus por isso! Depois de ter lido a informacao por varias vezes, mal pude acreditar no que os meus olhos tinham visto. Di...