Displaying 20 results from an estimated 20000 matches similar to: "double posts"
2005 Jan 16
1
Dovecot + Xmail Setup Howto
OK I finally found time to write this. (this is for dovecot 99.X and Xmail
1.X >= 1.17)
(in dovecot 1.0 it'll able to auth against Xmail via a auth script. aka
You'll only need to have 1 user account databases, XMAIL's YAY !!!)
Steps:
1. Install Dovecot. (rpm or Source)
>From Source : http://wiki.dovecot.org/CompilingSource
>From RPM :
2005 Jan 30
0
Re: Dovecot doesn't call pam_open_session, thus dodging
Forgot to ask, can this patch be added into dovecot for the next update ? (just to make life a little easier for us rpm'ers)
-- Chris L. Franklin --
----- Original Message -----
From: "Chris L. Franklin" <cfranklin at nomadcf.com>
To: <dovecot at dovecot.org>
Sent: Sunday, January 30, 2005 1:49 PM
Subject: RE: Dovecot doesn't call pam_open_session, thus dodging
2006 Dec 18
7
Interesting article about punching holes in firewalls...
I ran across an interesting article
(http://www.heise-security.co.uk/articles/print/82481) (1) that I think
any and all firewall administrators should take a few moments to read.
I personally have known that using "-m state --state
ESTABLISHED,RELATED" was not the most secure thing to use for returning
traffic. Namely this will allow you to make a valid connection to a web
server,
2005 Nov 25
1
Dovecot auth patch updated for Postfix 2.3-20051121
Once again I have updated Timo's auth patch for Postfix 2.2.1 to work
with a 2.3 snapshot. It applied cleanly and compiled and is running for
me, but is not really tested.
This is Timo's code, not mine. All I did was manually edit in the
rejects from the old patch. Find it here if you're interested:
http://www.nodns4.us/postfix-2.3-20051121-dovecot-auth.patch.gz
md5sum:
2009 Nov 24
2
new to dovecot
Hi there,
I have installed debian with exim4 postgresql 8.3 and dovecot 1.0.15.
I have the mail delivery part done, so when i send mail it gets
delivered in ~/MailDir/
I have tried to authenticate via passwd and postgresql but with no luck.
I have read a lot on google but i cannot get dovecot to give me the
mails via pop3. Is there a tutorial somewhere i have missed?
so far i have messed up my
2005 Dec 09
1
yet another update of the Dovecot AUTH patch: 20051208
Wietse won't sit still ... removal of the lmtp(8) client broke the
previous issue of the revised Dovecot AUTH patch. So I just redid it
for the 20051208 snapshot:
http://www.nodns4.us/postfix-2.3-20051208-dovecot-auth.patch.gz
$ md5sum *gz ; ls -l $_
32946afa424b3fbc04c8d9822e711e1f postfix-2.3-20051208-dovecot.patch.gz
-rw-r--r-- 1 rob0 console 7287 2005-12-09 17:09
2005 Jul 05
1
I need sleep (dovecot auth / postfix 2.3)
I need the new sleep feature (smtpd_*_restrictions) of Postfix 2.3
snapshots, but I'm using the Dovecot auth patch. The 2.2.1 patch had
problems in the snapshots I tried.
Fortunately the problems were very simple.
rob0 at room101:~/src/mail/postfix-2.3-20050630$ patch -p1 < ~/dl/postfix-2.2.1-dovecot-auth.patch
[snip]
patching file src/smtpd/Makefile.in
Hunk #1 FAILED at 1.
Hunk #2 FAILED
2019 Sep 18
1
[p2v PATCH v2] Use URL to point to GNU licenses
Adjust almost all the license headers to point to the GNU website
instead of the FSF postal address.
3rd party code copies are unchanged.
Spotted by Rpmlint.
---
v1 is:
https://www.redhat.com/archives/libguestfs/2019-September/msg00079.html
Makefile.am | 3 +--
autogen.sh | 3 +--
bash/Makefile.am | 3 +--
2013 Sep 19
2
zlib_save per-user or per-mailbox?
We'd like to be able to activate zlib_save per-user or per-mailbox,
but it seems to be global, all or nothing. Search of this list
revealed a comment from Timo in 2012:
http://www.dovecot.org/list/dovecot/2012-March/064909.html
where he was thinking that compression per-namespace would be a
worthy feature. Was that done?
I'm in the process of replacing a 2.0 system with 2.2 EE. The
2006 Oct 31
0
6312173 The libsldap function __ns_ldap_list() returns invaild DN string when using attributMap
Author: sdussud
Repository: /hg/zfs-crypto/gate
Revision: da727245bf8a0e3cdabe620c5abcf05e3f55e70a
Log message:
6312173 The libsldap function __ns_ldap_list() returns invaild DN string when using attributMap
Files:
update: usr/src/lib/libsldap/common/ns_reads.c
update: usr/src/lib/libsldap/common/ns_sldap.h
2006 Aug 05
0
Another generic CRUD controller
I''ve been using this template on most of my CRUD controllers.
class CommentsController < ApplicationController
meantime_filter :set_scope
before_filter :find_comment, :only => %w(show edit update destroy)
def index
@comments = Comment.find(:all)
end
def new
@Comment = Comment.new
end
def create
@comment = Comment.create!(params[:comment])
2005 Oct 27
2
[info] Spamcop listing
Smtp1.song.fi and smtp2.song.fi, our list servers, seem to have gotten
listed in the bl.spamcop.net RBL. Spamcop listings are temporary and
will time out, and because of occasional major false positives (or
perhaps collateral damage?) like this I don't use it to reject mail.
Anyone who IS using Spamcop to reject mail has missed much of today's
list traffic.
--
mail to this
2005 Jun 09
3
Pop-before-smtp issue
Hi,
I'm trying to use pop-before-smtp with Dovecot IMAP (not running pop3).
Pop-before-smtp has fixes to work with the fact that Thunderbird holds
the Dovecot Imap connection open and therefore doesn't record regular
'login' entries in maillog.
Problem is that pop-before-smtp relies on Dovecot recording a disconnect
in the maillog when an Imap client disconnects. Dovecot
2011 Jan 05
5
Login with firstname.lastname instead of loginname - WORKING
3 years ago (!) I aksed about this and finally I implemented it today:
>> # NEW
>> passdb {
>> driver = passwd
>> # firstname.lastname at charite.de:password:uid:gid:(gecos):home:(shell):user=realloginname
>> args = /usr/local/etc/dovecot.login_via_email
>> }
>If you're only using it as a passdb, you don't need the uid/gid/home.
2003 Jun 13
1
R 1.7.0 startup error: .addMethodFrom...
Does anyone know what could be causing the following error message on
startup of R:
Error in .addMethodFrom(def,argName[1],class[1],fromClass) :
object "*tmp*" not found.
I'm using R 1.7.0 and Windows 2000.
This happened shortly after I installed 1.7.0. Once it occurs, R freezes.
>From then on R will always freeze with this error message.
I reinstalled 1.7.0 and it worked
2013 Jul 25
2
Case-insensitive "detail" mailboxes?
We're using sieve with LMTP. We want to have lda_mailbox_autocreate
and lmtp_save_to_detail_mailbox. Is there a way to make the "detail"
case-insensitive? If so I have not found it yet.
I suppose we could lowercase the input string for the SQL userdb
query, but that's not what is wanted. The idea being that if a user
makes a mailbox called "Test" is that user+test
2018 May 09
0
Pruning a dendrogram based on frequencies
Hi Franklin,
plot.dendrite was not designed to be pruned. I have had a look at the
problem, and I may be able to suggest a way to drop values in the
"dendrite" object that is the input to plot.dendrite. I'll let you
know.
Jim
On Tue, May 8, 2018 at 11:46 PM, Franklin Mairura via R-help
<r-help at r-project.org> wrote:
> How can one prune a dendrogram (plot.dendrite,
2003 Sep 17
2
Date on x-axis of xyplot
xyplot doesn't seem to want to label my x-axis with dates but instead puts
the day-number for each date.
begdate is the number of days since January 1, 1960 and was initially
created by
library(date)
...
polls$begdate<-mdy.date(begmm,begdd,begyy)
I create a new dataframe (pollstack) which includes begdate. In the process
begdate seems to lose its date attribute so I redo it as:
>
2005 Dec 06
5
Matrix of dummy variables from a factor
What is a simple way to convert a factor into a matrix of dummy variables?
fm<-lm(y~f)
where f is a factor takes care of this in the estimation. I'd like to
save the result of expanding f into a matrix for later use.
Thanks.
Charles
--
Charles H. Franklin
Professor, Political Science
University of Wisconsin, Madison
franklin at polisci.wisc.edu
chfrankl at wisc.edu
2012 Feb 07
2
Multiple userdb possible?
Hello,
I am running v2.0.13. In my dovecot.conf I have:
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
Is it legitimate to include multiple ldap userdb's, like:
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap1.conf
driver = ldap
}
passdb {
args =