Displaying 20 results from an estimated 3000 matches similar to: "LMTP error, mysterious"
2018 Aug 01
1
LMTP error, mysterious
ah well, but i'm not using sql at all.
here's doveconf -n:
# 2.2.27 (c0f36b0): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.16 (fed8554)
# OS: Linux 4.9.0-4-amd64 x86_64 Debian 9.4
auth_cache_negative_ttl = 0
auth_mechanisms = plain login
hostname = rhyno.tech
mail_debug = yes
mail_location = maildir:~/mail
namespace inbox {
? inbox = yes
? location =
? mailbox Drafts {
???
2018 Aug 01
1
LMTP error, mysterious
hi (especially to you, Aki),
so to solve the previous UID issue, i went the full LMTP route. however,
i seem to be having problems with the prefetch userdb (i'm trying to
minimize load on the LDAP server). namely, the log says:
Aug? 2 00:15:35 rhyno postfix/submission/smtpd[21158]: 5EEF35C05C5:
client=localhost[127.0.0.1], sasl_method=login, sasl_username=aik
Aug? 2 00:15:40 rhyno
2018 Jul 31
0
uid problem
https://wiki2.dovecot.org/HowTo/PostfixDovecotLMTP
Aki
On 31.07.2018 14:35, Andras Kemeny wrote:
>
> can you point me to an url regarding LTMP between postfix and dovecot?
> it might be an area worth exploring for me.
>
> thanks,
> a
>
>
> 2018. 07. 31. 12:46 keltez?ssel, Aki Tuomi ?rta:
>>
>> Well, I don't know about yuuuge security risk (not saying
2018 Jul 31
0
uid problem
Well, I don't know about yuuuge security risk (not saying there isn't
any...), but if this concerns you, you can also use LTMP instead, which
is probably a better solution here.
Aki
On 31.07.2018 13:42, Andras Kemeny wrote:
>
> yeah, the only problem about that is it's a yuuuge security risk :),
> and also, postfix simply won't let me:
>
> Jul 31 02:20:37 rhyno
2018 Jul 31
1
uid problem
hi,
contacting this mailing list is my last-ditch effort to somehow come to
a working configuration where postfix "ends in" dovecot, IE for special
LDAP-based users, featured in the virtual mailbox delivery, dovecot
would act as LDA.
here's the deal.
i've set up dovecot's access to the LDAP server, and for the purposes of
being an IMAP server and a SASL auth backend,
2020 Feb 17
0
Question about noreplicate flag
On Mon, 17 Feb 2020, Bernardo Reino wrote:
> On Mon, 17 Feb 2020, Aki Tuomi wrote:
>
>> On 17.2.2020 12.48, Bernardo Reino wrote:
>>> Dear all,
>>>
>>> I've just setup replication between two servers. The e-mail accounts
>>> on both servers intersect but are not the same.
>>>
>>> In dovecot.conf (both are identical except one
2013 Apr 10
1
virt-install on powerpc64 issues
Hi!
I am trying to setup a guest using virt-install script:
/usr/bin/virt-install -n fc18guest5 -r 1024 \
--disk path=/home/aik/virtimg/fc18guest,size=8 \
-c /home/aik/virtimg/Fedora-18-ppc64-DVD.iso \
--video vga --arch=ppc64 -d --machine=pseries
And it fails. I could not find any relevant log in /var/log/libvirt/ so I
simply hacked /usr/local/bin/qemu-system-ppc64 to print all the
2013 Apr 11
0
reboot command lost?
how do i check the mode of my system used, and how do i change it?how do i check whether to install the acpid?thanks.
> From: libvirt-users-request at redhat.com
> Subject: libvirt-users Digest, Vol 40, Issue 26
> To: libvirt-users at redhat.com
> Date: Thu, 11 Apr 2013 07:34:17 -0400
>
> Send libvirt-users mailing list submissions to
> libvirt-users at redhat.com
>
>
2013 Apr 08
1
libvirt, selinux, moving images to ~/images does not work
Hi!
I am trying libvirt on POWERPC64 with the default settings such as selinux
enabled. It is all good till I move images out of /var/lib/libvirt/images/.
http://libvirt.org/drvqemu.html#securityselinux is saying that "If
attempting to use disk images in another location, the user/administrator
must ensure the directory has be given this requisite label. Likewise
physical block devices
2008 Sep 10
1
peimg /inf running on wine
Hi forum,
I'm trying to get peimg.exe running on wine for some time, now. Unfortunately I didn't succeed yet. It would be great to get some hints here.
Peimg.exe is an application which is used to add hardware drivers in Windows PE "images" to be used during the installation Process of Vista and 2008 Servers. It is part of the windows AIK. While we are using a linux-based
2010 Jan 30
1
yum update error
Hi ,all :
Today I run the "yum update" command on my laptop, which is CentOS 5.4 i386.
Then the screen displays the following message :
root at kuku ~ > yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.centos.net.cn
* base: mirror.centos.net.cn
* epel: mirrors.sohu.com
* extras: mirror.centos.net.cn
* rpmforge:
2012 Oct 08
0
Best method for comparing rectangles sections of beach
Hi R-listers,
I am trying to compare sections of the beach separated from the HTL to the
Veg (east to west), separated into indices (-5 to 30m), HTLIndex. Cross
parallel (north to south) are major beach sections (Rayos 1, 2, 3, 4 and
MNB). I am thinking to do an ANOVA for each independent rectangle of beach
(not exactly but will be treated as). The HTL from (0-5m) in Rayo 1 is one
rectangle of
2004 Jul 02
1
[fdo] Updated syncmail script for new CVS loginfo syntax
Hi,
If you are getting tired of being teased about updating your
syncmail script to the new CVS loginfo syntax, this mail is for
you.
If you have opted to use the CIA script, you have already
switched to the new loginfo format. If not, you need to do now.
For that you need to add
UseNewInfoFmtStrings=yes
to the CVS config file. Then if you have script using the old
format you can escape it
2013 Apr 13
1
Reshaping Data for bi-partite Network Analysis [SOLVED]
Wow !
so many thanks Arun and Rui
works like a charm
problem solved
2013/4/13 arun <smartpink111@yahoo.com>
> Hi,
> Try this;
> library(reshape2)
> res<-dcast(Input,people~place,value.var="time")
> res[is.na(res)]<-0
> res
> # people beach home school sport
> #1 Joe 5 3 0 1
> #2 Marc 0 4 2 0
> #3 Mary
2012 Feb 07
1
binomial vs quasibinomial
After looking at 48 glm binomial models I decided to try the quasibinomial
with the top model 25 (lowest AIC). To try to account for overdispersion
(residual deviance 2679.7/68 d.f.) After doing so the dispersion factor is
the same for the quasibinomial and less sectors of the beach were
significant by p-value. While the p-values in the binomial were more
significant for each section of the
2009 Jun 16
5
nvidia dual monitor setup centos howto
I had some trouble setting up dual monitors on centos with an nvidia
card. I managed to track stuff down, so I thought I'd make it public
on the list. I have an nvidia quadro nvs 290 in a Dell, recently
installed centos5. Same stuff should apply for other nvidia cards.
I needed nvidia-x11-drv.x86_64. It is available from rpmforge.
Installing rpmforge is described on this
2006 Jul 14
0
FOSCON II: The Ruby Rodeo
PDX.rb presents...
FOSCON II: The Ruby Rodeo!
We invite you to join us for a set of presentations on Ruby programming
and Ruby culture. Confirmed speakers include:
* Alex Bunardzic
* Lucas Carlson
* Topher Cyll
* Ryan Davis
* Geoffrey Grosenbach
* Amy Hoy
If you didn''t catch it last year, FOSCON is a free and fun gathering of
Ruby fans held in the evening during
2013 Apr 13
2
Reshaping Data for bi-partite Network Analysis
Hello
I have a dataset of people spending time in places. But most people don't
hang out in all the places.
it looks like:
> Input<-data.frame(people=c("Marc","Marc","Joe","Joe","Joe","Mary"),
+ place=c("school","home","home","sport","beach","school"),
+
2011 May 17
3
[PATCH 3/3] powerpc-virtio: virtio support introduced (block, network, serial, balloon, 9p-fs), both fullemu and power-kvm
On 17.05.2011, at 08:47, David Gibson wrote:
> From: Alexey Kardashevskiy <aik at ozlabs.ru>
>
> The recently added pseries machine does not currently support PCI
> emulation. For the (upcoming) kvm case, this is quite difficult to do
> because the preferred HV mode for the host kernel does not allow MMIO
> emulation (a hardware limitation).
>
> Therefore, to
2007 Sep 10
2
Removing an AR class definition, for testing plugins
I''m writing an acts_as_* plugin and am trying to BDD it. Ideally my
specs would look like:
describe ActsAsCloneable, " basic cloning" do
load_example_classes
School.class_eval do
acts_as_cloneable
end
before(:each) do
@old_school = School.create! :name => "Baylake Pines", :city =>
"Virginia Beach", :guid => "abc123"