I setup Postfix and Dovecot on a new Ubuntu box following these directions.
From a client machine, I validate that POP3 seems to be working
telnet mydomain.com 110
+OK Dovecot ready.
USER me@mydomain.com
+OK
PASS mypassword
+OK Logged in.
quit
+OK Logging out.
However, when trying to configure Gmail on the same client to retrieve email via POP3, I get the error
Server denied POP3 access for t
I run a Ubuntu 10.04 VPS with Postfix and Dovecot installed. For a while I had problems with the mailserver itself (Postfix) but now it runs ok. I can telnet into it from localhost (telnet localhost 25 while logged in) and Im blocked if I try to do it from the outside (telnet mail.example.org 25).
I have an, apparently frequently occurring but unsolved, issue with gmail when retrieving mail from external pop mail boxes via gmail.
sorry ,my english is poor...
ubuntu 12.04 server 64-bit
dovecot 2.0.19
posftix 2.9.3
#ls /etc/dovecot/
conf.d dovecot.conf dovecot-db.conf.ext dovecot-dict-sql.conf.ext dovecot-ldap.conf.ext dovecot-sql.conf.ext README
#dovecot -n
# 2.0.19: /etc/dovecot/dovecot.conf
# OS: Linux 3.2.0-29-generic x86_64 Ubuntu 12.04.1 LTS
auth_mechanisms = plain login
disable_plaintext_auth = no
mail_gid
well, I got dovecot working in a basic configuration... however, the wikis could only get me so far with the SSL connection. I have certs that I bought from RapidSSL and converted to a .pem so that dovecot could use them. However, here's the error that my logs picked up when trying to connect. I know there was a pass phrase on the cert when it was made, but how can I still use them...
While studying "Learning the Shell"
As I try terminal entries, I GET 'Permission Denied". Then
I try "su" to become the root user. When I use the password
that I entered as I installed Ubuntu 11.04, I get Authentication
failure.
I am use CentOS 5.5, mysql 5.1, php 5.3, phpmyadmin 3.4.5,
I have set my mysql password with
>mysql update mysql.user Password="mypassword" where User="root"
And in phpmyadmin/libraries/config.default.php
Do:
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'mypassword';
Note: the 2 password are same.
I installed postfix and dovecot on Ubuntu 10.04 using pdm-ubuntu-10-04-x86-v1.4.3.
It set up a MySQL database for my domain and user data.
I used it's ./manage to create a user. When I created an account in my outlook express (on my windows computer) It acts like I am putting in a bad password.
What am I missing? I change the root password on a unix machine, then try to log in with that password. PasswordAuthentication is set to yes in sshd_config and the sshd daemon has been restarted.