Displaying 20 results from an estimated 4000 matches similar to: "MS Exchange IMAP Proxy"
2011 Sep 25
2
Virtual Folder configuration problem.
I'm attempting to create a virtual inbox that contains all unread
messages from the user's Maildir.
I created a conf file called 80-virtual.conf containing:
mail_plugins = $mail_plugins virtual
namespace {
prefix = virtual/
separator = /
location = virtual:~/Maildir/virtual
}
And created the
/home/username/Maildir/virtual/unseen/dovecot-virtual file which contains:
#
2010 Apr 26
3
adding users to passwd-file
Is there a tool equivalent to the system "passwd" command (or maybe
"adduser" or "useradd") that can support a passwd-file by setting a
password, encrypting it with the salted MD5 scheme? The system "passwd"
command doesn't have an option to "do it to this alternate file instead of
/etc/shadow".
2010 Jul 10
2
TLS Issue
Hi,
I use Postfix & Dovecot with TLS / SSL - it authenticates / works fine -
except I'm always getting this ugly SSL cert warning messages mit MTAs.
It says that the following:
"You have attempted to establish a connection with "server". However,
the security certificate presented belongs to "*.server". It is
possible, though unlikely, that someone may be
2010 Jul 15
3
IMAP super user
Hello,
Is there any directive in Dovecot similar to 'imap_admins' of Cyrus?
I plan to migrate from Cyrus to Dovecot. But I need a admin user
which is able to obtain information about the quotas of common users.
Thank you.
--
[]'s
Thiago Henrique
Network Administration
Digirati Networks
K8 Networks
2011 Sep 30
4
SSL only for external connections
Hi
I'm running dovecot 1:1.2.15-7 and php webmail application is throwing errors when connecting to IMAP with TLS. Is there away to disable SSL/TLS for localhost connections? I googled, but didn't see anything specific. Can I assume that it's as simple as setting ssl_listen = to the external IP address(es) and leaving listen = * as it is?
Thanks.
Simon
2010 Apr 28
4
Question about auth multiple configuration
Hello,
My mail system is build with postfix, dovecot and roundcube.
In first time users can view and "manage" their mail only on the webmail.
So this one (webmail) use IMAP (no tls/ssl at all) authentication to give access to users maildir. This connection is made on the 'loopback' interface and use PLAIN method.
This works fine (configuration below without ssl parameters).
2011 Nov 28
1
rw-devices patch for rsyncing block devices
Hi,
I rebased rw-devices patch for rsync last weekend. Seems to me it works
"incrementally". Attached are
* six git commits, or
* one complete patch
on top of current development rsync branch (master branch commit
60ef39705797c9df7069297eb4ed5feab5e88f29).
bobek:/data/soft/rsync/rsync# dd if=/dev/urandom of=/dev/mapper/vg-pokus1
dd: writing to `/dev/mapper/vg-pokus1': No
2023 Nov 24
1
Icecast exploits?
On 24 Nov 2023, at 15:37, Jack Elliott wrote:
> Thank you, Philipp. It was things like buffer overflow attacks once connected as a source that I was concerned about. It's reassuring to hear that Icecast server is not exploitable. The Best Practices you suggested are good ones, I'll discuss them with station management.
>
I don?t think you can assert with absolute confidence for any
2011 Jun 08
4
On-delivery deduplication?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi,
A feature of Cyrus-IMAPd I really missed after migrated to Dovecot is
their optional "duplicate suppression", which eliminates duplicate
message at deliver time, if their envelope sender, recipient and
message-id matches. For example, if one subscribes to a mailing list,
and someone hit "Reply All" to reply to him, there
2011 Oct 24
5
Marathon Day 6 of First Install: MySQL Connection Problem
Hi;
This is my 6th day installing my first Postfix/Dovecot installation. The Postfix mailing list indicates I've got the MTA under control so now I'm seeking your help with the MDA. I get these errors with legitimate email addresses:
Oct 24 11:47:38 myserver dovecot: auth-worker: Error: mysql(localhost): Connect failed to database (postfix): Access denied for user
2006 Nov 29
4
String question
Hi to all
I would to determinate whether bits is a binary code and I would to find
out the which bit is set to 1
bits <-"00110110"
I found to detect whether there are only numbers
all.digits(bits)
but is there any function to detect whether there are only 0 and 1 in
the string
And how could I get the f.e the third "bit" from the right hand side
With regards Carmen
2017 Jun 06
4
CVE-2017-7494 patches
Hi Rowland,
Thanks for the update.
The setup we have is unaltered from long time. Now we are asked to install the patch for CVE-2017-7494, since we are not running the affected version its fine for now.
But can you please let me know what are vulnerabilities in 3.0.28 and any patches available for it. I will try to update it to the latest version on our dev servers first.
Moreover we have the
2010 Apr 21
9
best choice of user database file to work with postfix?
I'm setting up a Postfix and Dovecot combination. What I want to do is have
a user database that (1) is not running from some engine (so not LDAP or SQL
or such) ... and (2) is completely disassociated from system users (e.g.
most email users are not in /etc/passwd and most /etc/passwd users are not
email users). Ideal would be a one-file solution, which can be managed by
text editing or
2006 Nov 30
3
writing function with ,... )
Hi to all
I did not found the right hints for functions with the dot-dot-dot argument.
Is it possible to write own functions with the tree dots and if yes
what's wrong with the following example?
test <- function(x, ...)
{
print (x)
if (exists("y"))print(y)
if (exists("z"))print(z)
}
test(4,y=2)
With regards Carmen
2007 Jun 06
6
p-value from GEE
Hi to all,
I found in the R-help archive how to calculate the p-value for a gee result:
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/74150.html
but there are two questions (I am afraid they are basic questions ...)
1. why is the result multiplicated with 2
2. how could I decide between lower.tail =TRUE and FALSE:
example:
2006 Nov 08
10
axis command and excel time format
Hi to all,
I have some problems to get the times-scale to the x-axis the times are
coming from an excel sheet f. e
[1] "0:01:00" "0:02:00" "0:03:00" "0:04:00" "0:05:00" "0:06:00" "0:07:00"
[8] "0:08:00" "0:09:00" "0:10:00" "0:11:00" "0:12:00" "0:13:00"
2007 Apr 18
10
customizing global request handler
what is the cleanest way to do something for every request of a particular type (Verb, and Content-Type header)? i''m trying to figure out if shipping a custom camping.rb is avoidable, and if, how i should structure a patch
my app http://whats-your.name/yard/ uses exclusively JSON based messaging between server and client. this means POST bodies are JSON, and not querystring.. camping
2006 Aug 18
11
#<Errno::EMFILE: Too many open files
My application runs a backgrond process and after running for a while I
get this error in my logs:
#<Errno::EMFILE: Too many open files
Lasty, the ONLY code I have that does anything with files is:
File.open(image_path, "wb") do |file|
file.puts file_content
end
Any idea what this means?
--
Posted via http://www.ruby-forum.com/.
2006 Jun 23
5
create session only for logged-in
i was wondering how a blog db has grown by about 15 mb in a week or two. it turns out its the sessions table..
so ive tried this:
class ApplicationController..
session :off
end
class AccountController
session :only, :login
end
and now, its impossible to login, and nothing ever appears in the session table. is this the right approach? i dont want to weed out the sessions with cron, i just
2007 Jun 19
5
TentSteak 0.2.0
The second release of TentSteak is out and available as a gem on
rubyforge ("gem install tent_steak"). This version introduces a
handful of new form helpers, a couple method renames, editable HTML
tables, and some application bootstrappers for kickstarting Camping
and initializing ActiveRecord.
It''s still in active development, and I''d very much appreciate