CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 5 - Application & Software Support
  postfix 2.3.3 bind 127.0.0.1 port 10026: Permission denied

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  Goldbarry
      Goldbarry
postfix 2.3.3 bind 127.0.0.1 port 10026: Permission denied
#1
Jr Board Member
Joined: 2007/1/8
From
Posts: 43
Hi There,


I'm trying to install postfix server with the parameter below under master.cf

localhost:10026 inet n - n - 20 smtpd

every time when i do it error message comes up

bind 127.0.0.1 port 10026: Permission denied


I have defined
inet_interfaces = all

But sill no luck.


What are the permissions should be used by postfix and there?

The /etc/postfix owned by root as it should be.


Any help highly appreciated.

Thank you in advanced.
Posted on: 2007/9/6 16:24
Create PDF from Post Print
Top
  •  mr_manny
      mr_manny
Re: postfix 2.3.3 bind 127.0.0.1 port 10026: Permission denied
#2
Regular Board Member
Joined: 2005/9/18
From San Pancho, CA
Posts: 84
I see root:root on my box...

[me@myBOX etc]$ ll | grep post
drwxr-xr-x 3 root root 4096 Aug 3 13:08 postfix

[me@myBOX etc]$ cd postfix/
[me@myBOX postfix]$ ll
total 236
-rw-r--r-- 1 root root 17832 Jan 21 2007 access
-rw-r--r-- 1 root root 46 Jul 25 08:08 aliases
-rw-r--r-- 1 root root 12288 Jul 26 09:50 aliases.db
-rw-r--r-- 1 root root 3550 Jan 21 2007 bounce.cf.default
-rw-r--r-- 1 root root 11175 Jan 21 2007 canonical
-rw-r--r-- 1 root root 16838 Jan 21 2007 header_checks
-rw-r--r-- 1 root root 11942 Jan 21 2007 LICENSE
-rw-r--r-- 1 root root 1498 Jul 31 12:52 main.cf
-rw-r--r-- 1 root root 17981 Jan 21 2007 main.cf.default
-rw-r--r-- 1 root root 1539 Jul 31 11:17 main.cfOLD
-rw-r--r-- 1 root root 958 Jan 21 2007 makedefs.out
drwxr-xr-x 2 root root 4096 Sep 5 07:22 maps
-rw-r--r-- 1 root root 4137 Jan 21 2007 master.cf
-rw-r--r-- 1 root root 17639 Jan 21 2007 postfix-files
-rwxr-xr-x 1 root root 6366 Jan 21 2007 postfix-script
-rwxr-xr-x 1 root root 22564 Jan 21 2007 post-install
-rw-r--r-- 1 root root 16 Jul 26 10:13 relay_domains
-rw-r--r-- 1 root root 12288 Jul 26 10:15 relay_domains.db
-rw-r--r-- 1 root root 6805 Jan 21 2007 relocated
-rw-r--r-- 1 root root 1629 Jan 21 2007 TLS_LICENSE
-rw-r--r-- 1 root root 34 Jul 26 10:19 transport
-rw-r--r-- 1 root root 12288 Jul 27 06:55 transport.db
-rw-r--r-- 1 root root 11984 Jan 21 2007 virtual
-rw-r--r-- 1 root root 12288 Aug 3 13:07 virtual.db
Posted on: 2007/9/6 17:26
Create PDF from Post Print
Top
  •  Goldbarry
      Goldbarry
Re: postfix 2.3.3 bind 127.0.0.1 port 10026: Permission denied
#3
Jr Board Member
Joined: 2007/1/8
From
Posts: 43
Hi ,


Thank you for your reply,


Below is my ls -las on postfix folder


drwxr-xr-x 2 root root 4096 Sep 6 08:16 .
8 drwxr-xr-x 70 root root 4096 Sep 6 08:19 ..
24 -rw-r--r-- 1 root root 17832 Jan 21 2007 access
8 -rw-r--r-- 1 root root 3550 Jan 21 2007 bounce.cf.default
16 -rw-r--r-- 1 root root 11175 Jan 21 2007 canonical
16 -rw-r--r-- 1 root root 9920 Jan 21 2007 generic
24 -rw-r--r-- 1 root root 16838 Jan 21 2007 header_checks
16 -rw-r--r-- 1 root root 11942 Jan 21 2007 LICENSE
32 -rw-r--r-- 1 root root 27030 Sep 6 07:03 main.cf
32 -rw-r--r-- 1 root root 26737 Sep 4 10:19 main.cf_def
24 -rw-r--r-- 1 root root 17981 Jan 21 2007 main.cf.default
32 -rw-r--r-- 1 root root 26242 Sep 5 12:06 main.cf.rpmsave
8 -rw-r--r-- 1 root root 958 Jan 21 2007 makedefs.out
12 -rw-r--r-- 1 root root 4531 Sep 6 08:16 master.cf
12 -rw-r--r-- 1 root root 6937 Sep 5 12:07 master.cf_01
12 -rw-r--r-- 1 root root 4137 Sep 4 10:21 master.cf_def
12 -rw-r--r-- 1 root root 4165 Sep 5 12:18 master.cf.rpmsave
24 -rw-r--r-- 1 root root 17639 Jan 21 2007 postfix-files
12 -rwxr-xr-x 1 root root 6366 Jan 21 2007 postfix-script
28 -rwxr-xr-x 1 root root 22564 Jan 21 2007 post-install
12 -rw-r--r-- 1 root root 6805 Jan 21 2007 relocated
8 -rw-r--r-- 1 root root 1629 Jan 21 2007 TLS_LICENSE
16 -rw-r--r-- 1 root root 12081 Jan 21 2007 transport
16 -rw-r--r-- 1 root root 12081 Sep 5 11:44 transport_listQuote:

mr_manny wrote:
I see root:root on my box...

[me@myBOX etc]$ ll | grep post
drwxr-xr-x 3 root root 4096 Aug 3 13:08 postfix

[me@myBOX etc]$ cd postfix/
[me@myBOX postfix]$ ll
total 236
-rw-r--r-- 1 root root 17832 Jan 21 2007 access
-rw-r--r-- 1 root root 46 Jul 25 08:08 aliases
-rw-r--r-- 1 root root 12288 Jul 26 09:50 aliases.db
-rw-r--r-- 1 root root 3550 Jan 21 2007 bounce.cf.default
-rw-r--r-- 1 root root 11175 Jan 21 2007 canonical
-rw-r--r-- 1 root root 16838 Jan 21 2007 header_checks
-rw-r--r-- 1 root root 11942 Jan 21 2007 LICENSE
-rw-r--r-- 1 root root 1498 Jul 31 12:52 main.cf
-rw-r--r-- 1 root root 17981 Jan 21 2007 main.cf.default
-rw-r--r-- 1 root root 1539 Jul 31 11:17 main.cfOLD
-rw-r--r-- 1 root root 958 Jan 21 2007 makedefs.out
drwxr-xr-x 2 root root 4096 Sep 5 07:22 maps
-rw-r--r-- 1 root root 4137 Jan 21 2007 master.cf
-rw-r--r-- 1 root root 17639 Jan 21 2007 postfix-files
-rwxr-xr-x 1 root root 6366 Jan 21 2007 postfix-script
-rwxr-xr-x 1 root root 22564 Jan 21 2007 post-install
-rw-r--r-- 1 root root 16 Jul 26 10:13 relay_domains
-rw-r--r-- 1 root root 12288 Jul 26 10:15 relay_domains.db
-rw-r--r-- 1 root root 6805 Jan 21 2007 relocated
-rw-r--r-- 1 root root 1629 Jan 21 2007 TLS_LICENSE
-rw-r--r-- 1 root root 34 Jul 26 10:19 transport
-rw-r--r-- 1 root root 12288 Jul 27 06:55 transport.db
-rw-r--r-- 1 root root 11984 Jan 21 2007 virtual
-rw-r--r-- 1 root root 12288 Aug 3 13:07 virtual.db
Posted on: 2007/9/6 18:06
Create PDF from Post Print
Top
  •  Goldbarry
      Goldbarry
Re: postfix 2.3.3 bind 127.0.0.1 port 10026: Permission denied
#4
Jr Board Member
Joined: 2007/1/8
From
Posts: 43
Hi There,


I managed to resolve the issue.


well done for myself yaha
Posted on: 2007/9/7 13:31
Create PDF from Post Print
Top
  •  cwardnet
      cwardnet
Re: postfix 2.3.3 bind 127.0.0.1 port 10026: Permission denied
#5
Newbie
Joined: 2007/9/19
From
Posts: 1
I am having the same problem. I can't find anything else talking on port 10026. My file permissions are all set to root exactly as described above.

Care to share how you fixed it?
Posted on: 2007/9/19 18:14
Create PDF from Post Print
Top
  •  keyanooty
      keyanooty
Re: postfix 2.3.3 bind 127.0.0.1 port 10026: Permission denied
#6
Newbie
Joined: 2009/11/5
From
Posts: 1
Check ur selinux part
Posted on: 2009/11/5 6:11
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com