Displaying 20 results from an estimated 78 matches for "dotfiles".
Did you mean:
potfiles
1998 Mar 31
3
hide dotfiles not working.
Just started with Samba a few weeks ago so am
still a newbie. Am serving a single W-95 client
reasonably well - it allows users to log on using
their unix id and passwd, and they can all browse
their unix home directories. However ....
I can't seem to get the "hide dotfiles" directive to work.
Nor the "hide files"!
Also, If a user on W-95 saves a file to unix called,
say, "Joe Smith.doc", I want it to stay as
"Joe Smith.doc" , not be saved as "joe smith.doc" .
(I assume there is nothing wrong with wanting this)
These...
2006 Aug 22
2
Exempt mailboxes from indexing?
I looked through the wiki and the archives, but couldn't find an answer
to this question.
We use a webmail product that uses three dummy mbox dotfiles for storing
configuration and temporary info. I'm trying to find a way to have
dovecot's indexing ignore all dotfiles, and so far have had no luck
(other than, of course, coding it in myself).
Does anyone know if this is possible? Thanks.
-Brian Hayden
2002 Feb 28
0
veto dotfiles but not directory?
I've been playing around a little bit with the "veto files" option for
the [homes] shares we have on our Samba servers (2.2.1a & 2.2.3a).
I've discovered that:
veto files = /.*/
works marvelously for not letting the users muck with their .dotfiles,
which is exactly what we want, however, I've also discovered that it
also clobbers the special directory entries "." and "..", which causes
some programs to fail when reading the directory of the share.
I thought, at first, that the "veto files" option took shell...
2011 Sep 23
1
should dir(all=TRUE) return "." and ".."?
dir(all=TRUE) returns the file names "." and ".."
while dir(recursive=TRUE, all=TRUE, include.dirs=TRUE)
does not. I always filter out the "." and ".." entries
and was wondering if anyone would mind if dir(all=TRUE)
just omitted them? It might make recursive file operations
like cleaning out a directory safer, as
unlink(recursive=TRUE, dir(all=TRUE,
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
Hi Aki,
Oops; I did not think carefully enough about your instructions. Here is the output from
$ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
# 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
# Pigeonhole version 0.5.2 ()
# OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
# Hostname: cpbl-t450s
doveconf: Warning: please set ssl_dh=</etc/dovecot/dh.pem
doveconf: Warning: You can gen...
2011 Nov 28
11
Is it possible to conditionally replace a file ?
As far as I can tell, the "replace" parameter is all or nothing.
What I am looking for is something like the exec/onlyif parameter that I can use to conditionally replace a file.
Any thoughts ?
“Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us.”
Bill Waterson (Calvin & Hobbes)
--
You received this
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
Hi Aki,
(This message might not make it to the list; I have to switch back to the
other dovecot to be able to send from that address)
Oops; I did not think carefully enough about your instructions. Here is the
output from
$ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
# 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
# Pigeonhole version 0.5.2 ()
# OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
# Hostname: cpbl-t450s
doveconf: Warning: please set ssl_dh=</etc/dovecot/dh.pem
doveconf: Warning: You can gen...
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
...> On 31 December 2018 at 18:35 Chris BL <cpblpublic+dovecot at gmail.com> wrote:
> >
> >
> >
> > Hi Aki,
> >
> > Oops; I did not think carefully enough about your instructions. Here is the output from
> >
> > $ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
> >
> > # 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > # Pigeonhole version 0.5.2 ()
> > # OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
> > # Hostname: cpbl-t450s
> > doveconf: Warning: please set s...
2009 Mar 25
2
Dotfiles with multiple dots not marked as hidden
I have "hide dot files" on, but I have noticed that while files with a
single dot are hidden, files with multiple dots are not:
".foo" - hidden
"...foo" - not hidden
Is this by design? *nix certainly hide such files by default...
-- Barry
--
http://barrkel.blogspot.com/
2010 Jun 20
1
.dotfiles in Maildirs appear in folderlisting - dovecot 2.0
Hi,
I've some dot-files in the Maildir/ folder. These files appear in the
Mailbox listing, but of course they can't be accessed. In the previous
dovecot versions these files were hidden.
Matthias
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
...t; wrote:
> > > >
> > > >
> > > >
> > > > Hi Aki,
> > > >
> > > > Oops; I did not think carefully enough about your instructions. Here is the output from
> > > >
> > > > $ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > > >
> > > > # 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > > > # Pigeonhole version 0.5.2 ()
> > > > # OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
> > > > # Hostname: cp...
2003 Dec 17
3
Dotfiles not being deleted?
Hello..
I'm attempting to copy/sync a development directory on my laptop to our
web server, and for some reason dot-files are being copied but not
deleted.
Command line:
rsync -rvva --delete-after -e ssh ./ server.com:/var/www/html/project/
The symptom is that I've got files like '.Makefile.swp' and
'.hidden.php.swp' on the server (vi temp files) even after deleting them
2003 Jan 09
2
Help With Restoring
Hi All,
I have been using rsync to backup to a central server with a 7 day
incremental script on 2 Redhat boxen.
#!/bin/sh
PATH=/usr/local/bin:/usr/bin:/bin
DAY=`date +%A`
export PATH DAY
[ -d /root/emptydir ] || mkdir /root/emptydir
rsync --rsh=/usr/bin/ssh --delete -a /root/emptydir/
CENTRAL_SERVER_IP:/backup2/BACKED_UP_SERVER_FQDN/$DAY
rmdir /root/emptydir
rsync --delete
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
...ng but imap process from Dovecot?
Aki
> On 31 December 2018 at 18:35 Chris BL <cpblpublic+dovecot at gmail.com> wrote:
>
>
>
> Hi Aki,
>
> Oops; I did not think carefully enough about your instructions. Here is the output from
>
> $ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
>
> # 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
> # Pigeonhole version 0.5.2 ()
> # OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
> # Hostname: cpbl-t450s
> doveconf: Warning: please set ssl_dh=</etc/dovecot/dh.pem...
2019 Jan 06
1
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
...39;s earlier responses).
Thanks and best wishes,
Chris
On Sun, 6 Jan 2019, Stephan Bosch wrote:
>
> Op 31/12/2018 om 16:53 schreef Chris Barrington-Leigh:
> > I then followed the instructions in the Warning lines above and now I get:
> >
> > ?dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > # 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > # Pigeonhole version 0.5.2 ()
> > # OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
> > # Hostname: cpbl-t450s
> > mail_location =
> > maildir:/home/me...
2012 Apr 17
4
top not restoring terminal echo/icanon correctly
(Please keep me CC'd as I'm not subscribed to the list)
I'd like to request that folks running RELENG_8 (and RELENG_9, though I
do not use it) please check the behaviour of their terminal after each
of following commands are run (check terminal after each command):
top -a (press "q" after 1 screen refresh)
top -b
If you find that your input characters in your shell
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
...BL <cpblpublic+dovecot at gmail.com> wrote:
> > >
> > >
> > >
> > > Hi Aki,
> > >
> > > Oops; I did not think carefully enough about your instructions. Here is the output from
> > >
> > > $ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > >
> > > # 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > > # Pigeonhole version 0.5.2 ()
> > > # OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
> > > # Hostname: cpbl-t450s
> > > d...
2018 Dec 31
0
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1 (fwd)
...> > > >
> > > > >
> > > > > Hi Aki,
> > > > >
> > > > > Oops; I did not think carefully enough about your instructions. Here is the output from
> > > > >
> > > > > $ dovecot -n -c /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > > > >
> > > > > # 2.3.2.1 (0719df592): /home/meuser/dotfiles/auto-stanford-dovecot.conf
> > > > > # Pigeonhole version 0.5.2 ()
> > > > > # OS: Linux 4.18.0-13-generic x86_64 Ubuntu 18.10 ext4
> > >...
2018 Dec 31
2
Localhost imap server fails after upgrade from 2.2.33.2-1 to 1:2.3.2.1
...lStanford/INBOX
> > > >
> > > > Other /etc/ files are unchanged from installation defaults.
> > > >
> > > > Alpine calls imapd when it starts, with the following command:
> > > >
> > > > /usr/lib/dovecot/imap -c /home/meuser/dotfiles/auto-dovecot.conf
> > > >
> > > >
> > > > When I run that command, I get:
> > > >
> > > > imap(meuser,)Error: net_connect_unix(/var/run/dovecot/stats-writer) failed: Permission denied
> > > > * PREAUTH [CAPABILITY IMAP4rev1...
2009 Sep 28
1
rsync followup - what did I run?
Many people have wondered what my rsync syntax was -
[as root]: rsync -av /path/to/source me at remote-host:/path/to/dest
I'll be adjusting it to adapt to perform incrementals, probably with --update.
So, just need to learn why some of the .dotfiles, and other unknown
files (unless I ran a diff) didn't successfully copy over.
Thanks.