Displaying 9 results from an estimated 9 matches for "tapia".
Did you mean:
tapi
2017 Sep 23
1
Different users having same home/mail_location?
...il_location is the same for two users. I'm aware of
the shared folders functionality mentioned by Marcus and that will
probably be my fallback, if sharing a mail_location is not viable. Same
mail_location would just be simpler.
Tapio
On 24.9.2017 0:34, Peter Chiochetti wrote:
> Hello Tapia,
>
> You are going to great lengths :) I assume, that PAM working means,
> "user" and "otheruser" are the names of system-users with the same uid,
> home etc? Then I do not see, why dovecot, all defaults and
> authenticating against PAM won't work out of t...
2017 Sep 23
5
Different users having same home/mail_location?
Hello,
Will I be breaking something if I have two users share the same home
and/or mail_location (maildir format) in dovecot? Mail will only be
delivered to the primary user, the other would be used every now and
then to login via imap (webmail).
This would be on a CentOS 7 box running dovecot from the packaging
system, i.e. dovecot-2.2.10-8.el7 currently. The reason I'd like to do
this
2013 Feb 12
1
[SC] EnumQueryServicesStatus:OpenService FAILED 123
*Hi guys!*
*
*
*I''m trying to perform a service creation using SC and if this service is
already created, using an "unless" we can avoid it. *
*Sound very simple, but for any reason, when instructions are called by
puppet they are not working instead you call directly, same instructions,
using DOS, where works sweet.*
*
*
*Here is part of the code:*
$cmd =
2009 Oct 27
1
Icecast Digest, Vol 65, Issue 4
Amigos:
Ser?a posible que sus comentarios, sugerenciaas, invitaciones, consultas, opiniones, los pueda recibir en idioma espa?ol?
Atentamente:
Edgardo Tapia
--- El mar 27-oct-09, icecast-request at xiph.org <icecast-request at xiph.org> escribi?:
> De: icecast-request at xiph.org <icecast-request at xiph.org>
> Asunto: Icecast Digest, Vol 65, Issue 4
> A: icecast at xiph.org
> Fecha: martes, 27 octubre, 2009, 4:00 pm
> Send...
2012 Jun 05
0
[LLVMdev] SUBALLOCATOR
...performance due to the data
locality improvement.
You can find the documentation and the code here (
http://dl.dropbox.com/u/8437476/works/countertree/suballocator.html ).
If you want to know something more, have some idea, any comment, or if you
find any error or problem, please mail me (fjtapia at gmail.com)
Sincerely yours
Francisco Tapia
fjtapia at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120605/d5b91d68/attachment.html>
2017 Sep 23
0
Different users having same home/mail_location?
Hello Tapia,
You are going to great lengths :) I assume, that PAM working means,
"user" and "otheruser" are the names of system-users with the same uid,
home etc? Then I do not see, why dovecot, all defaults and
authenticating against PAM won't work out of the box, shouldn't it?...
2009 Jul 01
0
Icecast Digest, Vol 61, Issue 6
...PROBLEMA POR CONSEGUIR O EMITIR RADIO POR INTERNET.
POR LO TANTO, LE SUGERIMOS QUE ME AYUDEN EN LOS MENSAJES QUE USTEDES NOS ENVIEN, PARA QUE PODAMOS AVANZAR Y RECIBIR DICHOS MENSAJES EN IDIOMA ESPA?OL, PREFERIBLEMENTE, PARA PODER ENTENDER LO QUE USTEDES NOS QUIEREN ACONSEJAR.
ATENTAMENTE:
ESGARDO TAPIA
DIRECTOR ASOPROCOIN.
--- El lun 29-jun-09, icecast-request at xiph.org <icecast-request at xiph.org> escribi?:
De: icecast-request at xiph.org <icecast-request at xiph.org>
Asunto: Icecast Digest, Vol 61, Issue 6
A: icecast at xiph.org
Fecha: lunes, 29 junio, 2009, 4:00 pm
Send Ice...
2006 Feb 27
0
Security = Server and guest ok
Is it possible to have guest ok shares with Security = Server?
I have "map to guest" = "Bad Password" in Globals and "guest ok" = "Yes"
for my share. The user is "nobody" on a solaris box.
Setting debug to level 2 I get this output on connections (using tail on
the log file)
[2006/02/27 09:23:22, 1] auth/auth_server.c:(363)
password server
2007 Feb 07
3
Sample Poisson Distribution
Hi,
I'm completely new to R, I am all at sea with the interface and the
confusing help files, so would appreciate some help to do a simple task.
Need to present the mean and variance of 100 different samples of poisson
distributions (N=1000, with fixed lambda) in a file in two columnns, and
then produce histograms.
So far I have figured out:
> N <- 1000
> x <- rpois(N, 3.1) ,