Displaying 20 results from an estimated 2000 matches similar to: "Winbind & adding users... is `useradd` being called? %u parameter?"
2005 Dec 16
1
Dovecot & pam_mkhomedir
Hi there,
Does anyone have Dovecot working correctly with pam_mkhomedir, please?
I seem to be going through quite a number of IMAP servers this week,
trying to find one that will not only authenticate against a Windows
domain but which will also create home directories for users the first
time they log in.
I'm using winbind to do the authentication & that seems to be doing the
trick
2006 Jan 09
1
Maildir permissions, shared folders & postfix
Hi there,
It's my understanding that shared folders can be implemented in the
Dovecot IMAP server by simply symlinking one maildir to another, eg:
$ ls -lan /home/DOMAIN/ned/.maildir/
total 40
drwx------ 9 10012 10000 440 Jan 9 04:23 .
drwxr-xr-x 3 10012 10000 160 Jan 6 06:32 ..
drwx------ 5 10012 10000 264 Jan 9 04:21 .Deleted Items
drwx------ 5 10012 10000 232 Jan 6
2017 Dec 05
3
Disabling index files?
The wiki says:
> Each mailbox has its own separate index files. **If the index files are disabled**, the same structures are still kept in the memory, except cache file is disabled completely (because the client probably won't fetch the same data twice within a connection). [1]
I tend to grep my maildirs quite often, and use the output to cp emails to other folders, so it's annoying
2017 Sep 21
4
Migrating maildirs - Courier to Dovecot
I apologise, because I'm sure this subject has been done to death, but I want to migrate from Courier to Dovecot.
I think my main question is whether there's any reason I shouldn't just rsync the maildirs across from the old mail server to the new one?
There aren't many clients using this server, so I don't care if clients have to redownload all their messages (in fact, I
2005 Dec 20
1
Another numptie question - making maildirs for shared mailboxes.
Hi there,
Sorry to have so much trouble with my Dovecot setup & to ask so many
questions, but I'm having some problems with shared folders. I've read
the thread at
<http://dovecot.org/pipermail/dovecot/2005-January/006079.html> and
added the following lines to /etc/dovecot.conf:
namespace private {
separator = /
prefix =
inbox = yes
}
namespace public {
2015 Apr 09
0
dial out with channel variable; sub-string usage
On Wed, 08 Apr 2015 16:10:30 -0700
thufir <hawat.thufir at gmail.com> wrote:
> I want to do something like:
>
>
> exten => _NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
> exten => _Nxxxxxx,1,Dial(${BABY}/${EXTEN})
> exten => _1NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
> exten => _011.,1,Dial(Dial({TOLL}/${EXTEN})
> exten => _9NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
2009 Dec 10
0
mv renames the wrong file
Hi,
Using Samba 3.4.3 server on Ubuntu 9.10 (compiled myself, since Ubuntu came with Samba 3.4.0).
Sometimes, mv commands don't do what I asked for!
This morning, I was in my Videos share, in the "Movies/Baby Einstein Mozart/" directory.
(I have the share mounted locally in /mnt/samba/Videos, on the same machine where samba server runs on.)
I issued the following command:
mv
2015 Apr 08
2
dial out with channel variable; sub-string usage
I want to do something like:
exten => _NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _Nxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _1NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _011.,1,Dial(Dial({TOLL}/${EXTEN})
exten => _9NXXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _9Nxxxxxx,1,Dial(${BABY}/${EXTEN})
exten => _91NXXNxxxxxx,1,Dial(${BABY}/${EXTEN})
exten =>
2015 Apr 13
1
dial out with channel variable; sub-string usage
On 15-04-09 12:06 PM, Chad Wallace wrote:
>> but don't know where to put those lines. I have BABY defined as
>> >channel variable:
>> >
>> >BABY = SIP/babytel_out
>> >
>> >but that seems circular, somehow.
> You put them in the context for your clients... From what you show
> below, I'd say they go in the "local_200"
2007 Mar 06
2
how to edit my R codes into a efficient way
Hello, Everyone,
I am a student an a new learner of R and I am trying to do my homework
in R. I have 10 files need to be read and process seperately. I really
want to write the codes into something like "macro" to save the lines
instead of repeating 10 times of similar work.
The following is part of my codes and I only extracted three lines for
each repeating section.
data.1 <-
2017 Sep 21
0
Migrating maildirs - Courier to Dovecot
On 22-09-2017 4:34, Stroller wrote:
[...]
>
> I think my main question is whether there's any reason I shouldn't
> just rsync the maildirs across from the old mail server to the new
> one?
>
> There aren't many clients using this server, so I don't care if
> clients have to redownload all their messages (in fact, I expect
> they'll probably end up
2017 Dec 06
0
Disabling index files?
> On 5 Dec 2017, at 15:32, Gregory Finch <gfinch at ldmltd.ca> wrote:
>>
>> How do I disable the index files, please?
>> ?
>>
>
> from https://wiki2.dovecot.org/MailLocation#Index_files
>
> add :INDEX=MEMORY to your mail_location line, ie:
>
> mail_location = maildir:~/Maildir:INDEX=MEMORY
Many thanks!
That works perfectly.
Stroller.
2002 Apr 03
2
low bitrate sounding better? (20k-30k)
At SxSW I ran into the Xiph gang and someone said something in passing that the new version of Ogg Vorbis would have much-improved low-bitrate quality.
Wondering - true? Details? ETA?
At CD Baby all lo-fi soundclips are still in the SFERA format*. At 20k bitrates, they sound GREAT which is why I stick with it, but I'd much rather switch them ALL over to OGG if there was a way to make
2006 Jan 09
2
dovecot auth using passwd-file
Im a dovecot newbie and need a little help with the passwd-like file
auth mechanism in dovecot
I got dovecot to work fine with regular /etc/passwd file auth .. so I
wanted to start using another authentication store for virtual users.
So .. I created a /etc/dovecot-passdb file and plopped in an encrypted
password using md5crypt.
Here are the appropriate lines from the dovecot.conf file
2006 Jan 13
2
ERROR : Connection dropped by imap-server.
hi there,
i'm trying to setup dovecot with squirrel mail at the moment and i'm getting
this error message
ERROR:
ERROR : Could not complete request.
Query: CREATE "Sent"
Reason Given: Permission denied
ERROR:
ERROR : Connection dropped by imap-server.
Query: SELECT "INBOX"
can someone tell me what this means? and what folders i have to change the
permissions on?
2004 Sep 10
0
CD Baby using FLAC to archive 40,000 CDs
On Tue, 24 Jun 2003, Derek at CD Baby wrote:
> Just thought you'd like to know CD Baby has switched to FLAC for
> archiving the 40,000 CDs we have in stock.
> Luckily HD space is down below $1/gig so we got a 6-terabyte RAID-5
> box set up for about $7000.
Well, even if you do have a lot of Morton Feldman (currently my record
for best compression ratio--about 0.25 or so), I
2006 Jan 24
2
Dovecot don't recognise new messages in maildir /new
Hi,
i'm google for it and i searched the archives, but i can't find the problem i have or a hint for a solution.
I'm using Postfix as MTA, the new messages deliver by postfix to the maildir:
/mail/domain.tld/userpart/new/
Dovecot sometimes show the new mails directly (it's very unusual) but mostly it needs for an hour that dovecot recognize the new messages.
Reconnecting of the
2013 Feb 17
0
Terapia para Bebés: Aprenda a ajudá-los
Se não pode visualizar este e-mail corretamente, clique aqui
<http://www.almasoma.pt/newsletter--terapia-para-bebes-aprenda-a-ajuda-los>
.
<http://www.almasoma.pt/>
Formação em Terapia para Bebés
Lisboa, Outono 2013 - Primavera 2016
Workshop: "Baby Clinic", 6 e 7 de Abril de 2013
Conferência de Apresentação, 5 de Abril de 2013
Karlton Terry
Pioneiro da assistência aos
2004 Sep 10
3
CD Baby using FLAC to archive 40,000 CDs
Hey FLAC gang -
Just thought you'd like to know CD Baby has switched to FLAC for archiving the 40,000 CDs we have in stock.
Luckily HD space is down below $1/gig so we got a 6-terabyte RAID-5 box set up for about $7000.
Got the FreeBSD boxes churning away night and day, ripping and archiving.
I'll do a more formal press release for ya in a couple months as we're further along, but
2006 Feb 16
2
Second user problems
I have dovecot (0.99.14 under FC4) set up and working beautifully for my mail,
handing on to procmail, and handling many subfolders. Today I needed to set
up a second user. I added his account in kmail and created a sub-folder, but
no sent-mail, trash etc. were created. I have sent test messages
and /var/log/maillog says they have been processed, but they are not arriving
in his inbox.