Displaying 20 results from an estimated 9000 matches similar to: "appending domain based on port"
2008 Oct 29
2
help with doing a manipulation on a column of a data frame based on another column
#this is my stab at - I am sure that I am missing something. If this
doesn't make sense then please ask for more details. #This may show
my low level of programing knowledge
hester. <- c(1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4)
value <- rnorm(16)
x <- data.frame(value, hester.)
z <-
(if(x[,"hester."]==1){
x[,"value"]*6.250}
else
if(x[,"hester."]==2){
2017 Feb 02
6
Compiling Dovecot on Solaris 10
Hello,
I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error:
test-ioloop.c: In function `test_ioloop_pending_io':
test-ioloop.c:188: error: size of array `type name' is negative
My configuration is like this:
Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : poll
I/O notifys .... : none
SSL ............ : yes (OpenSSL)
GSSAPI ......... : no
2007 Dec 01
2
Tru64 v5.1 with Sia
./configure --with-sia
# ./dovecot --build-options
Build options: ioloop=poll ipv6 openssl
SQL drivers:
Passdb: checkpassword passwd passwd-file
Userdb: checkpassword passwd prefetch passwd-file static
# ./dovecot --version
1.0.8
# ./dovecot -n
# 1.0.8: /usr/local/etc/dovecot.conf
protocols: pop3
listen: *:10100
ssl_disable: yes
disable_plaintext_auth: no
login_dir:
2019 Jan 24
2
debian10+dovecot-2.2.33.2
Hi
Thenx. I use your patch but problem not solved.
Hunk #1 succeeded at 334 with fuzz 2 (offset 19 lines).
patching file src/auth/mycrypt.c
./configure --prefix=/usr/local/dovecot-2.2.36 --sysconfdir=/etc
--with-ldap=yes --with-mysql --with-ssl=openssl --with-solr
--with-storages=maildir,imapc
Install prefix . : /usr/local/dovecot-2.2.36
File offsets ... : 64bit
I/O polling .... : epoll
I/O
2011 Mar 24
4
try to compile dovecot 2.0.11 with ssl support
Hello,
I try to compile dovecot in Version 2.0.11 with ssl support on a CentOS
4.5 system.
Installed packages are openssl and openssl-devel.
after "./configure --with-ssl=openssl" "make" "make install"the message is:
(also tried with CPPFLAGS="-I/opt/openssl/include"
LDFLAGS="-L/opt/openssl/lib -ldl")
Install prefix . : /usr/local
2017 Dec 29
1
Package repository now available
> On December 29, 2017 at 2:56 AM Gao <gao at pztop.com> wrote:
>
>
> On 2017-12-27 07:00, aki.tuomi at dovecot.fi wrote:
> > Dovecot now has package repository for Debian, CentOS and Ubuntu
> > available at https://repo.dovecot.org/
> >
> > Packages are provided for 2.3 series and forward. Please let us know
> > if you run into any trouble with
2019 Jan 15
2
MySQL 8.0: Supported?
I got a complaint from a FreeBSD user that they couldn't compile dovecot
against MySQL 8.0.
Is MySQL 8.0 support with 2.3.4?
they receive:
checking for mysql_init in -lmysqlclient... no
configure: error: Can't build with MySQL support: libmysqlclient not
found ===> Script "configure" failed unexpectedly.
Please report the problem to ler at FreeBSD.org [maintainer] and
2009 Jun 28
2
v1.2.rc7 released
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc7.tar.gz
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc7.tar.gz.sig
I'll make RC releases daily now until v1.2.0 is released, which will be
either on Monday or Wednesday. Please test as much as possible.
* Removed configure --with-deliver, --with-pop3d and --disable-ipv6
parameters.
+ Improved permission related error messages.
-
2009 Jun 28
2
v1.2.rc7 released
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc7.tar.gz
http://dovecot.org/releases/1.2/rc/dovecot-1.2.rc7.tar.gz.sig
I'll make RC releases daily now until v1.2.0 is released, which will be
either on Monday or Wednesday. Please test as much as possible.
* Removed configure --with-deliver, --with-pop3d and --disable-ipv6
parameters.
+ Improved permission related error messages.
-
2010 Mar 18
1
Question about host certificates
Hi,
I'm experimenting with host certificates in 5.4p1 and seem to have hit a
usability issue. I've generated a host certificate, added the
HostCertificate option to the sshd_config and restarted sshd. I've
replaced the system's ssh_known_hosts file with one that has a single
entry of the form:
@cert-authority *.example.domain ssh-rsa ...
This works provided that I use the
2019 Jan 24
2
debian10+dovecot-2.2.33.2
Hi
Thenx for replay - problem solved :)
I forget `autoreconf -vi`
You are rox :)
?On 24.01.2019 19:10, Aki Tuomi wrote:
> You need to do `autoreconf -vi` before configure, won't work otherwise.
>
> Aki
>
>> autoreconf -viOn 24 January 2019 at 20:09 Maciej Milaszewski IQ PL <maciej.milaszewski at iq.pl> wrote:
>>
>>
>> Hi
>> Thenx. I use your
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
On 21 Feb 2023, at 10:12 pm, James Brown <jlbrown at bordo.com.au> wrote:
>
> The new one has Dovecot compiled with same configure options, same configuration files, but fails to authenticate:
>
> Feb 21 21:51:03 master: Info: Dovecot v2.3.20 (80a5ac675d) starting up for imap, pop3 (core dumps disabled)
> Feb 21 21:51:33 auth-worker(11701): Error: conn unix:auth-worker
2003 Oct 02
7
Any way to get out of a remote console without stopping *
This probably has an easy solution, but I found it yet. How can I get out
of a remote console after using ssh to get into the box, making changes,
reload etc. without stopping *?
Thanks in advance.
Sincerely,
Andy Hester
Consero
2009 Jun 24
1
Qualified parameters in SOAP body using .SOAP
Hello,
I am trying to reach a web service using the SOAP package. I succeeded
calling the web service, but not sending parameters to it. After much
research and tries, I think I found that the problem lies in the
namespace including the parameters in the SOAP body.
In short, my question is: how can I send unqualified parameters in the
SOAP body of a call produced through the SOAP package?
2019 Feb 20
2
Using SHA256/512 for SQL based password
On 2/20/19 5:09 AM, Yassine Chaouche via dovecot wrote:
> On 2/12/19 5:05 PM, Robert Moskowitz via dovecot wrote:
>> I have trying to find how to set the dovecot-sql.conf for using
>> SHA256/512.? I am going to start clean with the stronger format, not
>> migrate from the old MD5.? It seems all I need is:
>> [...] default_pass_scheme = SHAxxx-CRYPT [...]
>
> How
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
> On 22/02/2023 07:00 EET James Brown <jlbrown at bordo.com.au> wrote:
>
>
> On 21 Feb 2023, at 10:12 pm, James Brown <jlbrown at bordo.com.au> wrote:
>
> >
> >
> > The new one has Dovecot compiled with same configure options, same configuration files, but fails to authenticate:
> >
> > Feb 21 21:51:03 master: Info: Dovecot v2.3.20
2017 Mar 17
3
Support for user defined unary functions
I agree there is no reason they _need_ to be the same precedence, but
I think SPECIALS are already have the proper precedence for both unary
and binary calls. Namely higher than all the binary operators (except
for `:`), but lower than the other unary operators. Even if we gave
unary specials their own precedence I think it would end up in the
same place.
`%l%` <- function(x) tail(x, n =
2008 Dec 24
1
linuxconf migration story
Hi, just subscribed after successfully (?) migrating from a somewhat old
linuxconf/vimap config.
dovecot-1.1.7, x86
A few issues:
The index files seem to be created with the wrong permissions. I get
numerous
``Dec 24 15:36:29 mail dovecot: POP3(user at domain):
stat(/var/run/dovecot/imap-index/domain/user/.imap/INBOX) failed:
Permission denied (euid=60107 egid=231 missing +x perm:
2006 Aug 08
5
Samba 3.0.23b Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
==============================================================
"Where does he get those wonders toys?"
-- The Joker (Batman 1989)
==============================================================
Release Announcements
=====================
This is the latest stable release of Samba. This is
2017 Mar 16
2
Support for user defined unary functions
Gabe,
The unary functions have the same precedence as normal SPECIALS
(although the new unary forms take precedence over binary SPECIALS).
So they are lower precedence than unary + and -. Yes, both of your
examples are valid with this patch, here are the results and quoted
forms to see the precedence.
`%chr%` <- function(x) as.character(x)
`%identical%` <- function(x, y)