Displaying 20 results from an estimated 100 matches similar to: "Auth protocol and Perl"
2011 Mar 03
5
auth on tcp socket?
Hello,
>> is it possible to provide service auth on tcp-socket instead of
>> unix-socket?
>> I changed my conf and dovecot 2.0.5 is restarting but on telnet test it
>> throws:
>> dovecot: auth: Fatal: getsockname(12) failed: Socket operation on
>> non-socket
>>
>> Want to separate smtp and imap to different servers but keep using
>>
2006 Mar 08
2
self-signed certificates
Hallo,
i'm having troubles installing self-signed certificates for dovecot.
After installing, dovecot generates a key and cert. But he is using the
wrong common name (where does dovecot get this name from?). I tried
deleting them and installing a handcrafted cert with this:
openssl genrsa -out mail.key 2048
openssl req -new -key mail.key -out mail.csr
openssl x509 -req -days 4312 -in
2007 Feb 16
2
My "fighting spam" article is live!
Getting Clueful: Five Things You Should Know About Fighting Spam
The battle for your users? e-mail inboxes probably will never end,
but it?s not a failure of technology. Experienced e-mail and system
administrators share the key points they really, really wish you
understood.
http://www.cio.com/technology/infrastructure/security/spam/
five_things_about_fighting_spam.html?CID=28830
Thanks
2005 Jun 06
1
Re: dovecot Digest, Vol 26, Issue 10
Claudio Succa wrote:
> I succesfully configured dovecot-1.0test68 so that the same user can have both
> a Mailbox and a Maildir and can access it by pop3, pop3s, imap and imaps
> protocols with the same password. I have not very large acconts (26 users for
> a total of 1.2 GBytes) but it is regularly running since the start of May.
>
> If that is the problem I will be glad to
2006 Oct 29
1
dovecot auth + postifx: how to disable PLAIN and LOGIN without TLS?
Hello dovecot,
I want to have all authorization in one place and don't use Cyrus-SASL. I cobfigure postfix 2.3.3 to use dovecot-SASL. I have next lines in main.cf:
smtpd_sasl_security_options = noplaintext,noanonymous
smtpd_sasl_tls_security_options = noanonymous
But PLAIN and LOGIN are advertised by postfix :(
Is it bug of postfix or dovecot-auth?
I don't want to disable
2004 Jul 26
3
TE405P and E1
Hello
Im from Denmark and i've just got my Digium TE405P. But i have some
problems when i connect it to my E1 connection (ISDN30).
My telco delivered a alcatel box witch have a G.703 120ohm (DB9 with a
serial to rj45) and a 75ohm coax connection.
I've tried to connect using the 120ohm with rj45 and a ordinary utp cable.
But it dosent seem to work. I've tried several zaptel.conf
2005 Oct 07
1
[ANNOUNCE] iproute2 (051007)
Fix one serious bug (in libnetlink), and a couple of other minor
patches.
http://developer.osdl.org/dev/iproute2/download/iproute2-051007.tar.gz
Stephen Hemminger
Reenable ip mroute
Mike Frysinger
Handle pfifo_fast that has no qopt without segfaulting
Mads Martin Joergensen
Trivial netem ccopts
Jerome Borsboom
Fix regression in ip addr (libnetlink) handling
--
Stephen Hemminger
2005 Feb 13
2
Problems with MySQL/PAM authentication
Hi,
I'm using (or trying to at least) a combination of PAM/passwd and MySQL
authentication:
auth vmail {
mechanisms = plain
userdb = sql /etc/dovecot/dovecot-sql.conf
passdb = sql /etc/dovecot/dovecot-sql.conf
user = root
}
auth system {
mechanisms = plain
userdb = passwd
passdb = pam imap
user = root
}
MySQL
2005 May 10
0
Standard dirs
Hi,
thank to developers for such a flexible imap server. Is solves succesfully my
needs to have a single passwd file for clients accessing both imap/imaps and
pop3/pop3s protocols (on a diskless mail/web server with NFS maildirs and NFS
indexes!).
My question:
With 1.0-test68 I have to set login_dir=/var/run/dovecot-login (just a dir not
under /var/run/dovecot) instead of
2007 Aug 19
1
Dovecot on different server than MTA
Hi,
I'm setting up our new mail system using dovecot as mailbox server. As
our goal is to have many many small redundant (virtual) servers as
components, for example a mailhub (just relaying mail) and a frontend
smtp server (just accepting or denying mail in the first place and
then forwarding it to the mailhub), etc. I want to run Dovecot on a
different server than the main MTAs. The mailbox
2005 Feb 07
0
[ANNOUNCE] iproute2 - 2.6.10-050207
Update to iproute2 utilities, mostly bug fixes. Only new functionality is
integration of the ability to derive netem distribution table from experimental
data; simple port from NISTnet.
Download from http://developer.osdl.org/dev/iproute2/download/iproute2-050207.tar.gz
[Mads Martin Joergensen]
Don''t mix address families when flushing
[Jean-Marc Ranger]
Need to call getline() with
2009 Jan 03
2
Permission to distribute Dovecot run file
I am working on updating the Shupp toaster, http://shupp.org/toaster/
a set of files and instructions for installing qmail, vpopmail,
qmailadmin and squirrelmail. Two of my most important goals are
switching the imap program from courier to Dovecot, and closer
integration with OpenSuSE. (Which I run my mail servers on.)
To follow the style of the toaster I need a place where I can obtain the
2011 Feb 25
1
The problems with rsync continues. (code 255)
Hi there:
As I posted a few days ago I have problems rsyncing two machines. I will add more logs to this e-mail hoping someone could help me.
I'm doing a daily backup calling a shell script from cron as root.
This is the log of the shell script:
------------------------------------- 8< ----------------------- 8< --------------------
[Fri Feb 25 05:21:05 CET 2011] /usr/bin/rsync -az
2008 Apr 24
4
bug in file.path?
Se ha borrado un texto insertado con un juego de caracteres sin especificar...
Nombre: no disponible
Url: https://stat.ethz.ch/pipermail/r-help/attachments/20080424/2226f24e/attachment.pl
2009 Aug 11
2
I don't get --link-dest, at all
Hourly I have an rsync job backup /home to /home/backup. I have 24
directories (one for each hour):
home.0
...
home.23
Here is the script I am running via cron:
#! /usr/local/bin/bash
dest=`date +%k | sed 's/ //g'`
linkdir=`date -v-1H +%k | sed 's/ //g'`
chflags -R noschg /home/backup
rm -rf /home/backup/home.$dest
rsync -ahHP --numeric-ids --delete --stats --link-dest=../
2006 Jul 18
2
Masking INBOX.INBOX
I am using dovecot and trying to make it compatible with my a BincIMAP
installation. BincIMAP uses a scheme similar to Courier-IMAP, so I set
up this default_mail_env:
default_mail_env = maildir:~/Maildir
And this namespace:
namespace private {
separator = .
prefix = INBOX.
inbox = yes
}
Which mostly works as expected, but I now see an "INBOX" subfolder of
"INBOX" in
2003 Sep 02
2
dovecot, vpopmail and djb's tcpserver
Hello!
I've tried to set up dovecot in conjuction with vpopmail, and running it
under djb's tcpserver instead of (x)inetd.
Btw - there was no reference to setting dovecot up using (x)inetd either in
the manuals/faqs i read, though I didn't search all that hard. Anyway, back
to my Q:
vpopmail uses vchkpw as an authentication mechanism, and with tcpserver I
can do relaycontrol (based
2004 Jun 18
2
LDAP Bind
hi all
2 Questions :
- how not using the authentication bind feature of ldap server ?
i rewrite checkpassword-ldap recently to use in bincimap server, and it
take 3 lines to do this, so i don't understand how you don't use it.
it is more powerful and more secure than retrieve pasword from the base
and use crypto api to compare it.
- is the dovecot server support the IMAPdir feature like
2008 Aug 07
0
Fwd: Re: sasl parameters missing (in postfix)
In response to my request for postfix to support dovecot auth arguments I got
the forwarded reply.
If someone gets around to this before me I won't be offended.
------------
Story is I deployed a webmail with certificate based authentication that
substitutes a global master password
(http://wiki.dovecot.org/Authentication/MasterUsers) when the certificate
matches. The webmail accesses
2007 Jul 11
2
dovecot-dspam plugin & virtual users
Hi list, hi Johannes,
I'm trying to use the dovecot-dspam plugin (
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration )
with vpopmail's virtual users.
All seems well, except for the fact that dspam should be called with
'--user currentuser at currentdomain.com' at line 157 here:
http://johannes.sipsolutions.net/Projects/dovecot-dspam-integration/beta7-code
For my