Displaying 20 results from an estimated 9000 matches similar to: "Populating mailbox dir"
2009 May 27
1
A few easy pam and virtual domains questions
I am using dovecot with postfix, which was setup to do virtual
domains. Dovecot is setup to authenticate against pam (I know, I know)
and knows to look for email in /var/spool/vmail/:
virtual_mailbox_base = /var/spool/vmail
I also have virtual_mailbox_maps defined as
virtual_mailbox_maps = hash:/etc/postfix/vmaps.txt
where I currently only have one account,
% cat /etc/postfix/vmaps.txt
raub
2009 Jul 23
1
Problem with sieve scripts including sieve scripts
I have the following global cmusieve scripts defined in
/etc/dovecot/sieve, which is owned by the user deliver is run (virtual)
as defined in the lda session of dovecot.conf:
global-spam.script ======================================
require ["fileinto"];
# Move spam to spam folder
if header :contains "X-Spam-Level" "********************" {
fileinto
2019 Aug 26
1
User found but password failure
On Mon, Aug 26, 2019 at 4:36 PM Joseph Tam via dovecot
<dovecot at dovecot.org> wrote:
>
> On Sun, 25 Aug 2019, Mauricio Tavares wrote:
>
> > Per [1] I decided to see what the response (base64-reply) I am
> > submitting to dovecot looks like:
> >
> > echo 'base64-reply' | base64 -d
> > raub at example.compassword
>
> I think there's a
2009 Jul 01
4
dovecot lda and postfix
I do not know if this is a help request to solve a problem but
to understand what is going on. I am going to start with the problem
description as I see it and we will go from there.
I have postfix setup to use dovecot for tls/sasl in addition to its
normal imap/pop3 functions. Postfix is also setup to do virtual
domains, getting its information from the files valias, vmaps, and
vhosts which are
2019 Dec 13
5
systemctl behaves like it is being piped to less in centos 8?
Comparing the output of systemctl between centos 7 and 8:
[root at mail ~]# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
[root at mail ~]# systemctl status firewalld
? firewalld.service - firewalld - dynamic firewall daemon
Loaded: loaded (/usr/lib/systemd/system/firewalld.service; enabled;
vendor preset: enabled)
Active: active (running) since Fri 2019-10-25 00:24:24 UTC; 1
2014 Jan 19
1
sudo (+ldap+kerberos) not accepting password
So I have this centos 5.10 box which authenticates network users
against ldap(authorizing)+kerberos(authentication). And I now would
like to have sudo be able to allow admins (netgroup chinbeards) to
sudo about. I am not using sssd though (yet).
Here is the output of me trying sudo (debug on):
[raub at centos5-x64 ~]$ sudo pwd
LDAP Config Summary
===================
uri
2019 Aug 26
4
User found but password failure
Trying to figure out which step is causing me not to be able to
login. I am using a password file,
passdb {
driver = passwd-file
args = scheme=SHA512-CRYPT username_format=%u /etc/dovecot/passwd
}
We will assume that the pw I created using 'doveadm pw -s
SHA512-CRYPT' matches the password I will be using to login below. I
crank the debugging mode,
auth_debug_passwords = yes
2019 Sep 06
4
smbldap-showuser and ldapsearch can't show groups user belongs to.
Quick-n-easy questions:
Let's say user raub is added to group nosy using smbldap-groupmod
smbldap-groupmod -m raub nosy
Now, according to ol' ldapsearch,
ldapsearch -vvv -H "ldaps://ldap.example.com" -D
"uid=admin,ou=People,dc=example,dc=com" -W -b "dc=example,dc=com" -s
sub "(cn-nosy)"
group nosy has a dn attribute that looks like this
dn:
2008 Oct 22
9
Released v1.1.5 and v1.2.alpha3
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz.sig
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz.sig
A combined release announcement for a change. :)
Largest changes since v1.1.4:
* Dovecot prints an informational message about authentication problems
2008 Oct 22
9
Released v1.1.5 and v1.2.alpha3
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz
http://dovecot.org/releases/1.1/dovecot-1.1.5.tar.gz.sig
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz
http://dovecot.org/releases/1.2/alpha/dovecot-1.2.alpha3.tar.gz.sig
A combined release announcement for a change. :)
Largest changes since v1.1.4:
* Dovecot prints an informational message about authentication problems
2011 Jan 23
1
PAM problem with virtual domain/user ownership
I am running dovecot 1.2.9 (ubuntu package, not from source) and wanted
to use pam to authenticate my mail users who have no local accounts.
I've done that before in an earlier release of dovecot and ubuntu, so I
would not need to do set dovecot to ask LDAP directly.
So, I have in dovecot.conf:
# Authentication processes
mechanisms = plain login
passdb pam {
args = "*"
2008 Feb 25
1
NoMethodError: undefined method `<=>' for :zip:Symbol
Long time programmer, but I just started learning RoR last week. I am
going through some examples in the book "Ruby on Rails: Up and
Running".
The example I am on had me add a table to the database that looks like
so:
CREATE TABLE people (
`id` int(11) NOT NULL auto_increment,
`type` varchar(20) default NULL,
`name` varchar(20) default NULL,
`email` varchar(30) default NULL,
2004 Feb 18
5
ownership & ssh
Here's another easy rsync question (I am trying to make sense of
some stuff): Let's say I have this burp file, which I set the follow
uid/gid:
raub@kushana-13>ls -l burp
-rw-r--r-- 1 nobody4 noaccess 44800 Feb 18 13:07 burp
raub@kushana-14>
When I move it to katri, since it does not have those uid/gid defined, it
just spits them out as the appropriate numbers (that were
2008 Dec 29
0
[LLVMdev] Enhancing the Trident compiler
Hi,
I'm not sure, but I think you should do point 'e' first - unless you
want to implement 'a' to 'd' first for 1.5 and then again for 2.4.
Best regards,
Nico
On Dec 29, 2008, at 1:44 PM, Elvis Dowson wrote:
> Hi,
> Would anyone happen to know if there are any efforts underway
> at enhancing the Trident compiler?
>
> Some of the things that I
2008 Dec 29
1
[LLVMdev] Enhancing the Trident compiler
Hi Nico,
Yes, that's true! :-) I just listed it in order of
short-comings of the existing compiler.
I've been reading up on existing tools, and it would appear that a
couple of commercial tools exist, most notably Xilinx AutoESL, which
supports C, C++, SystemC and M-code. Others support better C
functionality, e.g. c-to-verilog, which does not have the current
2009 Oct 11
2
@2.0, autocreate fails. "Permission lookup failed"?
i'm trying to setup autocreate in 2.0.
in mail.conf,
...
namespace private {
separator = /
prefix = ""
inbox = yes
hidden = no
list = yes
subscriptions = yes
}
namespace public {
separator = /
prefix = "Public/"
2012 Nov 13
5
IPhone wont delete IMAP messages from dovecot mailbox
Hello!
I've got dovecot running with postfix. Have virtual users under vmail
folder.
When I connect with outlook, I can read, delete messages.
When I sign on with webmail, also can delete messages,
Mutt is working as well on the mail server, can delete messages.
Once the message is deleted it moves to the trash. Works as it
supposed to.
But on Iphone, when I add a mail user, got the
2008 Apr 09
2
apache log directives
Does anyone know of a way to specify a CustomLog file name in apache
based on the vhost? for example, I have 10 vhosts and instead of giving
each one a CustomLog directive and specifying a different log file I'd
like to do something in global that does the same thing, ala
vhost elvis
customlog elvis.log
vhost king
customlog king.log
becomes
customlog $VHOST.log
I know that this is a bad
2008 Dec 28
2
[LLVMdev] Error when attempting to build llvm-gcc-4.2-2.4.source on Mac OS X 10.5.6
Thanks Anton,
Yes, I just realized this. I am going
through the steps now.
So, you're saying that Trident will not work with llvm-2.4?
If I have to use llvm-1.5, which is the corresponding C front end? I
couldn't locate the C front end package on the Trident Compiler
website.
Best regards,
Elvis Dowson
On Dec 29, 2008, at 2:43 AM, Anton
2008 Dec 29
2
[LLVMdev] Enhancing the Trident compiler
Hi,
Would anyone happen to know if there are any efforts underway
at enhancing the Trident compiler?
Some of the things that I would like to add to the Trident compiler
are :
a. Support for compiling multiple C functions in an input file
b. Support for parameter passing
c. Support for functions returning results
d. Support for a C++ front end, and C++ objects
e. Updating the trident