Displaying 20 results from an estimated 6000 matches similar to: "Index issue?"
2013 Mar 20
4
Disallow POP3 from deleting messages
I'd like to use Dovecot as our IMAP server when our users are within our LAN, but I'd also like to give them the ability to access their emails via POP3 when they are outside the LAN. I know most POP3 clients will give their users the option of not deleting the messages from the server after they are downloaded, but is there any way to restrict them from being able to do so at the server
2013 Mar 10
2
Logon with Client Certificate and OTP fallback
Dear Dovecot experts,
we have unusual authentication requirements, namely:
- almost all of our user are using a smartcard to connect
with our mailserver. Thunderbird is our friend here as it will
use the smartcard as an additional certificate store and
Thunderbird will do client certificate based authentication
when connecting via SSL with a mailserver
- there's no way (at least that I know
2014 Oct 03
2
Thunderbird ignores some folders
Dear readers
we are using Dovecot 2.2.7 and all of our users are using Thunderbird as
their mail client. Some of them additionally use their iPad/iPhone and a
very few an Android Mail-Client.
Now one user noticed that two of his mail folders disappeared. He first
believed that he accidentally deleted those folders but then he realized
that they are still visible from his iPad. I checked this
2013 Dec 10
1
undoing a zlib test
I'm trying to undo a dovecot zlib test and uncompress 6 emails in my Junk mailbox. There are about 25 total in different mailboxes but I thought I'd first start with those in my Junk. I ran:
# dsync -v -u terry at dop.com -m Junk -o plugin/zlib_save= backup maildir:/path/to/temp/folder
which returned without error and backed up my Junk mailbox but didn't uncompress the 6 emails. Am I
2014 Dec 24
2
A Question of Style
On Dec 23 17:05, PatrickD Garvey wrote:
> Thank you for your contribution to the discussion. I'm glad you appear to
> understand this was not directed at you personally.
Certainly no offense was taken here. I'm thankful for people like you
who are looking out for understandability.
>
> I'm a retired System Administrator. Part of my job was being a professional
>
2014 Oct 09
1
SIP over 3G Mobile Network using NAT
Dear,
Kindly guide with the 2 issues mentioned below
*#1* - *Host unreachable 0 last qualify 0 (only in 3G**)*
I am trying to use SIP client over 3G. It registers and call can be
initiated from the client but it can't receive call; cause *asterisk
sever *marks it as unreachable immediately after registration.
"[2014-10-08 14:32:47] NOTICE[1610]: chan_sip.c:29596 sip_poke_noanswer:
2014 May 27
1
Corrupted Mail?
Hello All,
I have a Dovecot v2.2.12 installation running on a Fedora 20 box which
is the mailserver for my family. This means that it is serving only 4
accounts.
I use fetchmail->procmail to feed Dovecot and I read my mail on clients
such as Evolution on (another) Fedora 20 machine, iPad/iPhone or
squirrelmail on the web (running on the same Fedora 20 server).
The average mail throughput for
2013 Dec 28
1
pop3 rate limit
Hi,
we have customers with Exchange servers that are polling for new mail every minute with dozens of pop3 accounts. I am looking for a mechanism to rate limit this per user. So what I am looking for is a way to block users from polling, if a user asks for new mail more than every 5 minutes (for example).
Is this possible? Can this be achieved within Dovecot or does it need external scripting?
2016 Oct 21
3
photos on iPhone 6
For the OP:
Did you even try Google before asking the list? Google should always be
your first choice.
http://www.dedoimedo.com/computers/linux-iphone-6.html
For Scott:
If you install the VLC app on the iPad you can probably skip the
transcoding and also having to add the video to iTunes first. You'll only
need to transcode the audio if it uses AC3, which is proprietary and the
owners
2010 Aug 25
4
OT: R for iPhone/iPad OS?
No, seriously: I've had more than one person at work wonder what math
toolset could be loaded onto iOS. So, before Matlab, FreeMat,
Mathematia, SciLab, Octave, or numpy (:-) ) produces a version for iPad,
any chance someone is working on R for iPad?
2010 Dec 19
2
VPN for iPad
What is the best VPN solution for both PC and iPad? I was told that OpenVPN
won't work for iPad.
Ed Warner
2013 Feb 26
4
Sieve filters on folders, different from INBOX
Hi all
Is it possible to configure Dovecot's sieve plugin to act on message
arrival to folders, other than INBOX?
I wish to move messages fetched by pop3 fetcher to special folder, or sort
outgoing mail to folders, specific
to their recipients.
Thanhs in advance,
WBR,
valery
2012 Nov 14
2
Dovecot 2.1.10
Hi all,
I've a problem with dovecot-2.1.10. At time we use dovecot-1.2 without
zlib. We setup a new server with dovecot 2.1.10. After syncing the
emails everything looks fine. But if we use zlib plugin all new emails
have no content.
There are a lot of "Error: Maildir filename has wrong S value" log entrys.
So we have compiled dovecot-2.0.18 and we use exactly the same
2013 Feb 16
7
Defer emails until the user is ready to deal with them (snooze button / bring-forward file / bring-up file for emails)
Hi, I would like to add a feature to my email-client (Thunderbird)
which stops emails from showing up until a specific time (e.g. having
buttons for: show again this evening, tomorrow, next week, next month
...).
As far as I've learned this is not possible with IMAP:
- storing the 'do-not-show-until-time' within a custom header-field
requires down- and uploading of the whole email and
2012 Aug 18
4
Spaced text (from Digest)
On the suggestion for double-spaces, I share the general 'oh
no'. I see an explosion of people with iPads etc trying out
Markdown in education because formatting sucks on iPads. They
struggle with needing new lines (see recent post for an
example). In short, they struggle with white-space (invisible) mark-up.
Added to that, frequently cut and paste leaves double spaces (eg
in BBEdit
2012 Feb 10
2
naiveBayes: slow predict, weird results
I did this:
nb <- naiveBayes(users, platform)
pl <- predict(nb,users)
nrow(users) ==> 314781
ncol(users) ==> 109
1. naiveBayes() was quite fast (~20 seconds), while predict() was slow
(tens of minutes). why?
2. the predict results were completely off the mark (quite the opposite
of the expected overfitting). suffice it to show the tables:
pl:
android blackberry ipad
2013 Feb 28
3
Best practice for sieve script synchronization
We consider deploying a two server active-active setup with
dsync replication for ~2500 users.
I was wondering how people handle sieve script synchronization in such
setups.
We came up with a few options for syncing:
1) rsync/unison ~/sieve every x seconds
2) move sieve dirs to separatate partition and sync with
gluster or drbd
3) patch roundcube managesieve sieve plugin to upload
2012 Nov 06
6
sieve
Hi,
is there a sieve option that can reject a mail directly without creating a new mail and sending that out? I know about
reject "Reject message goes here";
but I am looking for a mechanism that can reject Mail. Postfix can use reject_unverified_recipient to connect to LMTP and ask if a mail would successfully be enqueued and will return the status gotten from the LMTP server if not.
2012 Nov 18
6
ACL and SSL
Finally got Dovecot to work on ports 100 and 143.
I would like to
a) Learn about ACL esp on port 110 as there are still yodellaks that try
to brake in on port 110.
b) Setting up separate SSL cert for imaps and pop3s.
--
For effective Internet Etiquette and communications read
http://catb.org/jargon/html/T/top-post.html, http://idallen.com/topposting.html
&
2013 Feb 06
8
Sieve also filter outgoing messages
Greetings,
A probably simple question and answer: can a sieve script be executed on
outgoing messages? I already use deliver on postfix, perhaps the sieve
script could be executed when saving to the Sent folder?
Regards,
--
Marcio Merlone