Re: At rest encryption (with protected crypto keys)

2020-03-25 Thread Joseph Tam
data is transferred to the server. The Nextcloud (or Dropbop) example is to have a encrypted FS on the client side (e.g. VeraCrypt) and the whole container is sync'd on the storage side (the server). At no point does the server side ever get to see keys. Joseph Tam

Re: How does dovecot determine users from /etc/passwd?

2020-02-20 Thread Joseph Tam
no point setting flags on a message you'll expunge. /usr/bin/doveadm expunge -A DELETED OR \( SEEN SENTBEFORE 12w \) Joseph Tam

Solaris crash again (was v2.3.9 released)

2019-12-04 Thread Joseph Tam via dovecot
for all future versions) or should this patch be applied in all cases? Joseph Tam

RE: sendmail -> lmtp 501 5.6.0 Data format error

2019-11-28 Thread Joseph Tam via dovecot
-cryptic documentation on what it does https://www.sendmail.org/~ca/email/doc8.12/cf/m4/mailers.html Joseph Tam

Re: How do I search for "greetings of the day"

2019-10-29 Thread Joseph Tam via dovecot
robably stop words? If your looking for the entire strings "Greetings of the day" anywhere, then use doveadm fetch ... TEXT "Greetings of the day" else if any sequence of these words in the body, use doveadm fetch ... BODY "Greetings" \ AND BODY "of" \ AND BODY "the" AND DAY "day" Joseph Tam

Re: dovecot disk space settings

2019-10-22 Thread Joseph Tam via dovecot
osite of what you want. Maybe MAILSPACE=$( df -k | awk '/\/dev\/sdd/{print int($4/(1024*1024)}' ) Joseph Tam

Re: Password issue

2019-10-11 Thread Joseph Tam via dovecot
tacks, by convincing MacOSX clients that the target server does not support SSL/TLS, then providing a cleartext listener or proxy. Joseph Tam

Re: Debug one user possible?

2019-09-27 Thread Joseph Tam via dovecot
ou're done rm -rf /log/dir/marc Joseph Tam

Re: Spam Blocking by filtering on username / id

2019-09-25 Thread Joseph Tam via dovecot
robably can't pre-empt them, so if even one attempt per IP is too much to log, you may have to do both. Joseph Tam

Re: File manager or browser for IMAP?

2019-09-25 Thread Joseph Tam via dovecot
them, you can mulch through mail fairly quickly. Joseph Tam

Re: Multiple certificate option

2019-09-09 Thread Joseph Tam via dovecot
certificate. Joseph Tam

Re: configure: error: fd passing is required for Dovecot to work

2019-09-06 Thread Joseph Tam via dovecot
passing is required for Dovecot to work An earlier post by me and James Lee pointed out this problem on a different platform but maybe it has the same cause. Try configuring with "--disable-hardening" and see if that works. Joseph Tam

Re: User found but password failure

2019-08-26 Thread Joseph Tam via dovecot
using echo 'base64-reply' | base64 -d | od -c but as Aki mention, this is probably not relevant to your problem. Joseph Tam

Re: Upgrading to v2.3.X breaks ssl san?

2019-08-07 Thread Joseph Tam via dovecot
on to avoid newbies who don't read the docs closely enough. For the longest time, I held the same mistaken belief about the purpose of "ssl_ca". Joseph Tam

Re: Upgrading to v2.3.X breaks ssl san?

2019-08-06 Thread Joseph Tam via dovecot
ending intermediate and server certificates is what you're supposed to do. Joseph Tam

Re: Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-22 Thread Joseph Tam via dovecot
@@ /* submission: */ - size_t submission_max_mail_size; + uoff_t submission_max_mail_size; unsigned int submission_max_recipients; Joseph Tam

Re: Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-19 Thread Joseph Tam via dovecot
ot;,sizeof(long long),sizeof(off_t)); } the output is "8 4". Joseph Tam

Re: Connection statistics per user and IP

2019-07-11 Thread Joseph Tam via dovecot
. Joseph Tam

Re: Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-10 Thread Joseph Tam via dovecot
. I'll try building 64bit executables but I think that means I'll have to build 64bit versions of third-party libraries. Joseph Tam

Re: Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-09 Thread Joseph Tam via dovecot
rotector-strong" and "__stack_chk_guard" brings up this issue often. As for 1st, isn't gcc 3 rather old? Yeah. I hoped we could retire together, but gcc3 violated the adage "if it ain't broke, don't fix it". It broke, so ... Thanks again for looking into this. Joseph Tam

Dovecot 2.3.6 on Solaris10: build issues, segfaults

2019-07-08 Thread Joseph Tam via dovecot
x0 i = 5 c = -1 ret = -4195172 ret2 = 4 config_path_specified = false expand_vars = false hide_key = false parse_full_config = false simple_output = false dump_defaults = false host_verify = false print_plugin_banner = true hide_passwords = true Joseph Tam

Re: mremap_anon() failed: Not enough space

2019-06-20 Thread Joseph Tam via dovecot
if this has anything to do with kernel maximum shared memory limits. I know that for some of our Solaris 10 servers, I had to up these values in /etc/system to get some of our services to work. Joseph Tam

Re: Hello some help on login users saying it's disabled

2019-05-27 Thread Joseph Tam via dovecot
(i.e. authenticates, but does nothing). 3) Roofs your user IMAP connection limit when the client does global mail searches. Joseph Tam

Re: Catch all for dovecot authentication?

2019-05-23 Thread Joseph Tam via dovecot
assword hook that will accept any username/password. The advantage is you can do post-analysis of credentials as the script has access to them. Joseph Tam

Re: Mail account brute force / harassment

2019-04-12 Thread Joseph Tam via dovecot
The irony is that even if it blunders onto a usable password, they wouldn't know it. Joseph Tam

Re: Mail account brute force / harassment

2019-04-11 Thread Joseph Tam via dovecot
. It's a costly countermeasure, and do you really want to engage in an internet fistfight where your opponent has anonymity, access to compromised servers or botnet, and no scruples against launching a DDoS attacks against you? Block them and move on. Joseph Tam

Re: regarding ssl certificates

2019-03-15 Thread Joseph Tam via dovecot
the server's hostname. Michael A. Peters writes: With SMTP, the hostname should match the reverse IP though often it does not. In the context of certificate authenticity, a forward DNS mapping suffices. Even for spam scoring, FcRDNS is only a weak inference to authenticity. Joseph Tam

Re: regarding ssl certificates

2019-03-14 Thread Joseph Tam via dovecot
rities _by law_. Now probably you can imagine why they are giving the certificates out for free. US authorities can compromise all of them - without any "open knowledge". Wow, you packed a lot of fear, uncertainty and doubt (and some misinformation) into one paragraph. I'll leave it at that. Joseph Tam

Re: Assistance with doveadm backup...

2019-02-21 Thread Joseph Tam via dovecot
be done is via filesystem magic i.e. filesystems with copy-on-write that allow you to take a moment in time snapshot of your entire filesystem e.g. LVM, ZFS and others. You can then rsync the snapshot, but some of these filesystem also support methods to export snapshots to a remote filesystem. Joseph

Re: Can't sync mailbox XXX: Mailbox isn't selectable

2019-02-12 Thread Joseph Tam via dovecot
I enabled this. Joseph Tam

Re: mbox 2 Maildir

2019-01-31 Thread Joseph Tam
back in during the final synching. (Add them to separate deny userdb?) After the final sync [2], undo these steps. Joseph Tam

Re: Need help deduplicating messages fetched with getmail into dovecot mailbox

2019-01-11 Thread Joseph Tam
domain.net \ 'guid hdr.message-id' \ HEADER message-id '<1546519978.5...@paypal.com>' Keep in mind search is for case-insensitive fragments, so this pattern matches be a superset of the above '1546519978.5...@paypal.com'. Joseph Tam

Re: Need help deduplicating messages fetched with getmail into dovecot mailbox

2019-01-11 Thread Joseph Tam
o.r...@someone.org>" doveadm fetch -u my-mail...@domain.net 'guid hdr.message-id' ... You're on your own for everything else. Joseph Tam

Re: Several problems on Solaris10

2018-12-31 Thread Joseph Tam
. Joseph Tam

Re: Authentication Problem

2018-12-20 Thread Joseph Tam
, as the document points out, it still need to be protected as if it was plaintext because knowledge of the contents will give access. Joseph Tam

Re: Authentication Problem

2018-12-20 Thread Joseph Tam
On Thu, 20 Dec 2018, Joseph Tam wrote: At the expense of sounding stupid, could you please expound on the sequence? :) If you want the nitty details (Starting at bottom of page 18) https://tools.ietf.org/html/rfc2831 Joseph Tam

Re: Authentication Problem

2018-12-20 Thread Joseph Tam
password from sniffing when you can't use SSL. However, there's many weaknesses: the password must be kept on the server in plaintext, offline brute forcing, etc. Joseph Tam

Re: ECDSA client question

2018-12-17 Thread Joseph Tam
possible deliberate sabotage of curve parameters is a distraction from the real problem: complexity makes implementation fumbles easy with distrastous consequences. https://cr.yp.to/newelliptic/nistecc-20160106.pdf Joseph Tam

Re: Restricting sending mail to domain or group

2018-12-05 Thread Joseph Tam
to grp1-secret@ if sender is approved grp1: |/path/to/check-sender-filter grp1-secret: :include:/path/to/grp1.list If spoofing is a concern, you'll have to endow your filter with more intelligence. Joseph Tam

Re: Best way of merging mbox files

2018-11-29 Thread Joseph Tam
x. If you want it time order (i.e. newest first/last), and the mailbox is not sorted this way, you'll incur the overhead of sorting it each time you have an index view of your message (unless your mail reader caches these things). Joseph Tam

Re: Best way of merging mbox files

2018-11-29 Thread Joseph Tam
elcome to use it. There's probably a more elegant way with doveadm/dsync. Using a mail reader to sort the merged mailbox, then drag/drop/copy everything into a final mailbox could also work. Joseph Tam #!/bin/sh # # Merge multiple mbox's into one assuming that each message # starts with /^

Re: different TLS protocols on different ports

2018-11-14 Thread Joseph Tam
beloved FoobyBletch5000 mail reader to work. Joseph Tam

Re: different TLS protocols on different ports

2018-11-14 Thread Joseph Tam
un dovecot on the localhost interface, and use 2 stunnel proxies. Joseph Tam

Re: Local access to IMAP mailboxes

2018-09-27 Thread Joseph Tam
} ... # End of file: deliver to inbox :0 w | /path/to/dovecot-lda -d {user} Joseph Tam

Re: Local access to IMAP mailboxes

2018-09-26 Thread Joseph Tam
ess method. If this doesn't bother you or you can configure this (e.g. Kerberos, keyring, etc.), IMAP access is preferable since you won't pull the indices out from Dovecot's feet. You'll also get a lot of innocuous griping in the log files about UIDVALIDITY and mailbox corruption, but they can be safely ignore

Re: encryption issue in outlook 2016

2018-09-14 Thread Joseph Tam
? http://lmgtfy.com/?q=Obtaining+a+CA+signed+certificate Joseph Tam

Re: Server certificate verification error with Dovecot 2.3.2.1

2018-09-13 Thread Joseph Tam
Then set the value of ssl_cert to this file. Joseph Tam

Re: Dovecot - being dropped

2018-09-09 Thread Joseph Tam
doveconf -a | grep ' 100$' You'll see your config value. Joseph Tam

Re: Does domain quota work and how?

2018-08-16 Thread Joseph Tam
On Thu, 16 Aug 2018, Aki Tuomi wrote: ps. Here is the symbols your mail got, if it's any use to you. ... SUBJECT_ENDS_QUESTION Subject ends with a question (1) I find this scoring humorous, as one of this list's purpose is to ask questions. Joseph Tam

Re: [trees-plugin] - Dovecot index gets corrupted,^M when using maildir and recievend and accessing mail at the same time

2018-08-15 Thread Joseph Tam
protects all data. Joseph Tam

Re: [trees-plugin] - Dovecot index gets corrupted, when using maildir and recievend and accessing mail at the same time

2018-08-10 Thread Joseph Tam
content, if it's saved on the hard disk. Another privacy plugin that assumes the server operator is unmotivated or respects your privacy anyways, and won't just skim your password right off the top to look at your mail. A vault with steel walls and a dirt floor. Joseph Tam

Re: Best practices for backing up small mailserver to remote location

2018-08-08 Thread Joseph Tam
for mostly static mboxes, and moderately sized active mailboxes, rsync will work fine, especially owing to its simplicity. Joseph Tam

Re: doveadm who reverse dns lookups

2018-07-25 Thread Joseph Tam
they want. If you're concentrating on one/few case(s), it's worth deep diving. If you're analyzing an entire log file, use a script. Joseph Tam

Re: doveadm expunge didn't clear Trash mailbox

2018-07-24 Thread Joseph Tam
.saved(=mtime). Once you have accurate date.saved, then the "expunge savedbefore" works correctly. Another reason I really ought to switch to maildir. Joseph Tam

Re: doveadm expunge didn't clear Trash mailbox

2018-07-19 Thread Joseph Tam
On Wed, 18 Jul 2018, Joseph Tam wrote: I wrote about a related issue several years back, starting with https://dovecot.org/list/dovecot/2012-March/134706.html I'm not sure how I got over this and got usable "date.saved" cache values, and why it stopped working. Maybe I n

Re: doveadm expunge didn't clear Trash mailbox

2018-07-19 Thread Joseph Tam
3:08 You may or may not have the same problem I do -- your timestamps actually differ, whereas mine are all the same. Joseph Tam

Re: doveadm expunge didn't clear Trash mailbox

2018-07-18 Thread Joseph Tam
t understanding what "savedbefore" means now? It certainly has changed behaviour since <2.2, since my script used to work before. Joseph Tam

Re: Force a user to use POP3

2018-07-18 Thread Joseph Tam
be able to force them to download the message. That depends on the mail agent. Many mail readers have "keep on server" configured, if server-side storage is your concern. Joseph Tam

Re: Connection refused (61)

2018-07-11 Thread Joseph Tam
the only 2 now participating), then if need be, summarize it and put one final submission back to the list for those interested in this thread. Thanks. Joseph Tam

Re: Storing Messages in the cloud

2018-07-11 Thread Joseph Tam
th-Dovecot-and-Amazon-S3 Joseph Tam

Re: upgrade 2.2 to 2.3, diffie-hellman, ssl_min_protocol

2018-06-22 Thread Joseph Tam
On Fri, 22 Jun 2018, Joseph Tam wrote: However, recent advances make this condition obsolete [*] and not really safer, so a much faster way to generate a DH key is openssl dhparam -dsaparam -out dh.pem 4096 DH generation is a one time operation, so if you're paranoid and you've got

Re: upgrade 2.2 to 2.3, diffie-hellman, ssl_min_protocol

2018-06-22 Thread Joseph Tam
u're paranoid and you've got time to burn, go ahead and generate the "safe" DH key. [*] https://security.stackexchange.com/questions/42415/openvpn-dhparam) Joseph Tam

Re: cant login to Dovecot

2018-06-13 Thread Joseph Tam
ght, the problem here is more basic. Once you get over this, you can move forward to success or the next problem. Joseph Tam

Re: cant login to Dovecot

2018-06-12 Thread Joseph Tam
config? https://wiki2.dovecot.org/PasswordDatabase/PAM Joseph Tam

Re: Disconnecting unauthenticated IMAP entities faster?

2018-05-19 Thread Joseph Tam
define MASTER_LOGIN_TIMEOUT_SECS (30) +#define MASTER_LOGIN_TIMEOUT_SECS (3*60) @@ -101,1 +101,1 @@ -#define MASTER_AUTH_SERVER_TIMEOUT_SECS (MASTER_LOGIN_TIMEOUT_SECS<<1) +#define MASTER_AUTH_SERVER_TIMEOUT_SECS (MASTER_LOGIN_TIMEOUT_SECS - 30) Joseph Tam <jtam.h...@gmail.com>

Use of NO-NOSELECT in mail_location

2018-05-03 Thread Joseph Tam
don't want to enable. Joseph Tam <jtam.h...@gmail.com>

Re: IMAP_ID_LOG

2018-04-09 Thread Joseph Tam
https://tools.ietf.org/html/rfc2971 Joseph Tam <jtam.h...@gmail.com>

Re: Slow imap connection to local dovecot server

2018-03-26 Thread Joseph Tam
with the remote imap servers of my mail providers. Sounds vaguely like a file locking problem. Does anybody know, why this happens or how I could debug this issue? Turn on verbose logging, then see if you can trigger the problem. Also, doveconf -n would help. Joseph Tam <jtam.h...@gmail.com>

Re: limit pop login per user and per minute

2018-03-22 Thread Joseph Tam
er-ip-rate-limiting-with-iptables/ It can't do it per user, but perhaps it is better to set a global limit and let your downstream client better manage and conserve a limited resource. Joseph Tam <jtam.h...@gmail.com>

Re: Really slow IMAP performance

2018-02-24 Thread Joseph Tam
of that mailbox will be that slow, esp. if the messages have large attachments. Even a simple operation like deleting/expunging the the first message will cause data shuffling of the entire mailbox. Joseph Tam <jtam.h...@gmail.com>

Re: Questions about SPECIAL-USE IMAP extension [1 answer, 1 followup]

2018-01-24 Thread Joseph Tam
On Thu, 11 Jan 2018, Joseph Tam wrote: I'd like to configure my dovecot service to use the IMAP SPECIAL-USE extension, but have a few questions for those who have used them, or are knowledgable about its use. Thanks to all who contributed, even if the answer was "it depends&qu

Re: Questions about SPECIAL-USE IMAP extension

2018-01-19 Thread Joseph Tam
the client is using, or the optimization is broken and dovecot keeps having to (re)read the mailbox to acquire the IMAP STATUS? Joseph Tam <jtam.h...@gmail.com>

Re: Questions about SPECIAL-USE IMAP extension

2018-01-15 Thread Joseph Tam
Tanstaafl <tansta...@libertytrek.org> writes: Is this what you are looking for? https://wiki2.dovecot.org/Plugins/MailboxAlias It seems already be implemented... A first step maybe, but no, not quite. So what are the gotchas of using this? How much does this free lunch cost? Jose

Re: Questions about SPECIAL-USE IMAP extension

2018-01-12 Thread Joseph Tam
admin might have merge all existing mailboxes into the one actual mailbox to keep the confusion down. Joseph Tam <jtam.h...@gmail.com>

Questions about SPECIAL-USE IMAP extension

2018-01-11 Thread Joseph Tam
er does not manually configure a mailbox for this purpose? Q4) If I have an additional configuration mailbox yyy { special_use = \Sent } how does it affect Q2, Q3? Thanks to any who can provide clarity on this. Joseph Tam <jtam.h...@gmail.com>

Re: openssl question

2018-01-09 Thread Joseph Tam
stics logs to point out where server/client cipher negotiations fail. You can also try and run "openssl s_server -cipher 'kEECDH:+...'" on an alternate port/host, point your client at it, and let this utility dump out the SSL cipher negotions. Joseph Tam <jtam.h...@gmail.com>

Re: openssl question

2018-01-08 Thread Joseph Tam
you're testing IMAP, try one or the other or both depending of how many flavours of SSL you got going. openssl s_client -starttls imap -connect mail.mydomain:143 openssl s_client -connect mail.mydomain:993 Joseph Tam <jtam.h...@gmail.com>

Re: Random delivery

2017-12-29 Thread Joseph Tam
ot;. This will work both in Postfix, sendmail, and probably most other MTAs. If you actually want randomization (rather than sequential round-robin), you can simplify because you won't need to record the last delivery. Use /dev/urandom or unix time() mod 3 to select forwarding address. Joseph Tam <jtam.h...@gmail.com>

Re: Renewing certificates

2017-12-27 Thread Joseph Tam
cause the sendmail worker processes to dump their cients, but if it did, SMTP is fault tolerant enough that delivery should be retried later. Joseph Tam <jtam.h...@gmail.com>

ot: how to block persistent same invalid account, different IPs

2017-12-22 Thread Joseph Tam
of a metric ton of BFD connections. Joseph Tam <jtam.h...@gmail.com>

Re: Disable ssl validation for replication?

2017-12-20 Thread Joseph Tam
Joseph Tam <jtam.h...@gmail.com>

Re: detect suspicious logins

2017-12-20 Thread Joseph Tam
/user for further investigation. For users, I think reporting a login origin audit will be helpful, regardless of circumstances. However, it should be done out of band, if the assumption is someone else has control of the account. Joseph Tam <jtam.h...@gmail.com>

Logouts/disconnections not being logged?

2017-12-20 Thread Joseph Tam
here a reason to explain this discrepancy? Joseph Tam <jtam.h...@gmail.com>

Re: Mail-crypt plugin clarification

2017-12-14 Thread Joseph Tam
ng way to prevent admin access to user's email. Don't ignore metadata; who/when/where (and headers?) could reveal much information. Joseph Tam <jtam.h...@gmail.com>

Re: Mail-crypt plugin clarification

2017-12-13 Thread Joseph Tam
mail reader. However, metadata is still accessible by your VPS provider. If your VPS is the MTA that directly handles SMTP from your correspondees sending you unencrypted messages, you can't lock out a sufficiently skilled platform admin. Joseph Tam <jtam.h...@gmail.com>

Re: Use multiple mbox locations

2017-12-08 Thread Joseph Tam
Steffen Kaiser Hmm, this is a job for: https://wiki2.dovecot.org/Plugins/Snarf Cool! Can this be used with the imapc: driver to consolidate mail from separate IMAP accounts into one? (Sort of like how you can configure Gmail to slurp up mail into the Gmail account.) Joseph Tam <jta

Re: Recommended tool for migrating IMAP servers

2017-12-04 Thread Joseph Tam
ing the symlinks with the instantiated local copies and have almost zero downtime. Joseph Tam <jtam.h...@gmail.com>

Re: iPhone/iPad IMAP connection bursts causes user+IP exceeded

2017-12-02 Thread Joseph Tam
when the entire operation finishes. So the final effect I saw of bumping mail_max_userip_connections from the server perspective is that I get fewer "Maximum number of connections" log messages. Joseph Tam <jtam.h...@gmail.com>

Re: iPhone/iPad IMAP connection bursts causes user+IP exceeded

2017-11-29 Thread Joseph Tam
not sending mail.) Joseph Tam <jtam.h...@gmail.com>

Re: Server migration

2017-11-27 Thread Joseph Tam
experiences a small window of outage, but the system is online for everybody else. This, of course, requires a lot more setup and planning. Joseph Tam <jtam.h...@gmail.com>

Re: IMAP connections with ".eml" in the username - bot attack.

2017-11-13 Thread Joseph Tam
1; Windows 95)" Not my website, nothing even close to that url is hosted on that server. Common proxy target. They're testing whether your web server will support anonymous web proxying. Almost exclusively from China. Joseph Tam <jtam.h...@gmail.com>

Re: Postlogin script

2017-11-10 Thread Joseph Tam
$PART2" -le 127 ] && exec "$@" # Example 3 (dodgy, I haven't fully thought this through) `echo "$IP" | { IFS=. read a b c PART2; [ "$a.$b.$c" = "12.34.56" -a "$PART2" -ge 0 -a "$PART2" -le 127 ] && echo "exec $@"; }` If you have a busy IMAP server, you'll probably want to use Aki's passdb solution instead, rather than incurring the execution overhead for each and every authentication. Joseph Tam <jtam.h...@gmail.com>

Re: How to limit Apple Mail (desktop)?

2017-11-01 Thread Joseph Tam
s and process limit values could also cause service flakiness. Apple mail readers seems to gobble up IMAP connections like candy. Joseph Tam <jtam.h...@gmail.com>

Re: How to limit Apple Mail (desktop)?

2017-10-31 Thread Joseph Tam
you've underscaled your remote mail service? Joseph Tam <jtam.h...@gmail.com>

Re: Disconnected: Inactivity (no auth attempts in 180 secs)

2017-10-30 Thread Joseph Tam
r}:110 (from both inside and outside), as well as any matching log entries. Joseph Tam <jtam.h...@gmail.com>

Re: Password encription

2017-10-30 Thread Joseph Tam
tion: strong hashes, password compliance systems, brute force countermeasures, file permissions/OS hardening, network origins vetting, anti-DoS measures, etc. Keep this picture in mind that I found on CLCERT https://www.clcert.cl/humor/img/weakest-link-road.jpg Joseph Tam <jtam.h...@gmail.com>

Re: Password encription

2017-10-27 Thread Joseph Tam
thus, were useless. The bcrypt hashes though, included the salt and were vulnerable.) Take away: use a strong password -- the hardest crypt algortihm in the world can't save you if you don't. Joseph Tam <jtam.h...@gmail.com>

Re: Password encription

2017-10-27 Thread Joseph Tam
for hashes that use non-trivial salts, you would need to precompute an astronomically large number of tables. An attacker might be better off with a straight CPU-bound brute force search. Joseph Tam <jtam.h...@gmail.com>

Re: STAT command failure

2017-10-25 Thread Joseph Tam
INDEX, so maybe look in your mail spool or personal mail folder for $WHATEVER/.imap/INBOX. Caches are regenerated if they go missing (unless you use mdbox/sdbox formats: *don't* do this if you're using them.) Joseph Tam <jtam.h...@gmail.com>

Re: STAT command failure

2017-10-24 Thread Joseph Tam
ling that it works for some accounts, and not for others. Try rebuilding the user's index cache by removing it (save a copy!) and see if that makes it work. If it does, you can send the buggy caches to the developer and see if they can figure it out. Joseph Tam <jtam.h...@gmail.com>

<    1   2   3   4   5   6   >