Displaying 20 results from an estimated 2000 matches similar to: "pop3 authentication failure - password mismatch"
2005 Apr 04
1
Running POP3 with two different ports?
Hi everyone!
I need to run Dovecot with two ports (eg 110 and 2110).
Any ideas?
Regards,
Andres
Argentina
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
2008 Aug 23
3
Postfix and Dovecot SASL authentication error
ear All,
I configured Postfix 2.3.3-2 on CentOS 5.2 using SASL Dovecot
authentication put I am facing the problem to receive mails . My postconf -n
result is:
[root at mails ~]# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
2005 Jul 19
3
dovecot pop3s delivers new messages as old (unread) messages ...
I just set up dovecot on fedora core 3 with only pop3s protocol
enabled. On my client machine, I use fetchmail to get the mail and
then go through procmail and eventually ready by mutt.
Everything seems to work fine, except that all new emails are marked
old unread emails (i.e., marked with 'O' flag instead of 'N'). This
is annoying because some open source lists are so large
2005 Feb 02
1
File isn't in mbox format - Couldn't open INBOX
I cannot reproduce this error everytime, but it seems to happen when
Outlook tries to delete the first message (the first message in the
file, message on top) in the /var/mail/user file.
I tried looking through the mailing list but came up blank. Is this a
known problem?
I can fix this problem by editing the file manually and fixing the file.
If I delete the first 2 lines (in the example below)
2019 Apr 25
2
How to use the pass 'Unroll and Jam'
Dear LLVM developers,
Recently I want to try the pass '-loop-unroll-and-jam' to observe how the
IR is transformed, but I don't see the IR changed after doing the following
steps.
Here are the details for preparing my experiment and I have tried the LLVM
6, 7 and 8:
1) Simple 2D array source code (loop.c) is given
```
#define M 32768
#define N 32768
double a[M][N], b[M][N],
2020 Jan 02
3
[RFC] Changing LoopUnrollAndJamPass to a function pass.
<div class="socmaildefaultfont" dir="ltr" style="font-family:Arial, Helvetica, sans-serif;font-size:10pt" ><div dir="ltr" ><font face="AppleSystemUIFont" size="3" >LoopUnrollAndJamPass is currently a loop pass. It is added in a LPM with only itself.</font><br><font face="AppleSystemUIFont"
2005 Feb 18
14
autotoolizing xen?
Hi there!
I was wondering what the general opinion on autotoolizing xen is? I am
volunteering to do so, if there is interest in updating the build system to
use autoconf, automake and/or libtool.
Is one configure script for all of xen enough or do you want to be able to
configure all/some tools separately? I know that Anthony is no fan of
libtool... are there more reservations about some
2001 Sep 10
0
[RHSA-2001:103-04] Updated fetchmail packages available
---------------------------------------------------------------------
Red Hat, Inc. Red Hat Security Advisory
Synopsis: Updated fetchmail packages available
Advisory ID: RHSA-2001:103-04
Issue date: 2001-08-23
Updated on: 2001-09-06
Product: Red Hat Linux
Keywords: fetchmail array index bounds
Cross references:
Obsoletes:
2018 Aug 09
3
Legacy Loop Pass Manager question
Hi,
If we add multiple loop passes to the pass manager in
PassManagerBuilder.cpp consecutively without any func/module pass in
between, I used to think they would belong to the same loop pass manager.
But it does not seem to be the case.
For example for this code snippet
PM.add(createIndVarSimplifyPass()); // Canonicalize indvars
MPM.add(createLoopIdiomPass()); //
2011 Dec 24
1
Mystery of email authentication
I'm trying to setup sendmail/dovecot on a new server running CentOS-6
(well, CentOS-6.2 now).
Everything seems to go well, but when I run fetchmail I get this warning:
------------------------------------
[tim at grover ~]$ fetchmail imap.maths.tcd.ie
fetchmail: Warning: the connection is insecure, continuing anyways. (Better
use --sslcertck!)
------------------------------------
I should
2007 Jun 07
0
CentOS-announce Digest, Vol 28, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Sep 09
0
CentOS-announce Digest, Vol 55, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Feb 01
0
CentOS-announce Digest, Vol 24, Issue 1
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2020 May 26
3
Loop Unroll
Awesome, thanks!
Now I have another question. I have a matrix multiplication code. This is
my code:
#include <stdio.h>
#include <stdlib.h>
#define n 4
int main(int argc, char *argv[]) {
int i, j, k;
int A[n][n], B[n][n], C[n][n];
for(i=0;i<n;i++){
for(j=0;j<n;j++){
A[i][j] = 1;
B[i][j] = 2;
C[i][j] = 0;
}
}
2010 Dec 07
2
mail.err
I keep getting this error, and I have no clue where it comes from. I
have no localhost in my fetchmailrc file, all I have in main.cf is:
mydestination = paulandcilla.homelinux.org, localhost
here is some of the entries in /var/log/mail.err:
Dec 7 16:00:38 paulandcilla fetchmail[16761]: connection to
localhost:smtp [::1/25] failed: Connection refused.
Dec 7 16:00:40 paulandcilla
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
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
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
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