Displaying 8 results from an estimated 8 matches for "hmonteiro".
Did you mean:
monteiro
2008 Apr 19
2
mailtrain with dovecot antispam plugin
...nd the stdin into another.
code is
#!/bin/bash
echo $* > /tmp/sendmail-parms.txt
exec cat<&0 >> /tmp/sendmail-msg.txt
exit 0
So i tried a retrain and went to see what those txt files had. The
parms.txt file was fine apparently, with cat /tmp/sendmail-parms.txt i got
-f hm at hmonteiro.net notspam-hm at hmonteiro.net
Then i did the same to the message file, with cat /tmp/sendmail-msg.txt,
and i got the follwing
Return-Path: <hugo.monteiro at fct.unl.pt>Delivered-To: hm at hmonteiro.net
Received: (qmail 21616 invoked from network); 19 Apr 2008 16:21:17 -0000
Received: (...
2010 Oct 08
4
login_* options for 1.0.15
...eady rather large, 8192 in our case. I
cannot observe any concerning I/O load either.
Besides upgrading, are there any suggestions?
Regards,
Hugo Monteiro.
--
fct.unl.pt:~# cat .signature
Hugo Monteiro
Email : hugo.monteiro at fct.unl.pt
Telefone : +351 212948300 Ext.15307
Web : http://hmonteiro.net
Divis?o de Inform?tica
Faculdade de Ci?ncias e Tecnologia da
Universidade Nova de Lisboa
Quinta da Torre 2829-516 Caparica Portugal
Telefone: +351 212948596 Fax: +351 212948548
www.fct.unl.pt apoio at fct.unl.pt
fct.unl.pt:~# _
2008 Apr 21
4
antispam plugin ehancement
I'm not a developper so I can't do it by myself, but I wonder if it
could be possible to use tagSpam and tagNospam DSPAM feature to ehance
user's dspam lerning experience. I even don't know if this must be
done by DSPAM itself or by dovecot, but let me explain :
The feature would be done by a signature replacement into tagSpam and
tagNospam text, so the user would simply
2009 Mar 08
2
Using account alias as login
Hello,
I use dovecot with a LDAP backend for user account and aliases. The aliases
are objects of the class couriermailalias.
Some users would like to use the alias address as POP/IMAP login instead of
the 'true' account.
Is this possible?.
I am using dovecot version 1.0,10, from ubuntu hardy packages.
Thanks for any answer,
Javier
2010 Dec 08
1
Dovecot as IMAP proxy to Exchange
...ion from the AD itself?
Another thing i'd like to know is if NTLM auth can be used while dovecot
acts only as proxy.
Thanks in advance,
Hugo Monteiro.
--
fct.unl.pt:~# cat .signature
Hugo Monteiro
Email : hugo.monteiro at fct.unl.pt
Telefone : +351 212948300 Ext.15307
Web : http://hmonteiro.net
Divis?o de Inform?tica
Faculdade de Ci?ncias e Tecnologia da
Universidade Nova de Lisboa
Quinta da Torre 2829-516 Caparica Portugal
Telefone: +351 212948596 Fax: +351 212948548
www.fct.unl.pt apoio at fct.unl.pt
fct.unl.pt:~# _
2010 May 20
2
POP3 Problem with SPAM-Mail's over sieve
Hi together,
i am currently using dovecot 1.2.10 with the sieve-plugin and use a
sieve-filter to sort the SPAM-Mail's directly into a Junk-Folder:
require "fileinto";
# rule:[junkfilter]
if header :contains "X-Spam-Flag" "YES" {
fileinto "Junk";
}
My problem is now, if i try to retrieve the Mails via POP3, i did not get the
SPAM-Mail's in the
2009 Oct 07
5
Better APPEND performance
Moving a large number of messages into an IMAP folder on a dovecot
server takes quite a long time. This is a popular operation for users
migrating their stored messages from their old mail servers through a
mail user agent, and it causes a poor first impression of dovecot.
I'd like your help to speed this up.
I have studied this problem in recent versions, including 1.1.[17-19]
2010 Mar 31
3
Dovecot+LDAP issues
Dear list members,
I am having some problems with a LDAP passdb authentication on Dovecot.
Before I forget, the specs: it's a Ubuntu 7.10 server running Dovecot
1.0.5 connecting to 2 different machines running LDAP servers: gold with
OpenLDAP 2.4.19 and extra with OpenLDAP 2.4.9 (extra is a replication
slave of gold).
The initial setup of dovecot was with a MySQL passdb, which is still the