Austin Einter:
> > Used netstat -tap and the output is
> > tcp0 0 *:9876 *:*
> > LISTEN 9306/mysqld
That is port 9876. What TCP port did you configure POSTFIX connect to?
Wietse
Looks resolved, need to verify though...
port= line not required
hosts=127.0.0.1:9876 , this is what working looks...
Any idea whats the difference between these 2 config styles.
If I want to send a test mail from terminal.., how can I do that ..., any
simple command or link to follow pls share
Seems you're using non-standard port for mysql (9306).
If I'm not wrong, mysql use port 3306...
$ cat /etc/services|grep 3306
mysql 3306/tcp
mysql 3306/udp
> Hi Paul
> Thanks.
>
> Used netstat -tap and the output is
> tcp0 0 *:9876 *:*
> LISTEN
Hi Paul
Thanks.
Used netstat -tap and the output is
tcp0 0 *:9876 *:*
LISTEN 9306/mysqld
>From ps -ef | grep mysql
mysql 9306 1 0 03:22 ?00:00:00 /usr/sbin/mysqld
More over, same mysql server I am using for web server purpose, and my site
is up
On Mon, Oct 20, 2014 at 12:38:25PM +0530, Austin Einter wrote:
> The final error I am getting when I start postfix is as below
>
> postfix/cleanup[8682]: warning: connect to mysql server 127.0.0.1: Can't
> connect to MySQL server on '127.0.0.1' (111)
>
> So it looks as a permission issue.
I woul
The final error I am getting when I start postfix is as below
postfix/cleanup[8682]: warning: connect to mysql server 127.0.0.1: Can't
connect to MySQL server on '127.0.0.1' (111)
So it looks as a permission issue.
I hope, postfix uses DB user/password given in alias-maps (in my case
/etc/postf
On 10/19/2014 12:41 PM, Austin Einter wrote:
> I have referred all the steps from
> https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassasin
>
> Thanks
> kamal
>
> On Sun, Oct 19, 2014 at 11:10 PM, Austin Einter
> mailto:austin.ein
I have referred all the steps from
https://www.digitalocean.com/community/tutorials/how-to-configure-a-mail-server-using-postfix-dovecot-mysql-and-spamassasin
Thanks
kamal
On Sun, Oct 19, 2014 at 11:10 PM, Austin Einter
wrote:
> Dear All
> I am trying to setup postfix/dovecot in an Ubuntu 12.04