Re: Postfix Error in Ubuntu 12.04

2014-10-20 Thread Austin Einter
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

Re: Postfix Error in Ubuntu 12.04

2014-10-20 Thread Paul Hoffman
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 wouldn't

Re: Postfix Error in Ubuntu 12.04

2014-10-20 Thread Austin Einter
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

Re: Postfix Error in Ubuntu 12.04

2014-10-20 Thread Koko Wijatmoko
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

Re: Postfix Error in Ubuntu 12.04

2014-10-20 Thread Austin Einter
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

Postfix resolve error

2014-10-20 Thread Austin Einter
Hi All I am getting below error in /var/log/mail.log file. Oct 20 04:57:29 Austin postfix/error[12986]: DD45AC295B: to= r...@mail.mydomain.com, orig_to=root, relay=none, delay=1108, delays=1108/0.01/0/0.01, dsn=4.3.0, status=deferred (address resolver failure) This is what error and how it can

Re: Postfix resolve error

2014-10-20 Thread Austin Einter
I restarted postfix. Then from thunderbird mail client (running in Ubuntu 12.04) trying to connect to an mail account, which is already present. I get below error. Oct 20 05:26:44 Austin postfix/master[14249]: daemon started -- version 2.9.6, configuration /etc/postfix Oct 20 05:27:27 Austin

SpamCop

2014-10-20 Thread Patrik Båt
Hello! It seems like SpamCop has/had some problems, our reject for SpamCop drops yesterday, anyone else that experience the same? https://www.scamwarners.com/forum/viewtopic.php?f=2t=91005 Snip:/ //Hey All,// //Just to let you know Spamcop is down, the captcha function is looping// //which

Re: Postfix resolve error

2014-10-20 Thread Patrik Båt
On 2014-10-20 11:32, Austin Einter wrote: I restarted postfix. Then from thunderbird mail client (running in Ubuntu 12.04) trying to connect to an mail account, which is already present. I get below error. Oct 20 05:26:44 Austin postfix/master[14249]: daemon started -- version 2.9.6,

Re: Postfix Error in Ubuntu 12.04

2014-10-20 Thread Wietse Venema
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

Ubuntu: Postfix Admin, Roundcuble setup at mailserver

2014-10-20 Thread Austin Einter
Hi All I have been able to setup postfix, dovecot and spamassin and looks I am able to send a mail out. Now I am looking for interfaces 1. Postfix admin , means I should be able to add/maanage email accounts of users 2. Roundcuble setup at mailserver - so that I can check the mails online by

Re: Ubuntu: Postfix Admin, Roundcuble setup at mailserver

2014-10-20 Thread Charles Marcus
On 10/20/2014 7:43 AM, Austin Einter austin.ein...@gmail.com wrote: Can somebody guide me how can I setup postfix admin interface and roundcube at my mail server. Follow the directions for those packages, and if you encounter any problems, ask for help on *their* support lists? This is a list

Re: SpamCop

2014-10-20 Thread Patrik Båt
On 2014-10-20 11:43, Patrik Båt wrote: Hello! It seems like SpamCop has/had some problems, our reject for SpamCop drops yesterday, anyone else that experience the same? https://www.scamwarners.com/forum/viewtopic.php?f=2t=91005 Snip:/ //Hey All,// //Just to let you know Spamcop is down,

Re: SpamCop

2014-10-20 Thread Wietse Venema
Patrik B?t: It seems like SpamCop has/had some problems, our reject for SpamCop drops yesterday, anyone else that experience the same? https://www.scamwarners.com/forum/viewtopic.php?f=2t=91005 This is the POSTFIX mailing list. Wietse

Re: SpamCop

2014-10-20 Thread Patrik Båt
On 2014-10-20 16:21, Wietse Venema wrote: Patrik B?t: It seems like SpamCop has/had some problems, our reject for SpamCop drops yesterday, anyone else that experience the same? https://www.scamwarners.com/forum/viewtopic.php?f=2t=91005 This is the POSTFIX mailing list. Wietse Yes,

Re: Postfix stable release 2.11.3 and legacy releases 2.10.5, 2.9.11, and 2.8.19

2014-10-20 Thread Larry Stone
On Oct 19, 2014, at 11:12 PM, Viktor Dukhovni postfix-us...@dukhovni.org wrote: $ make -f Makefile.init makefiles \ CCARGS='-arch x86_64 -DUSE_TLS -DUSE_SASL_AUTH \ -DDEF_SERVER_SASL_TYPE=\dovecot\ \ -DDEF_COMMAND_DIR=\/usr/local/sbin\ \ -DDEF_CONFIG_DIR=\/usr/local/etc/postfix\ \

Re: Postfix stable release 2.11.3 and legacy releases 2.10.5, 2.9.11, and 2.8.19

2014-10-20 Thread Viktor Dukhovni
On Mon, Oct 20, 2014 at 10:01:51AM -0500, Larry Stone wrote: You should no longer need to specify -lresolv (though it won't fix this problem), and should never have needed to specify -arch x86_64?. Hmmm, that '-arch x86_64' was in a note you (Viktor) posted on 5/11/14 in the topic Client

Re: Postfix stable release 2.11.3 and legacy releases 2.10.5, 2.9.11, and 2.8.19

2014-10-20 Thread Larry Stone
On Oct 20, 2014, at 10:35 AM, Viktor Dukhovni postfix-us...@dukhovni.org wrote: On Mon, Oct 20, 2014 at 10:01:51AM -0500, Larry Stone wrote: You should no longer need to specify -lresolv (though it won't fix this problem), and should never have needed to specify -arch x86_64?. Hmmm,

Re: Feature backed out (SSL Problem with 2.12-20141013...)

2014-10-20 Thread John Fawcett
On 16/10/14 02:08, Wietse Venema wrote: I have backed out the TLS fall-back feature that is having problems. postfix-2.12-20141015 should be OK. In the mean time, Viktor and I will iron out the wrinkles starting with postfix-2.12-20141015-nonprod. Wietse At the moment the link on the