similar to: verbose_proctitle for proxy processes?

Displaying 20 results from an estimated 3000 matches similar to: "verbose_proctitle for proxy processes?"

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 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
2008 Apr 22
1
Windows Mobile and IMAP proxy
Hi, We are running Dovecot proxies in front of our Dovecot IMAP servers, and were having problems with Windows Mobile clients not being able to connect. The clients would send a LOGIN command, and immediately after the succes reply a LOGOUT command. It turns out the Windows Mobile IMAP client gets confused by the IMAP proxy first sending the command tag in the reply and then, in a seperate
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
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
2013 Aug 27
1
verbose_proctitle cuts dsync to proctitle to "dsyn"
Hi Timo, little cosmetic bug report: using "verbose_proctitle = yes" shortens the proctitle of dsync to just "dsyn". Example: Note the whitespace instead of the 'c' in the proctitle: root at m-st-01:~# ps auwwwx | grep [d]syn virtmail 18141 13.0 0.1 49916 7952 pts/6 R+ 00:49 0:00 dsyn -v -u xxyyzz7 -R backup maildir:/staging/xxyyzz7/Maildir With
2008 Dec 24
2
verbose_proctitle not working with post-login
Happy Xmas, when using a post-login procedure the "verbose_proctitle = yes" has no effect. If it is feature then please explain else please fix the bug fi --Frank Elsner
2018 Jul 13
0
Question about verbose_proctitle
> On Jul 10, 2018, at 7:19 PM, J Doe <general at nativemethods.com> wrote: > > Hello, > > I have a question relating to the detail that the verbose_proctitle parameter enables for ps. > > I have TLS configured for IMAP as follows: > > /etc/dovecot/dovecot.conf > ssl = required > ssl_cert = </path/to/cert.pem> > ssl_key =
2009 Mar 05
1
verbose_proctitle doesn't work?
How is verbose_proctitle supposed to work? I set it in the config but I don't see anything particularly verbose while the mailbox is connected. This is while the connection is open, immediately after deleting a message, before closing the connection. Same for IMAP and POP tests. # `ps axu | grep dove` # root 20392 0.0 0.0 1888 540 ? Ss 12:45 0:00 /usr/sbin/dovecot #
2011 Apr 08
2
LDA vs LMTP, Cyrus SASL, verbose_proctitle
Is there a reason I should prefer LMTP over LDA for local delivery? Performance? Security? The Wiki doesn't differentiates LMTP vs LDA with respect to sendmail configuration, so am I correct that I just need to replace mail.local with dovecot-lda, which will choose LDA/LMTP based on dovecot.conf? Also, can I consolidate authentication by configuring dovecot to use what sendmail uses (Cyrus
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
2018 Jul 13
1
Question about verbose_proctitle
On 07/13/2018 08:45 AM, J Doe wrote: > I?m aware that this is because the code does not state to specify ?TLS? for the dovecot/imap [user at example.com 1.2.3.4 IDLE] line of output, but I?m curious as to why that decision was made ? TLS is done by the imap-login process. This process does all the actual talking to the client. The imap process blindly trusts whoever invoked it (imap-login), it