similar to: Mystery of email authentication

Displaying 20 results from an estimated 3000 matches similar to: "Mystery of email authentication"

2006 Jun 13
1
Server CommonName mismatch: localhost.localdomain
Hello, I have seen via google that this very problem was already discussed on this and other lists some months ago, but the archives report no solution. I have dovecot 1.0-0_12.beta8 on Centos 4.3. IMAP works just fine: I can read email from both Squirrelmail via web and Kmail. Now I have created an ssl certificate and I'm trying to use it via pop3. When I launch fetchmail I get the error
2006 Jun 13
1
SSL: Server CommonName mismatch: localhost.localdomain
Greetings, I have seen via google that this very problem was already discussed on several lists some months ago, but the archives report no solution. I have a remote server with dovecot 1.0-0_12.beta8 on Centos 4.3. IMAP works just fine: I can read email from both Squirrelmail via web and Kmail. Now I have created an ssl certificate on the server, and I'm trying to retrieve email via pop3s
2012 Jan 28
1
Turn off fetchmail warning?
Is there any way of turning off the fetchmail warning ---------------------------------- fetchmail: Warning: the connection is insecure, continuing anyways. (Better use --sslcertck!) ---------------------------------- which I get when fetching imap mail from my college department? I know they should get a root certificate, but I'm told they are looking into it, but that could take forever.
2006 Jun 13
1
SSL fingerpring mismatch and issuer certificate problem
I have a remote server running centos 4.3 and a home desktop running suse 10.1. I have generated an SSL certificate on the server, copied it on the desktop and run on the desktop: >openssl x509 -in mynewcertCert.pem -fingerprint -subject -issuer -serial -hash -noout >c_rehash . getting this warning: > > Doing . > WARNING: mynewcertPrivateKey.pem does not contain a certificate or
2004 Dec 07
3
Problem with dovecot on home LAN
At present I get email directly on my laptop in /var/spool/mail/* through uucp. I'd like to get the email in the same directory on my desktop (alfred), and then run a mail server on the destop and collect the email on my laptop (william) (or on other computers on my two little home LANs, ethernet and WiFi). I was advised that dovecot was a good imap server for this purpose (I tried
2020 Feb 13
2
Monitor email for office365.com with fetchmail
I am trying to use fetchmail to monitor box in office365.com. Its not working. Is there a "better" way to monitor and inbox ? I have verified all the ports are open, using 993, using ssl, using sslproto SSL3 etc.. Anyone done this ? Got it working. I basically have: machine outlook.office365.com login myuser at mydomain password mypassword fetchmail --ssl --sslproto SSL3 --smtpname
2005 Dec 10
2
OpenSSL tools are not installed
Hi, I just had some issues with unvalidated certificates after the update of the mail/fetchmail port. The solution was to add the missing certificates manually, but that involved running the c_rehash script, that currently isn't installed. Of course, I could run it directly from src/crypto/openssl/tools/, but that isn't an option for users that don't have the source installed. So,
2012 Mar 09
0
Fetchmail warning
I fetchmail on my CentOS-6.2 from 4 servers. One always gives the warning ----------------------------- [tim at grover cron.d]$ fetchmail -a go.tcd.ie fetchmail: Error exchanging credentials 6 messages for tmurphy at go.tcd.ie. reading message tmurphy at go.tcd.ie:1 of 6 (2978 header octets) (2639 body octets) flushed ... ----------------------------- The messages seem to come over OK, so it
2013 Aug 01
2
Libvirt not getting connected to ESX server
Hi, I was trying to connect to ESX server using libvirt's virsh console but I am getting the following error: *virsh# connect esx://172.16.73.14* *Enter username for 172.16.73.14 [root]: root* *Enter root's password for 172.16.73.14:* *error: Failed to connect to the hypervisor* *error: internal error curl_easy_perform() returned an error: Peer certificate cannot be authenticated with
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
2004 May 27
3
Samba Ldap tls/ssl problem
Hi! I know this should be asked to the Openldap mailing list but: I?m trying to set up a Samba/ldap environment were the Samba server is separated from the ldap server. Everything seams to work on the ldap server and when I do a ldapsearch like this: ldapsearch -H ldap://l1.dbb.su.se/ -b dc=dbb,dc=su,dc=se ?x Everything works on both. But when I do: ldapsearch -H ldaps://l1.dbb.su.se/ -b
2004 May 11
1
Fedora and Samba
Hi. I am trying to get Samba 3.0.4, from tarball, working with Fedora Core 1. The problem is that I can't get LDAP authentication with either ssl or start_tls support. I tried compiling ldap on a plain install of fedora. I also tried compiling it after installing openssl-0.9.7d and openldap 2.2.11 clients and libraries from tarball. My ldap configuration of samba is as follows:
2010 Jan 12
3
IDLE timing issue - dovecot or fetchmail issue?
Hi guys, Thanks for the great product. We've used dovecot for ages as our internal mail server and it works great! I've recently started using fetchmail 6.3.9 (with IDLE enabled) to download mail from our ISP (Pair networks). The ISP is running Dovecot 1.1.16. I am unable to get the info about the dovecot config at this time. The IDLE support in fetchmail allows us to deliver
2011 Jan 13
1
SSL certificate verification with OpenSSL in NUT trunk
Hi all, After client's certificate verifications discussion in the mailing-list, I have done some tests with nut trunk and - if my config is not too bad - I think ther is a bug with server certificate verification. With a clean trunk checkout, compile and installation; and with the following config : upsmon.conf: CERTPATH /usr/local/ups/etc/cert/ CERTVERIFY 1 FORCESSL 1 Upsd.conf: CERTFILE
2007 Mar 25
4
Cannot execute /usr/bin/fetchmail
Hello everyone, I'm setting up a fetchmail command to run every five minutes so I can get email from another POP3 account. The fetchmail package was installed via yum. I can execute the command manually on the command line. But I'm having trouble when it's run from cron. I have noticed that commands run via cron and execute via /bin/sh, so I tried to run the fetchmail command
2009 May 28
2
Does a plugin can have root privileges ?
Hello, I wish to get "Fetchmail Wake" works in my environment. This plugin send SIGUSR1 to fetchmail so it wakes up when mail client grabs mail. For the moment "Fetchmail Wake" is executed by mail_uid (defined in dovecot.conf) which is not enough to send signal to fetchmail daemon (and access to fetchmail.pidfile). Thank you!
2011 Aug 28
1
Dovecot service needs a second restart after boot - euid is not dir owner
After reboot dovecot service need a restart. dovecot service starts as S99dovecot with only S99rc-local coming up. After boot following error is filled up in dovecot.log Aug 28 11:33:12 imap(vuser): Error: open(/home/fetchmail/mailroot/map/dovecot.index.log) failed: Permission denied (euid=500(vuser) egid=500(vuser) missing +r perm: /home/fetchmail/mailroot/map/dovecot.index.log, euid is not dir
2014 Dec 29
2
Fetchmail multiple instances increasing load average
Hi, I?m running centos 5.7 with sendmail-8.13.8-8.1.el5_7, fetchmail-6.3.6-4.el5 and procmail-3.22-17.1.el5.centos. My server is having around 2000 mailboxes and this server used to fetch mails for all these users using fetchmail from the other MX server. I?ve configured the below cron job using webmin for downloading these mail 5,10,15,20,25,30,35,40,45,50,55 * * * *
2009 Apr 29
3
How do I get my mail from fetchmail into dovecot
> Message: 3 > Date: Wed, 29 Apr 2009 16:53:49 +0300 > From: Odhiambo ????? <odhiambo at gmail.com> > Subject: Re: [Dovecot] How do I get my mail from fetchmail into > dovecot? > To: Dovecot Mailing List <dovecot at dovecot.org> > Message-ID: > <991123400904290653g205c603m2e4b511486a69b52 at mail.gmail.com> > Content-Type: text/plain;
2001 Jul 08
1
Changes 2.5.2p2 -> 2.9p2
Hi, Appologies for a possibly inexact bug report but I've noticed a change in behaviour from openssh version 2.5.2p2 to 2.9p2. One of my many uses for openssh is setting up a secure tunnel from my home machine to an external mail server and using fetchmail over said tunnel. When done in this manner fetchmail actually starts up openssh. When I moved from 2.5.2p2 -> 2.9p2 (both compiled