Displaying 20 results from an estimated 7000 matches similar to: "DoveCot LDA/Postfix deliver by address"
2011 Aug 05
1
DoveCot LDA prefetch fails with LDA, works with POP client
Hi there,
I am using DoveCot 1.0.7. I know it is real old, but we have to work
with it. I have configured LDAP lookup with password prefetch in
DoveCot. I can successfully receive emails through DoveCot, thus proving
my password prefetch and user authentication are good.
The problem is when I use Postfix to deliver message to DoveCot via LDA.
My postfix master.cf looks like this:
dovecot
2002 Aug 01
6
update() can not find objects (PR#1861)
Full_Name: Yi-Xiong Zhou
Version: 1.5.1
OS: win2000pro
Submission from: (NULL) (64.169.249.42)
Update() can not find objects when it is used in a function, which is in turn
being called by another function. Here is a R script to show the problem:
######## begin of the test script ##########
fun1 <- function() {
x <- matrix(rnorm(500), 20,25)
y <- rnorm(20)
oo <- lm(y~x)
2011 Jan 10
1
enforce STARTTLS on port 110 with POP3?
Hi there,
We are using DoveCot 1.0.7. User will use POP3 or POP. We want to force
user to securely send their credential and keep a secure connection
between us and them. We can do TLS/SSL on port 995, or STARTTLS on port
110.
The problem is that we have no way to enforce STARTTLS on 110, user can
connect to DoveCot on port 110, sending user credential without STARTTLS
(thus insecure).
2005 Jun 03
3
p-value > 1 in fisher.test()
The following contingency table generates p-value > 1 from fisher.test()
ff = c(0,10,250,5000); dim(ff) = c(2,2); fhisher.test(ff)$p.value
Sean
[[alternative HTML version deleted]]
2005 Jun 03
3
p-value > 1 in fisher.test()
The following contingency table generates p-value > 1 from fisher.test()
ff = c(0,10,250,5000); dim(ff) = c(2,2); fhisher.test(ff)$p.value
Sean
[[alternative HTML version deleted]]
2004 Apr 03
6
memory limit problem
Could anyone advise me how to allocate 1.5Gbyte memory for R on a Dell
laptop running XP professional with 2G memory?
I have tried
"C:\Program Files\R\rw1081\bin\Rgui.exe" --max-vsize=1400M
but I only get only 500MB for R actually.
I also tried memory.limit(2^30) in R and got error of:
Error in memory.size(size) : cannot decrease memory limit
Yi-Xiong
2015 Jan 22
1
Postfix Dovecot LDAP setup
[EDIT]: Sorry about the second mail. ignore the first one - it had try &
and error mistakes in. Problem is still the very same as explaned below.
Thanks a lot.
Hi,
since days I'm trying to substitude my SQL based Postfix/Dovecot mail
server by a LDAP based setup. Everything seems to go smooth so far -
thanks to the many how to and Dovecot wiki. Unfortunately I'm
struggeling,
2014 Feb 07
3
lda+ldap multiple users
Hi list and timo,
I use dovecot lda with ldap to do a email => user lookup.
I experienced that if a Mailaddress matches several users the delivery
is aborted.
----------------
dovecot: auth: Error: ldap(christian.test at securepoint.de): LDAP search
returned multiple entries
dovecot: auth: ldap(christian.test at securepoint.de): unknown user
dovecot: lda: Error: user christian.test at
2004 Jul 07
6
text editor for R
Hi,
What is the best text editor for programming in R? I am using JEdit as the
text editor, however, it does not have anything specific for R. It will be
nice to have a developing environment where the keywords are highlighted,
plus some other debugging functions.
Yi-Xiong
[[alternative HTML version deleted]]
2002 Jun 28
2
writing a R package
Dear Sir/Madam,
I am trying to write a R package and I found what has been said in the
"Writing R Extensions" is mostly different from what has been done in the
existing packages. For example, in MASS package, there is no *.Rd files nor
*.rd files. There is an R-ex directory, which has all the .R files, which
should be in the R directory according to the manual. Supprisingly, in the R
2014 Feb 14
1
lda+ldap multiple users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 14 Feb 2014, matthias lay wrote:
> On 02/14/2014 08:27 AM, Steffen Kaiser wrote:
>> On Fri, 7 Feb 2014, matthias lay wrote:
>>
>>> I experienced that if a Mailaddress matches several users the delivery is
>>> aborted.
>>>
>>> ----------------
>>> dovecot: auth: Error:
2014 Feb 14
1
lda+ldap multiple users
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 7 Feb 2014, matthias lay wrote:
> I experienced that if a Mailaddress matches several users the delivery is
> aborted.
>
> ----------------
> dovecot: auth: Error: ldap(christian.test at securepoint.de): LDAP search
> returned multiple entries
> dovecot: auth: ldap(christian.test at securepoint.de): unknown user
>
2007 Nov 02
0
Dovecot] Postfix and Dovecot Deliver LDA
On Nov 2, 2007, at 9:48 AM, dovecot-request at dovecot.org wrote:
> ------------------------------
>
> Message: 4
> Date: Fri, 02 Nov 2007 13:00:56 +0100
> From: spammy <spam at rogerp.org>
> Subject: [Dovecot] Postfix and Dovecot Deliver LDA
> To: dovecot at dovecot.org
> Message-ID: <472B1178.2060200 at rogerp.org>
> Content-Type: text/plain;
2008 Aug 29
2
Virtual users, postfix and dovecot deliver LDA
Hi, I have question about how to setup ldap-lookups in dovecot. I have
done my homework by googling and reading documention and sample
configuration files. But cant resolve this issue.
Background:
I have setup postfix and dovecot. Postix is configured to ldap alias
maps and is delivering mails to /var/spool/vmail/username/Maildir
correctly . Username is ldap attribute sAMAccountName from
2007 Nov 02
1
Postfix and Dovecot Deliver LDA
Hi all,
Having problems moving from postfix/dovecot/mysq/maildrop existing
intall to dovecot LDA
dovecot -n
# 1.0.5: /etc/dovecot/dovecot.conf
log_path: /var/log/dovecot.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap pop3
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(pop3):
2012 Apr 04
2
Modifying LDAP search results for user_attrs
I need to authenticate users via LDAP either by mailaddress or login name.
In both cases the mailbox location is /src/mail/%d/%n. I can easily deduct
that path from the mailaddress, but not so from the login name.
Can I get the mail address as part of fetching user_attrs and modify it on the
fly? Something along the lines of this:
user_attrs =
2010 May 26
1
Samba4 Patch: newuseradv and newgroupadv scripts for net cmd utlity
Hi all,
As per Jelmer's request - in response to bug #7455 attached diff file.
Please let me know what you think and if any modificationes need to be
performed
Regards
Luk
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: newusergroupadv.diff
URL:
2008 Feb 06
4
LDA postfix + deliver, problem lookup, accepting email for everyone
Hi,
I'm setting up dovecot pop3 deamon for a small set of mailbox.
I want to be able to set a small set of mailbox simply, so I've used
"passdb passwd-file" + virtual mailboxes with "userdb static".
My problem is that it seems that postfix accept and create mailbox for
every address I post. It is configured to use local delivery through
dovecot's deliver.
How
2016 Dec 29
1
dovecot-ldap.conf.ext for FreeIPA usage
Hello,
I'm figuring out how to auth users against FreeIPA and I wonder if
someone did this without GSAPI.
My users are stored in a mysql DB where I wonder what I shall use as
authname, the username or the mailaddress. As the mailaddress is
always unique it could be best but if a user has multiple
mailaddresses under seperate domains username might be better.
Any clue here and maybe an
2010 Nov 08
2
Use a different usename than the recipient address (that require a lookup)?
Hi there,
I am integrating Postfix and DoveCot, both use LDAP to look up
user/email address info. My question is this: can I create a user
"jsmith" to get all emails with the recipient address:
dovecotdemo at domain? Because of using LDAP, I need to do a lookup to
know that the user "jsmith" is getting emails for "dovecotdemo at domain",
NOT "dovecotdemo"