Displaying 20 results from an estimated 5000 matches similar to: "Postfix and Dovecot SASL authentication error"
2007 Jul 11
2
Problem with Dovecot SASL in Postfix
I'm trying to configure my postfix server to use Dovecot as an SASL
server and running into some problems. My server supports a couple of
domain, I have multiple user/password files for multiple domains to
make the files a little easier to manage. Not sure if this question
should belong in the dovecot mailing list or the postfix one, but here
goes anyway. I have everything configured to use
2010 Sep 26
2
Postfix SASL Auth
Hello,
i use Postfix (2.7.1) and Dovecot (1.2.14) on my FreeBSD Server. I use
Postfixadmin and Virtuell User. The login going without problems, but
the SASL Auth want not work.
Have someone a Idea?
Regards
Silvio
#postconf -a
dovecot
# postconf -n
alias_maps = hash:/etc/aliases
allow_percent_hack = no
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter =
2006 Sep 26
1
fetchmail can't talk to dovecot
Hello,
I have dovecot q1.0-0_22.rc7 up and running on a server: I can read
email from squirrelmail just fine. When I try to download email with
fetchmail, however, I get the result below. Why is that happening? In
dovecot.conf I have:
protocols = imap imaps pop3,
so why should pop3 or imap fail? Where should I look?
(I'll fix the certificates problem after I've managed to get in
2009 Jun 11
3
unable to send mails via postfix/dovecot SASL
Hello,
I have a freshly setup postfix/dovecot mail server (after a server
upgrade I decided to change my sendmail/popper conf to something more
modern :)
It mostly works, there is no problem in sending/receiving mails in local
network, both using text clients like mutt or pine dealing with the
incoming/outcoming mail directly. Also dovecot works fine with SSL
authentication from the outside
2006 Sep 25
2
Dovecot - postfix SASL
Sep 25 04:53:30 hostyougood postfix/smtpd[17497]: connection established
Sep 25 04:53:30 hostyougood postfix/smtpd[17497]: master_notify: status 0
Sep 25 04:53:30 hostyougood postfix/smtpd[17497]: name_mask: resource
Sep 25 04:53:30 hostyougood postfix/smtpd[17497]: name_mask: software
Sep 25 04:53:30 hostyougood postfix/smtpd[17497]: xsasl_dovecot_server_create:
SASL service=smtp, realm=(null)
2010 Apr 04
1
sasl problem
Hello
I installed postfix, mysql, dovecot on freebsd7.3. Yet I can't start
dovecot service. I get some errors;
Apr 4 17:03:14 postfix dovecot: auth(default): Fatal: Socket already
exists: /var/spool/postfix/private/auth
Apr 4 17:03:14 postfix dovecot: dovecot: Fatal: Auth process died too
early - shutting down
How can I get rid of that ?
# dovecot --version
1.2.10
# postconf -a
2009 Apr 02
2
Dovecot SASL Postfix
Hello,
I try to bring Postfix + Dovecot + SASL in the running. Unfortunately, this
has not succeeded to me, only the Pop3 daemon runs without problems.
/var/log/dovecot.log
dovecot: 2009-04-03 01:04:38 Error: auth(default):
bind(/var/spool/postifx/private/auth)
failed: No such file or directory
dovecot: 2009-04-03 01:04:38 Fatal: auth(default):
net_listen_unix(/var/spool/postifx/private/auth)
2011 Aug 18
4
splitting sample names
I have a data frame like this
xx<-data.frame(cbind(Sample=c('Ctrl_6h','1+0_6h','1+200_6h','1+5k_6h','Ctrl_5K_6h','ConA_6h'),
IFIT1=c(24,25,24.7,24.5,24.2,24.8)))
grep('[[:digit:]]h',xx$Sample)
yy<-xx$Sample
strsplit(yy,"_")
I have to extract the time information separated by '_' in the sample
2020 Oct 26
0
Looking for a guide to collect all e-mail from the ISP mail server
Am 26.10.20 um 11:24 schrieb R. Diez:
>
>> Hello R, I only wrote about the incoming side - of course, you also
>> want to
>> send mail to remote users, and that includes users with an address of
>> ?@myisp.com. They will go to the ISP and be fetched to local from there.
>
>
> That is not what I had in mind. My users will not go to the ISP and
> fetch
2003 Feb 27
2
epoch time conversion in R
I have a data file where each entry is indexed by the time in seconds since
epoch (e.g. 1046315697). Is there an easy way to convert this time value into
a more friendly time (such as Month-Year) when plotting it?
I searched through the manual, mailing lists, and functions like as.POSIXct
and strptime, but didn't find what I need.
Thanks,
Sharad.
2009 Apr 09
1
[Bridge] Out of memory problem
Hi, I'm using linux 2.6.21.5 and our kernel is freeze.
The problem is, if I create a Software bridge using $brctl command. and
add two interfaces say, eth0.0 and eth0.1 using
$brctl addbr br-lan
$brctl addif br-lan eth0.0
$brctl addif br-lan eth0.1
and when i send traffic from a host connected to one port to host
connected at other end, soon all the memory is dried up and and kernel
2011 Jan 08
4
Help How to create DSL for conditional validations
Hi All,
I am new to Ruby and ROR
I were trying to create small DSL for conditional validations
valid_with_cond :bypass_validation do
if self.addresses > 3
errors[:base] << "Can not have more than 3 addresses".
end
end
By this I wanted to create array of method and call them all in custom
validation method.
this above code I wanted to do
attr_accessor
2013 Mar 18
2
SASL + Postfix woes
Okay, I wasn't going to try and fix up the messed up mail server I was
given; however, I decided that I might as well try.
Situation:
The system has a Postfix MTA and uses Dovecot for LDA and Cyrus-SASL
for SASL. That works fine.
I decided that I wanted to switch over to Dovecot for SASL. dovecot is
presently using MySQL for its database.
I make the (I thought) necessary changes in Postfix
2006 Nov 14
1
Dovecot/Postfix SASL problem
Hi. I'm trying to get Dovecot - Postfix - SASL to work. But I need some help.
Dovecot v1.0.rc14
Postfix 2.3.4
dovecot.conf
----------------
auth default {
mechanisms = plain login
passdb pam {
}
passdb passwd {
}
socket listen {
client {
path = /var/spool/postfix/private/auth
mode = 0660
user = postfix
group = postfix
}
}
}
postfix/main.cf
2011 Oct 27
2
help with paste
Hello gurus,
I have some variables, and i am creating combinations for analysis in the
end i need these variables to be displayed like "LEPTIN+SAA+PTH". currently
i am using loop to perform this. I would appreciate any pointers to do it
without the loop.
> mols=c("LEPTIN","SAA","PTH","sEGFR")
> samples=mols[1:3]
> samples
[1]
2011 Oct 10
4
correlation matrix
Hello Gurus
I have two correlation matrices 'xa' and 'xb'
set.seed(100)
d=cbind(x=rnorm(20)+1,
x1=rnorm(20)+1,
x2=rnorm(20)+1)
d1=cbind(x=rnorm(20)+2,
x1=rnorm(20)+2,
x2=rnorm(20)+2)
xa=cor(d,use='complete')
xb=cor(d1,use='complete')
I want to combine these two to get a third matrix which should have half
values from 'xa' and half
2010 Sep 16
1
virConnectOpen question.
Hi,
I am using virConnectOpen(const char *uri) to connect to the local
hypervisor. When uri is set to "lxc:///", an error gets logged
in /var/log/messages about failed connection. But I do not see any error
for "xen:///". The machine does not have these drivers installed, and I am
using libvirt 0.6.3. My questions are -
1. Why I see error in /var/log/messages for container
2011 Aug 11
2
virInitialize dumps core intermittently.
Hi,
I have a host with 6 VMs set to autostart. When this host reboots, it
starts libvirtd, pegasus cimom and libvirt-cim. It also restarts the VMs.
Intermittently we noticed a core during start up that points to the last
call made by libvirt-cim to "virInitialize". I am thinking that it is a
timing issue where virInitialize is called while libvirt is trying to
autostart the VMs.
2004 Sep 08
0
postfix > sasl > pam > winbind
Hi!
i hope that the right address.
my problem is:
i'm using a freebsd-server with postfix and sasl > pam to authentificate users via smtp_auth over a windows-pdc
from the syslog, i get the message: User "Michael" granted access,
also all wbinfo-command work,
my e-mail-programm says:
435 error: authentification failed
my debug.log tells me:
group, endgrent, not found
Apr 20
2006 Dec 22
1
[Fwd: Re: missing /etc/aliases file]
Forgot to Reply All
-------- Original Message --------
Subject: Re: missing /etc/aliases file
Date: Fri, 22 Dec 2006 09:42:46 +0200
From: Kartagis <kartagis at kunduz.org>
To: Keith Roberts <keith at karsites.net>
References: <D2B43561-0BAD-440F-97C0-712616E1E560 at cox.net>
<200612210856.40994.ml at awinkelmann.de>
<64A0FED1-F20E-4D90-A0E9-0FE8A67DC0EC at