Displaying 6 results from an estimated 6 matches for "mailpath".
2002 Dec 19
3
dovecot replacing uw-imap
Hey,
I'm trying to sort out how to make dovecot replace uw-imap cleanly. But
I have the following problems/questions:
1. Why is mbox support limited to user-owned directories?
2. Would it be possible to have dovecot target a different place than
~user/mail by default, specfically some place like
/var/path/to/maildirs/userdir/
I'd like to move all my mail storage out of user homedirs and
2013 Feb 25
1
lmtp problem with wrong index path
..."^#|^$"
/opt/dovecot/etc/dovecot/dovecot-ldap.conf.ext
hosts = 62.103.147.203
dn = "cn=*****,ou=people,dc=otenet,dc=gr"
dnpass = *****
base = ou=people,dc=otenet,dc=gr
scope = onelevel
user_attrs =
folderPath=home,mailQuota=quota_rule=*:storage=%$M,uidNumber=uid,gidNumber=gid,mailPath=mail=mbox:~/:INBOX=%$:INDEX=/indexes/%1Mu/%2.1Mu/%3.1Mu/%u
user_filter =
(&(|(objectClass=otenetMailAccount)(objectClass=otenetservices))(|(uid=%u)(mail=%u)(mailAlternateAddress=%u)))
pass_attrs = mail=user,userpassword=password
pass_filter =
(&(|(objectClass=otenetMailAccount)(objectClas...
2003 Jul 18
5
Loadable module
...oving a .mailbixlist to a .subscriptionfile when a user
did not have one, but did have a .mailboxlist file. Timo emailed a module
for that purpose, so it could be done for this user.
My question is:
- Where and how does dovecot call this function?
- Would it be easy to use a module to a) create a mailpath (can be done as
the mailuser's id, I use one uid, and my path is all owned by that uid), and
b) simply remove a quota file?
Thank you for your time,
Maikel Verheijen.
Ps: the email I am referring to has:
Subject: Re: [Dovecot] 0.99.10-rc3
Message-Id: <1056538261.8144.38.camel at hu...
2020 Mar 28
0
[klibc:update-dash] dash: var: Set IFS to fixed value at start time
...TFIXED|VUNSET, "ATTY\0", 0 },
#endif
-#ifdef IFS_BROKEN
{ 0, VSTRFIXED|VTEXTFIXED, defifsvar, 0 },
-#else
- { 0, VSTRFIXED|VTEXTFIXED|VUNSET, "IFS\0", 0 },
-#endif
{ 0, VSTRFIXED|VTEXTFIXED|VUNSET, "MAIL\0", changemail },
{ 0, VSTRFIXED|VTEXTFIXED|VUNSET, "MAILPATH\0", changemail },
{ 0, VSTRFIXED|VTEXTFIXED, defpathvar, changepath },
@@ -143,6 +135,7 @@ INIT {
}
}
+ setvareq(defifsvar, VTEXTFIXED);
setvareq(defoptindvar, VTEXTFIXED);
fmtstr(ppid + 5, sizeof(ppid) - 5, "%ld", (long) getppid());
diff --git a/usr/dash/var.h b/usr/...
2007 Dec 10
7
Serious Geek RoR newbie: wishes to know EXACTLY what/where all is installed by packages. Tnx!
[TOP lINE: is there a linux program that will tell me where all the
installed files went?]
Hi all....great to be here... i''m pretty relentless yet very new to
RoR and fairly new to Linux [went with ubuntu 7.10 for the time being
- learing pure Deb and/or Slack/BDS for the future]
anyhooo.. So...
Coming from my highly understood XP install [frankly it feels yuk
these days] i''m
2015 Sep 25
2
Build of supermin 5 on Ubuntu 14.04 LTS
...# Unset variables that we do not need and which cause bugs (e.g. in
# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
# suppresses any "Segmentation fault" message there. '((' could
# trigger a bug in pdksh 5.2.14.
for as_var in BASH_ENV ENV MAIL MAILPATH
do eval test x\${$as_var+set} = xset \
&& ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
done
PS1='$ '
PS2='> '
PS4='+ '
# NLS nuisances.
LC_ALL=C
export LC_ALL
LANGUAGE=C
export LANGUAGE
# CDPATH.
(unset CDPATH) >/dev/...