PDA

View Full Version : Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04


superman
22nd October 2008, 23:10
Hi there

I am following the following howto Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.04 LTS

And after page tow I tried to telnet to localhost pop3 and it faild.

Then tried to telnet localhost 25 alos failed with this error
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused

The I checked the syslog and got this error
postfix/master[13281]: fatal: fifo_listen: remove public/pickup: Permission denied

I removed postfix and reinstall and still the same issue .

Please could you tell me where I am going wrong and how I can fix it?

many thanks
Superman

marchost
23rd October 2008, 09:11
I did the tutorial 2-3 times without problems...

Seems like a privilege issue you have...

Did you run everything under root?

Try this :

chmod o= /etc/postfix/mysql-virtual_*.cf
chgrp postfix /etc/postfix/mysql-virtual_*.cf

marchost
23rd October 2008, 09:13
Maybe also this :

chmod o= /etc/postfix/smtpd.key

superman
23rd October 2008, 10:19
Hi Guys.

Not sure what I did wrong, but thanks for the replies.

I reinstalled the server from the start and all is working fine now.

Thanks
Superman