Displaying 2 results from an estimated 2 matches for "woj".
Did you mean:
wo
2016 Apr 29
2
Semi-OT: awk
This is odd, and annoying. CentOS 6, current. Here's my awk script:
{
room = substr($0, 48, 10);
arr[$2,room,$1] = $0;
}
END {
for ( i in arr ) {
for ( j in arr[i] ) {
for ( k in arr[i][j] ) {
print arr[i][j][k];
}
}
}
}
And when I run it, it complains
awk -f awksort proplist7
awk: awksort:7: for ( j in arr[i] ) {
awk: awksort:7:
2014 Jan 14
2
restored mails
...messages back.
I had these mail on tape. I have restored them to his inbox/cur
directory but dovecot is not indexing them. Email client shows empty
inbox as well.
tried manually run:
doveadm index -u john -q INBOX
no change.
deleting indexes didn't help.
How to restore these email?
thanks
Woj
my config:
# 2.1.7: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-4-amd64 x86_64 Debian 7.3
auth_debug = yes
auth_mechanisms = plain login cram-md5
auth_verbose = yes
listen = *
log_path = /var/log/dovecot.log
log_timestamp = "%Y-%m-%d %H:%M:%S "
login_greeting = IMAP Server is ready.
mail...