Displaying 20 results from an estimated 700 matches similar to: "mixture of virtual and plain users"
2017 Jun 06
3
virtual isp address, local delivery
I'm trying to understand how to deliver mail to an address locally which
is popped from my isps email account.
I access and keep these emails backed up on dovecot and use postfix smtp
to deliver mail.
The problem is that while fetchmail uses dovecot lda directly, postfix
can't include my isps domain in its $mydestination because I won't be
able to send mail to other users in that
2006 Jul 17
1
Postfix Virtual Users and Directory Permissions
I have followed the instruction here:
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
There are five virtual domains configured and each directory containing
each domain is owned by one UID/UID with permissions of 700. I can send
mail to each domain and it is stored in the appropriate Maildir under
the correct directory. The system is OpenBSD 3.8 STABLE. So far, so good.
Now
2017 Jun 07
0
virtual isp address, local delivery
On 07.06.2017 01:18, Hugh Bragg wrote:
> I'm trying to understand how to deliver mail to an address locally
> which is popped from my isps email account.
>
> I access and keep these emails backed up on dovecot and use postfix
> smtp to deliver mail.
>
> The problem is that while fetchmail uses dovecot lda directly, postfix
> can't include my isps domain in its
2009 Feb 28
2
Return to text mode after menu.c32
Hello everyone,
I am in the process of setting up a home boot server using pxelinux. I
have started creating a menu using menu.c32, and I want to add System
Rescue CD to that. Is there any way I can point PXE to load the
isolinux.cfg that comes with SystemRescueCD (I will now on refer to this
file simply as isolinux.cfg), but not in the "menu" mode? I want to do
that so all the
2005 Mar 30
3
Mailscanner and Postfix
I have just followed Johnny Hughes' excellent walk-through on how to install
Postfix, MailScanner with ClamAV and Spamassassin and it seems to be running
fine during in house testing, but I want to make sure that it behaves itself
when it goes live serving about 250 users; I have read comments elsewhere
both for and against the use of Mailscanner with Postfix, and when I
mentioned the subject
2008 Jan 21
4
Virtual Users and permission denied on POP3 Authentication - cur directory
Hi,
I've been working on configuring a new Postfix+Dovecot+Cyrus-SASL
+Postgres server to perform multi-domain virtual hosting with non-unix
accounts. I believe I have everything working correctly and have
tested both the SASL portion and POP authentication through telnet and
all works as expected, with one exception.
When I authenticate using POP3:
# telnet mail.host 110
Trying
2011 Mar 24
2
Nested PXELINUX configurations
Hello all,
I have a boot server (running Debian Lenny x64) with a number of
bootable options already configured (freedos, memtest, sysresccd etc).
What I am struggling to do now is add Ubuntu and Debian netinst images
so that I can boot from the network and have all the boot options
available as if I was using a CD-ROM.
The problem is that (as far as I can tell) the Ubuntu and Debian
2012 May 22
1
How to evaluate R things from Visual Studio?
Hello all, I’m new here and this is actually my very first post.
My name is Giannis and I am an undergraduate student. I am programming in Microsoft’s Visual Studio 2010 (VB.NET mostly) and I want to create a program for the research group I am in.
I merely want to evaluate actions and use simple statistical things such as ks test (Kolmogorov-Smirnov), and some plots.
The reason I need to call R
2011 Jul 12
2
apply (or similar preferred) for multiple columns
Dear all,
I would like to use the apply or a similar function belonging to this
family, but applying for each column (or row) but let say for each q
columns. For example I would like to apply a function FUN for the first q
columns of matrix X then for q+1:2*q and so on. If I do apply (X, 2, FUN) it
applies for each column and not for every q columns. Is that possible with
any similar function?
2007 May 23
1
Timeout while waiting for shared lock for index file /var/mail/XXX/Maildir/dovecot.index
Hello,
I'm using dovecot v1.0rc23 for about 500 users since february with no
particular problems. I'm using Maildir format and ldap authentication.
A recently added user can't check his mails any more. In the logs I get
May 23 14:35:58 mailsrv deliver(XXXX): [ID 702911 mail.error] Timeout
while waiting for shared lock for index file
/var/mail/XXXX/Maildir/dovecot.index
The user
2007 Jan 19
2
Logging
I use the syslog facility for logging purposes. I was wondering if there is a way to redirect all logs to mail.* For example, there are user.* messages.. can I change all of them to mail.* ?
thanks.
--
giannis.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20070119/7b505121/attachment.html>
2007 Mar 27
2
LDAP group quota support
Is there a plan to support LDAP group quotas in the future releases ?
Just like the ldap quota plugin for users but with additional support
for a unified quota for a group users.
--
giannis.
2009 Aug 15
11
Postfix : lda problem
Hi,
I come back with my problem:
On debian lenny, using dovecot 1.1.13-2~bpo50+1 I try to configure my
setup (with Postfix virtual
domains) to use dovecot as lda but nothing happens, as if postfix not
delegate to dovecot
I am using the contreol panel alternc (http://www.alternc.org).
All the maildir are in the format
/var/alternc/mail/i/info_domainepublic.net for info at domainepublic.net
The
2012 Feb 15
2
integrate (error: evaluation of function gave a result of wrong length)
Dear all,
I am trying to use the integrate function in R but it seems that it does not
work in my example and I cannot figure out why. I create a function Mu1
(which works fine) and try to integrate by the code:
n <- 100
Ctrl <- as.matrix(cbind(runif(n, -30, 30)))
W <- Ctrl + as.matrix(rnorm(n))
Rsp <- (W>as.matrix(sample(10, n, T)))*1
Mu1 <- function(x, Y=Rsp, Xc=Ctrl){
x
2008 Apr 17
1
How to deal with mail to unknown virtual recipients?
Hello list,
I am not quite sure whether this is a questions for Dovecot or Postfix. I have
set up, virtual hosting for one domain (for test purposes) using a
passwd-file as passdb and a static userdb (see dovecot -n at the end) along
with Postfix in a manner described in [1], i.e. a non-Postfix mail store.
Other than that I also do hosting for the canonical domain which is for users
with a
2012 Oct 05
1
glm (probit/logit) optimizer
Dear all,
I am using glm function in order to estimate a logit model i.e. glm(Y ~
data[,2] + data[,3], family = binomial(link = "logit")).
I also created a function that estimates logit model and I would like it to
compare it with the glm function.
So, does anyone know what optimizer or optimization method glm uses in order
to derive the result?
Thank you
Dimitris
--
View this
2012 Apr 05
2
problem to configuration dovecot and postfix
Hi,
I'm having a problem with dovecot and postfix. I'm using a dovecot
version 2.0.13.
Postfix (Version: 2.8.5) config is changed according to the
http://wiki2.dovecot.org/LDA/Postfix:
I have thought to build a virtual user and virtual mailbox, and use
the functionality of the Sieve.
However, when the test set, the mail not received the mailbox. Record
that there was a "temporary
2010 Sep 29
1
SASL auth and proxy
Hello, I'm finding a way to have a pool of smtp-auth servers in front
of my actuals servers to permit relay to our customers. Now users sends
emails connecting to the right IP via mail.domain.tld, with
authentication. Every server has it's own user database in mysql.
I'd like to have a pool of server (with round robin, ideally with
postfix + sasl + dovecot) that authenticate the
2011 Mar 21
1
DOVECOT TO HAVE MULTIPLE AUTHENTICATION MECHANISM FOR A PARTICULAR USER
Hi Friends
IS IT POSSIBLE IN DOVECOT TO HAVE MULTIPLE AUTHENTICATION MECHANISM FOR A
PARTICULAR USER
as u provided me in the link
http://wiki2.dovecot.org/Authentication/MultipleDatabases
<http://wiki2.dovecot.org/Authentication/MultipleDatabases>The link is
applied to all the users( system + virtual) , which increased my overhead of
fetching data
can i have the same for a particular
2011 Oct 06
1
sum of functions
Dear all,
I would like to create a code for semiparametric Klein and Spady's
estimator. For that I created a function that provides the log-likelihood
function for each observation (so it is a function of betas and i, where i
denotes the observation). Now, in order to maximize the log-likelihood
function, I have to sum these log-likelihood functions for each i and so to
get another function