search for: xinu

Displaying 20 results from an estimated 33 matches for "xinu".

Did you mean: xenu
2018 Sep 27
2
Username aliases
...ebug=yes > userdb { > driver = passwd-file > args = username_format=%Lu /etc/dovecot/aliases > result_success = continue-ok > } > userdb { > driver = passwd-file > args = username_format=%u /etc/passwd > } When I perform a lookup with `doveadm user 'test at xinu.at'` I get many empty fields since the alias file doesn't have them set. I expected that they would be fetched from the next userdb (/etc/passwd), but that doesn't seem to happen. I get this in the log: > dovecot[10118]: auth: Debug: master in: USER 1 test at xinu.at se...
2018 Sep 28
0
Username aliases
...iver = passwd-file >> args = username_format=%Lu /etc/dovecot/aliases >> result_success = continue-ok >> } >> userdb { >> driver = passwd-file >> args = username_format=%u /etc/passwd >> } > When I perform a lookup with `doveadm user 'test at xinu.at'` I get many > empty fields since the alias file doesn't have them set. I expected that > they would be fetched from the next userdb (/etc/passwd), but that > doesn't seem to happen. I get this in the log: > >> dovecot[10118]: auth: Debug: master in: USER 1...
2018 Sep 25
3
Username aliases
Hi, Our organization is currently using a passwd-file user database for our Dovecot installs. However, we now want to provide simple username aliases. We currently use usernames that are -not- equal to the email address, but due to the fact that many major email clients/providers do not even allow you to specifiy a username, we now want to provide aliases where the username is equal to the
2007 Jul 11
10
read params
...f.text_field :email %></p> <p><%= submit_tag ''add User'' %></p> <%end -%> def new @user = User.new(params[:user]) return unless request.post? if @user.save redirect_to(:action => ''index'') end end thanks xinu -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gma...
2016 Oct 22
2
Re: Libvirt newer than 2.1.0 doesnt start up
Hi all, thanks so far for your time and ideas. Please find the gdb output and also the debug-output of libvirt (as requested by Michal Privoznik and Laine Stump) here: https://paste.xinu.at/m-gPSHl/ On 10/19/2016 01:58 AM, Michal Privoznik wrote: > Those "Network is already in use by interface virbr1" error messages > worry me. Is the bridge active before you start libvirtd? If so we might > be losing netowrk state XML (or fail to parse it) and thus think networ...
2016 Jan 04
4
[BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)
On 04.01.2016 11:54, Teemu Huovila wrote: > Thank you for the report. Could you execute "bt full" in gdb please. Also the output of doveconf -n would be useful. Hi, Requested info below. Florian bt f > #0 0x00007f6f99b8f5f8 in raise () from /usr/lib/libc.so.6 > No symbol table info available. > #1 0x00007f6f99b90a7a in abort () from /usr/lib/libc.so.6 > No symbol
2010 Oct 08
2
Radeon HD 4550 driver
Upgraded the kernel to the latest, then tried to rebuild the proprietary Catalyst driver for a Radeon HD 4550 on a Dell Optiplex 980. The install dies, with a c error. Anyone else out there succeed in building one on the 2.6.18-194.17.1.el5-x86_64 kernel? I went to the ATI website, and the "installation instructions" include that it needs a) 32 bit software (which? dunno) and b) a
2015 Apr 21
2
[BUG] imap-login segfault when running nmap -sV
...2.a-1. I've also attached a network capture, but since it's SSL this probably won't help all that much. I hope this is enough information to reproduce the issue. If necessary I can recompile dovecot with debug symbols for a better backtrace. Thanks, Florian dovecot.conf https://paste.xinu.at/PUsJ/ syslog: > Apr 21 10:52:16 karif dovecot[7849]: imap-login: Disconnected (no auth attempts in 6 secs): user=<>, rip=81.217.47.122, lip=78.46.56.141, TLS handshaking: SSL_accept() failed: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request > Apr 21 10:52:16 karif do...
2016 Oct 28
0
Re: Libvirt newer than 2.1.0 doesnt start up
On 10/22/2016 05:33 AM, Rene Pasing wrote: > Hi all, > > thanks so far for your time and ideas. > > Please find the gdb output and also the debug-output of libvirt (as > requested by Michal Privoznik and Laine Stump) here: > https://paste.xinu.at/m-gPSHl/ > > On 10/19/2016 01:58 AM, Michal Privoznik wrote: >> Those "Network is already in use by interface virbr1" error messages >> worry me. Is the bridge active before you start libvirtd? If so we might >> be losing netowrk state XML (or fail to parse it)...
2015 Apr 21
0
[BUG] imap-login segfault when running nmap -sV
On 2015-04-21 11:24:55 +0200, Florian Pritz wrote: > dovecot.conf > https://paste.xinu.at/PUsJ/ > > syslog: > > Apr 21 10:52:16 karif dovecot[7849]: imap-login: Disconnected (no auth attempts in 6 secs): user=<>, rip=81.217.47.122, lip=78.46.56.141, TLS handshaking: SSL_accept() failed: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request > > Apr...
2015 Aug 24
0
segfault when using zlib module with glibc 2.22
On 20 Aug 2015, at 01:37, Florian Pritz <bluewind at xinu.at> wrote: > > Hi, > > I'm seeing the following segfault when I run `doveadm search > mailbox inbox` with the zlib module enabled with dovecot 2.18 and glibc > 2.22 on Arch Linux. It does not happen with glibc 2.21. > > I've noticed that when I remove "zli...
2018 Oct 04
0
Bug reports - auth is broken in Dovecot 2.3.3
> On 04 October 2018 at 11:05 Florian Pritz <bluewind at xinu.at> wrote: > > > On Wed, Oct 03, 2018 at 03:47:11PM +0300, Berindeie Avram-Teodor <berindeie.teo at gmail.com> wrote: > > On Wed, Oct 3, 2018 at 2:44 PM Timo Sirainen <tss at iki.fi> wrote: > > > On 3 Oct 2018, at 14.09, Berindeie Avram-Teodor <berindeie....
2009 Oct 13
3
Dell Equallogic
Hi List, Does anyone here use Dell Equallogic IP SAN? If so, do you have any immediate high points / low points you wouldn't mind discussing on- or off-list ? Thanks.
2010 Sep 07
1
Yum: no updates?
Hi all, cat /etc/redhat-release CentOS release 5.4 (Final) When I check update, yum says not update. What do I miss? Thank you. yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Setting up Update Process No Packages marked for Update
2018 Oct 04
2
Bug reports - auth is broken in Dovecot 2.3.3
On Wed, Oct 03, 2018 at 03:47:11PM +0300, Berindeie Avram-Teodor <berindeie.teo at gmail.com> wrote: > On Wed, Oct 3, 2018 at 2:44 PM Timo Sirainen <tss at iki.fi> wrote: > > On 3 Oct 2018, at 14.09, Berindeie Avram-Teodor <berindeie.teo at gmail.com> > > wrote: > >> On Wed, Oct 3, 2018 at 1:53 PM Timo Sirainen <tss at iki.fi> wrote: >
2010 Oct 14
4
sendmail substitute?
Hi all, i'm following online guides to secure my centos 5.4 it's advised to turn off sendmail service among others. but how can i forward my /var/log/mail to my webmail ? any help would be greatly appreciated.. thank you -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 May 01
3
[PATCH] Use POSIX standardized options for head(1) and tail(1)
...d use of 'sed' instead of 'head' and 'tail'. The sed command predates both head and tail and the following idiom in sed should be common going back to at least 1984 when I used sed in this way on the following systems: Berkeley Software Distribution (4.4 BSD-Lite). Mt Xinu 4.3 AIX 3 (1989) - AIX 4 (1994) HP/UX System V (1989) SunOS 3.0Beta1 (1986) thru Soliars 11 FreeBSD 2.2.6 thru FreeBSD/11 OpenBSD 2.7 Cray X/MP I recommend the change from (head -2 .depend; tail +3 .depend | sort) >.depend.tmp to (sed 2q .depend; sed 1,2d .depend...
2010 Sep 24
7
In the press, once again
May be a little bit off topic, but this gave me hard laugh: http://www.theregister.co.uk/2010/09/24/sysadmin_file_tools/ Windows admins use a virtualized CentOS machine to copy files because their own tools are not able to handle copying a bigger amount of data. :) Cheers, Timo
2018 Aug 05
1
Assertion failure with IMAP NOTIFY
Hi, For a few weeks I've been running a custom notification script[1] that uses IMAP NOTIFY. The script uses a single connection, sets up a NOTIFY watch on a couple of mailboxes + automatic FETCH for the selected mailbox. If a status update arrives for a different mailbox, it selects that box and fetches the mail. Today I got the following error in the log: > Aug 5 14:56:12 karif
2010 Sep 24
3
Configuring BIND to answer to two domain names (four IP addresses)
On a CentOS 5 server, I am having a hard time configuring BIND to answer to 4 IP addresses for 2 domain names. Currently, I have four IP addresses, for sake of discussion they are: 1.1.1.1 1.1.1.2 1.1.1.3 1.1.1.4 Additionally, I have two domain names. For sake of discussion: exampleA.com exampleB.com My goal is to have 1.1.1.1 & 1.1.1.2 as the nameservers for exampleA.com, and 1.1.1.3 &