Displaying 20 results from an estimated 1300 matches similar to: "newbie: problem with IMAPS + mutt + Thunderbird"
2010 Sep 18
1
Dovecot LDA, virtual users, multiple uids: No luck
Hi,
I'm trying to get Dovecot's deliver to create and use mailboxen with
one uid per user. Reading the wiki, I decided to go with the sudo
attempt, but I'm stuck because deliver fails to create the intermediate
directories. The auth.log has this on the matter:
sudo: dovelda : TTY=unknown ; PWD=/var/spool/postfix ; USER=root ; COMMAND=/usr/lib/dovecot/deliver -f toni at
2010 Feb 23
0
1.2.10: namespaces and still no luck
Hi,
I'm trying to set Dovecot up in a way that is compatible with console
usage of the same mailboxes (ie, w/o IMAP). My mailboxen are almost all
maildirs (I can ignore all other formats), and are laid out as follows:
INBOX = ~/Maildir
All other folders are maildirs in ~/Mail
Eg. ~/Mail/archive, ~/Mail/sent, ~/Mail/some-mailing-list
I configured this, along the lines of
2019 Nov 26
2
moved DM config to new server : gids different etc
Am 26.11.19 um 17:15 schrieb Rowland penny via samba:
> On 26/11/2019 16:00, Stefan G. Weichinger via samba wrote:
>> Last week the mobo in a DM server died, so we had to set up a fallback
>> machine and reinstall Debian 10.2 including Samba
>>
>> I had smb.conf but not /var/lib/samba in backups.
>>
>> Restored krb5.conf and smb.conf, rejoined.
>>
2012 Sep 17
1
dovecot 1.x: problem with quota
Hi,
I have now verified that there is a problem with quota (and sieve?).
Summary:
If the "maildirsize" file gets garbled (= every once in a while),
mail is getting lost randomly.
Details:
I have a Debian box (6.0.5/amd64) with a Postfix server (2.7.1), which
delivers email via Dovecot (1.2.15) to local disk (ext3). My email is
filtered via a sieve script (wish I could have something
2011 Jan 05
2
check, that a script is in a folder
$ echo ${PWD##*/}
somefolder
$ if "${PWD##*/}" -eq "asdf" > /dev/null; then echo "this is the asdf folder"; else exit 1; fi
bash: notthatfolder: command not found...
this is the asdf folder
$
So i just want to check that i'm in an exact folder. e.g.: "asdf"
What's wrong with my one-liner?
I just want to check, that a script is in a folder,
2002 May 30
2
Accessing PC from Unix
Can someone point me to an FAQ, or tell me how to access shared PC
drives from Solaris 8?
I've heard of the smbclient thing - does this allow seamless access - ie
can I run this, then say cd /sharedpc/c/somefolder?
Thanks for any help
Paul
2004 Jul 21
1
Bug#260573: logcheck: ignore.d.paranoid/cron and ignore.d.server/cron swapped
Package: logcheck
Version: 1.2.23
Severity: normal
Hello,
I have:
# /bin/cat ignore.d.server/cron
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ crontab\[[0-9]+\]: \([[:alnum:]-]+\) LIST \([[:alnum:]-]+\)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ crontab\[[0-9]+\]: \([[:alnum:]-]+\) REPLACE \([[:alnum:]-]+\)$
and:
# /bin/cat ignore.d.paranoid/cron
^\w{3} [ :0-9]{11} [._[:alnum:]-]+
2008 Mar 10
3
Maildirsize automatically (re)build
Hi,
Im testing with 1.1RC1. I read here:
http://wiki.dovecot.org/Quota/Maildir
"If you configure quota limits in Dovecot (e.g.
quota=maildir:storage=102400(kilobytes)), Dovecot makes sure that this
header is kept up to date. If the file does not exist, it's simply
rebuilt."
This is my query:
password_query = SELECT username as user,
username as userdb_user, passwd as password,
2010 Oct 07
1
Config review (2.0.5)
Since I have these performance problems after migration to 2.0.5 I'm
publishing my config for review. Can anybody spot any obvious signs of
trouble?
# 2.0.5: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.32-24-generic-pae i686 Debian squeeze/sid
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain login
disable_plaintext_auth = no
auth_master_user_separator = *
mail_location =
2018 Feb 05
2
Cannot delete IMAP Mail-Folder in Trash
> On February 5, 2018 at 6:16 PM Gabriel Kaufmann <mailings at typoworx.com> wrote:
>
>
> Doesn't anyone have an idea?
>
> It looks like Dovecot and/or Thunderbird simply "ignore" sub-folders of
> IMAP-Folder in Trash/ as they are also not shown in Trash-Folder.
> Sub-Folder for INBOX and other IMAP-Folders work perfect (using
> layout=fs
2005 Apr 13
1
how to mount the windows shares
Hey friends,
I want to mount some windows shares on Linux workstations in my
office.I am using FC3 and my shares are on Windows XP pro and Windows
2003 Server.
I tried this command to mount those shares
mount -t cifs -o username=windowsusename
//windows2003/sharename/anotherfolder /mnt/server
the samba then asks for the password of the windows user,i gave the
correct password but then Linux
2005 Sep 14
1
How to do server-side logging with rsync running through a SSH tunnel?
Hello!
I am using rsync to synchronize files between a master server and
multiple clients
that share a SSH account. I am struggling right now to make the server
log what
files were transferred, and when the synchronization happens.
My setup follows.
The clients log to an ssh account configured to run a script as the
login shell:
(in ~/.ssh/authorized keys)
2005 Mar 17
1
Namespaces and subscriptions
I've got a problem with subscriptions in 1.0-stable when migrating from
UW-IMAP.
I've modified the SUBSCRIPTION_FILE_NAME entries as suggested in the
Wiki http://wiki.dovecot.org/Migration and included the "~/mail/" etc.
hidden namespaces.
The .mailboxlist files contain entries like "~/mail/somefolder" and the
clients have "~/mail/" set as a prefix.
In
2018 Feb 06
1
Cannot delete IMAP Mail-Folder in Trash
We have the same problem, with a twist. When Thunderbird deletes a folder, it is still shown by the GUI. Dovecot deleted the folder correctly, and the sunscriptions file is also correct. Some other times, on shared folders, Thunderbird refuses to delete; in this case, apple mail on iphone can delete successfully. This suggests that the problem is in Thunderbird's code.
R
On Mon, Feb 5, 2018
2011 Nov 17
0
Network initialization failed
Hi,
I successfully installed wine 1.2.3 on Debian squeeze amd64.
Preliminary tests are fine.
I use a ~/.wine/dosdevices/unc/myserver/myfolder linked to a smbmout in /home/myfolder to emulate a windows network share.
I can launch "wine notepad '\\myserver\myfolder\test.txt' ", edit it and save the changes; so the permission seems right.
I want to use an old app who needs to
2011 Apr 26
1
2.0.12 (fa2e92526716): Deleting mails and folders from public namespaces
On 26.4.2011, at 23.48, Binarus wrote:
> But whenever a user tries to delete a folder from the public namespace,
> dovecot gives the following error: "Renaming not supported across
> non-private namespaces".
..
> Furthermore, I haven't completely understood the reason for the
> different behaviour of folders in the public namespace and a single
> message therein.
2016 Jan 06
3
wide links and privileges
Hai,
I use the following on one of my member servers.
Put set these three in your global smb.conf.
enable privileges = Yes
unix extensions = No
allow insecure wide links = Yes
And on the share i have set.
wide links = yes
follow symlinks = yes
and this is working for years for me.
Try these and report back.
If its not working tell us you OS and samba version
Greetz,
Louis
2010 Feb 06
3
mdbox compression
I was wondering if I should add compression support to mdbox one mail at
a time or one file (~2MB) at a time. The tradeoffs are:
* one mail at a time allows quickly seeking to wanted mail inside the
file, but it can't compress mails as well
* one file at a time compresses better, but seeking is slow because it
can only be done by uncompressing all the data until the wanted offset
is reached
2019 Nov 26
0
moved DM config to new server : gids different etc
On 26/11/2019 16:28, Stefan G. Weichinger via samba wrote:
> Am 26.11.19 um 17:15 schrieb Rowland penny via samba:
>> On 26/11/2019 16:00, Stefan G. Weichinger via samba wrote:
>>> Last week the mobo in a DM server died, so we had to set up a fallback
>>> machine and reinstall Debian 10.2 including Samba
>>>
>>> I had smb.conf but not /var/lib/samba in
2007 Nov 12
2
DO NOT REPLY [Bug 5078] New: Unable to use Win32 device paths with --files-from
https://bugzilla.samba.org/show_bug.cgi?id=5078
Summary: Unable to use Win32 device paths with --files-from
Product: rsync
Version: 2.6.9
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: greg@bolshaw.me.uk