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 ran into an unusual problem. I had to change all the IP's at work when I installed openvpn-as so that the IP's wouldn't conflict with home users. After the server rebooted, it no longer accepted smtp connections from outside itself.
Here's some of the checking I've done:
netstat -nl | grep 25
This has been asked and answered hundreds of times, but I can't understand the syntax of awk's NR==FNR trick for merging files and printing the correct columns.
Here's my File 1
Code:
1 rs8179466 224176 A ADD 1037 1.066 0.1421 0.8065 1.408 0.
I yum installed dovecot, then started the server.
I am trying to setup dovecot from this tutorial: http://library.linode.com/email/post...tu-10.04-lucid
When I use Webmin to start dovecot I keep getting this error.
I just followed this tutorial to set up a postfix mailserver with dovecot and mysql as backend for virtual users.
Now I got the most parts working, I can connect to pop3 pop3s imap and imaps.
Using
echo TEST-MAIL | mail myaccount@hotmail.com
works fine, when I log into my hotmail account it shows the email.
Hi all, We've got this application that requires telnet to run. we want to block all incoming requests but allow telnet to be accessible by one user on one port.how to do this? can it be done with a firewall setting?Thanks in advance,
I'm trying to set up postfix and dovecot serving a couple of virtual domains and users. The incoming emails are coming in fine to the virtual domains' mailboxes, so I'm pretty sure the postfix smtp side of things is fine. I can open the mails on the server with mutt.
Having trouble with the authentication for remote users. eg trying to set up Thunderbird accounts.