Displaying 20 results from an estimated 6000 matches similar to: "Windows Mobile and IMAP proxy"
2015 May 12
1
dovecot-lda panics when postmaster_address is given on command line
Hi,
When passing a postmaster_address to dovecot-lda on the command line
with -o, it panics:
$ ./dovecot-lda -o postmaster_address=anything
lda(onno,)Panic: file lda-settings.c: line 80 (lda_settings_check):
assertion failed: (set->postmaster_address[0] ==
SETTING_STRVAR_UNEXPANDED[0])
It looks like postmaster_address has already been expanded at that point
when it's given on the
2007 Jun 21
1
pop3 creates bad index file
Hi,
When I use pop3 to log on to a (Maildir) mailbox that doesn't yet exist in the
filesystem, the pop3 server autocreates it for me. This works.
Jun 21 10:50:45 mail-04 dovecot: pop3-login: Login: user=<hwx7s at gqh7x.test>,
method=PLAIN, rip=::ffff:192.168.42.105, lip=::ffff:192.168.42.97
Jun 21 10:50:48 mail-04 dovecot: POP3(hwx7s at gqh7x.test): Disconnected: Logged
out top=0/0,
2007 Oct 12
1
verbose_proctitle for proxy processes?
Hi,
We're using Dovecot to proxy incoming POP3 and IMAP connections to the right
server. We'd like to be able to see what connections are currently open on
the proxy servers, without having the parse the log file.
For normal mail processes it's possible to use verbose_proctitle for this
purpose, but this setting doesn't work for proxy/login processes. Is it
possible to do
2007 Jun 12
1
vpopmail quota
Hi,
I'd like the vpopmail user database to return the quota settings for users,
instead of having to rely on the validity of the maildirsize files. It
doesn't look like this is currently possible.
Would simply adding a auth_stream_reply_add call for "quota" with a suitable
value in vpopmail_lookup be sufficient to make this work?
(the quota can be read from the pw_shell
2007 Jul 17
1
Quota warning patch and config parsing in 1.0.2
Dovecot 1.0.2 patches and compiles fine with the quota warning patch
(http://www.dovecot.org/patches/quota-warning.patch). But, when parsing
the configuration file , deliver now seems to strip all of the spaces in
the QUOTA_WARNING environment variable, generating an error.
This is the plugin{} section from my dovecot.conf:
plugin {
quota = maildir:storage=20480
quota_warning =
2006 Jan 24
4
Looking for a Ruby, ROR code sample or info
Hi all,
I am looking for a code sample that shows how to execute a host-command
using Ruby or ROR and then read the output.
Thanks,
Onno
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any
2000 Aug 29
1
Making a share visible only to members of a group
Hi,
> I want a shared directory to be visible only to the members of a group, and
> to no one else. Instead, a shared directory is either visible to everyone
I tried to realize this by using include like: #include smb.conf.%G
But it did not work correctly. Sometimes the share was visible,
sometimes it wasnt,
and if it was visible, network path wasnt found afterwards.
> I have worked
2006 Aug 09
1
GemNotFoundException installing Rails - actionpack not in the repository
Hi all,
I got an error on gem install rails which I do not understand?
What am I doing wrong?
Any help or suggestions will be greatly appreciated.
Cheers,
Onno
ttempting local installation of ''rails''
ocal gem file not found: rails*.gem
ttempting remote installation of ''rails''
pdating Gem source index for: http://gems.rubyforge.org
nstall required dependency
2006 Aug 15
1
Question on start_form_tag and get post method
Hi all,
I have a simple question about start_form_tag. It default generates
method=post. I was wondering how you could use start_form_tag to generate
method=get. Probably a simple question but one I can''t answer with the API
doc.
Thanks in advance,
Onno
2000 Aug 24
3
What features does SWAT support? (maybe bug)
We're running Samba 2.0.6 on AIX 4.3.2.0
Is there a home page for SWAT or somewhere else that I can look to see
what smb.conf parameters SWAT supports?
I prefer editing the smb.conf file with vi, but some of the administrators
here like to use SWAT. A while back, I put an include line into the
smb.conf file to get around differences between our WinNT and Win95/98
machines. A couple
2000 Aug 28
0
samba digest, Vol 1 #12 - 20 msgs
Onno Zweers <onno@verweij.com> wrote:
> Message: 17
> Date: Mon, 28 Aug 2000 16:49:39 +0200
> To: samba@samba.org
> From: Onno Zweers <onno@verweij.com>
> Subject: Making a share visible only to members of a group
>
> Hi all (and hopefully also someone of the samba team),
>
> I want a shared directory to be visible only to the members of a group, and
>
2008 Feb 07
2
Centos 5.1 ext3 filesystem limit
Centos 5.1 documentation states that the supported ext3 filesystem limit
is 16TB, yet I have a 9.5TB partition that is claimed to be too large:
mke2fs 1.39 (29-May-2006)
mke2fs: Filesystem too large. No more than 2**31-1 blocks
(8TB using a blocksize of 4k) are currently supported.
Am I missing something?
> uname -a
Linux fileserver.sharcnet.ca 2.6.18-53.1.6.el5 #1 SMP Wed Jan
2008 Apr 23
1
Connection problems using dovecot proxy
Hi
Maybe somebody could help me with the following problem:
I have set up a dovecot imap proxy in the dmz and a dovecot imap server
in the intranet. Both in version 1.05.
Now, while this setup works using Thunderbird, iPhone, etc. I have
problems connecting using a Samsung Qbowl. It simply aborts with a
connection error.
Using the same setup but bypassing the proxy and connecting to the
2000 Aug 31
4
Execution on NT
Hello,
I try to exectute a command on my NT server from my unix server with the
following command :
smbclient \\\\monnet01\\C$ -U admin_nan -c "help.exe"
C$ is my share
admin_nan is the user
Smbclient doesn't ask a password so i get the following error message :
Anonymous login successful
Domain=[FR-MON] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0]
tree connect failed: ERRDOS
2006 Mar 02
0
tcltk error when calling a dialog
Hello;
I've got several radiobuttons in tcltk with the following sintaxis:
tk2.rd <- /tkradiobutton(/frame4,command=plotDialog1,text="New Q plot", value=2, variable=OUTPLOTtclVar/)/
All the buttons call the same function "plotDialog1". With the objective
of call a dialog to select some plotting options.
When I select one of the radiobuttons and the windows with the
2007 Mar 14
0
imap-login (proxy) Connection queue full
On Wed, March 14, 2007 1:57 pm, Timo Sirainen <tss at iki.fi> said:
> On Thu, 2006-08-10 at 23:15 -0400, Bill Boebel wrote:
>> On Thu, August 10, 2006 5:22 pm, Timo Sirainen <tss at iki.fi> said:
>>
>> >> Aug 10 16:23:34 director5 dovecot: imap-login: Disconnected: Connection queue
>> >> full:
>> >>
>> >> I am seeing this
2007 Nov 20
1
IMAP Proxy and Namespaces
Hi!
Is it possible to combine these two features of dovecot, i.e. to have a
specific namespace that proxies to another IMAP server?
Greetings
--
Robert Sander
2012 Feb 27
1
POP/IMAP on proxy rip issue
I have a proxy setup for pop/imap. The proxies are defined in
login_trusted_networks = x.x.x.x and for the imap it works fine but for pop3
connections displays the ip address of proxy IP... Dovecots are both 1.2
from the debian repo deb http://xi.rename-it.nl/debian/
stable-auto/dovecot-1.2 main
thanks
--
View this message in context:
2017 Apr 07
0
Doubt with imap/imap-login processes in proxy server
> On April 7, 2017 at 1:26 PM "Angel L. Mateo" <amateo at um.es> wrote:
>
>
> Hi,
>
> I have a question I have not cleared after reading
> https://wiki.dovecot.org/LoginProcess.
>
> I'm developing a proxy server (without director, because the backend
> server is specified by a ldap lookup).
>
> My question is: the limit of imap (or
2004 Apr 16
1
[OT] Is there a secure reverse IMAP proxy
This question is off topic. I ask this list
because the question is related to security and
IMAP and I guess the people in this list know
a lot about both of that.
Is there a secure reverse proxy for the IMAP protocol?
Something you can install on a bastion host which
checks the IMAP traffic before forwarding it to
the internal IMAP server?
There are these proxies for WebMail to IMAP connections