shutting down postfix Faild!

cupcode

Verified User
Joined
Sep 12, 2014
Messages
43
Location
Iran
Hi, installing DirectAdmin I saw this Message:
Shutting Down postfix Faild
I think this message causes Email sending And reciving Issues!
Because I had this Problem in last DirectAdmin Installation(Same Error and No Email Send and Recieve)
and After that I Saw this message creating libererie Ok But With Yellow Colored OK!
and I have one Request too Please give me A link that gives simple tutorial about Configing DirectAdmin (Optimization an Security)
Thanks
Regards
 
Hello,

Try and remove postfix with yum/rpm if you run a CentOS-like server, with apt-get/aptitude if you run a Debian powered server, for FreeBSD use pkg.

And try this

- Basic system security from DirectAdmin Knowledge Base
http://help.directadmin.com/item.php?id=247

and what about renstall? postfix is not neccessery?
I have 2 big Problem first: I cant Send Or Recieve Email
second : PHPmyAdmin Give me some error s:
A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is 4.4.10, released on 2015-06-22.
what should I do for this?
and :
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here
:
$cfg['Servers'][$i]['pmadb'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ]
General relation features: Disabled

$cfg['Servers'][$i]['table_info'] ... not OK [ Documentation ]
Display Features: Disabled

$cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ... not OK [ Documentation ]
Creation of PDFs: Disabled

$cfg['Servers'][$i]['column_info'] ... not OK [ Documentation ]
Displaying Column Comments: Disabled
Browser transformation: Disabled

$cfg['Servers'][$i]['bookmarktable'] ... not OK [ Documentation ]
Bookmarked SQL query: Disabled

$cfg['Servers'][$i]['history'] ... not OK [ Documentation ]
SQL history: Disabled

$cfg['Servers'][$i]['designer_coords'] ... not OK [ Documentation ]
Designer: Disabled

$cfg['Servers'][$i]['recent'] ... not OK [ Documentation ]
Persistent recently used tables: Disabled

$cfg['Servers'][$i]['table_uiprefs'] ... not OK [ Documentation ]
Persistent tables' UI preferences: Disabled

$cfg['Servers'][$i]['tracking'] ... not OK [ Documentation ]
Tracking: Disabled

$cfg['Servers'][$i]['userconfig'] ... not OK [ Documentation ]
User preferences: Disabled


Quick steps to setup advanced features:

Create the needed tables with the examples/create_tables.sql. Documentation
Create a pma user and give access to these tables. Documentation
Enable advanced features in configuration file (config.inc.php), for example by starting from config.sample.inc.php. Documentation
Re-login to phpMyAdmin to load the updated configuration file.

Please help me with this If my root Information needed swo tell me
thanks
Regards
 
and what about renstall? postfix is not neccessery?

Reinstall what? Directadmin does not use Postfix, so you're quite safe here to completely remove it if you use a default Directadmin installation.

A newer version of phpMyAdmin is available and you should consider upgrading.

Run this as root to upgrade phpMyAdmin.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin yes
./build phpmyadmin

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here

You should either ignore it and/or hide these warnings, or follow the steps from the documentation in order to configure the storage and etc. In any case the documentation has all the information that you might need to complete any of these tasks. There is no need to copy-paste those instructions here.

Those are optional and are not needed for general purposes.
 
Last edited:
Reinstall what? Directadmin does not use Postfix, so you're quite safe here to completely remove it if you use a default Directadmin installation.



Run this as root to upgrade phpMyAdmin.

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin yes
./build phpmyadmin



You should either ignore it and/or hide these warnings, or follow the steps from the documentation in order to configure the storage and etc. In any case the documentation has all the information that you might need to complete any of these tasks. There is no need to copy-paste those instructions here.

Those are optional and are not needed for general purposes.
Oh Now MyphpmyAdmin doesnt Load ! "Problem Loading"!
Could you check my setting and make it correct Please?
 
It seems your VPS provider blocks outgoing connections to 25 port:

Code:
[root@server ~]# telnet gmail-smtp-in.l.google.com 25Trying 74.125.71.26...
telnet: connect to address 74.125.71.26: Connection timed out
Trying 2a00:1450:400c:c02::1b...
telnet: connect to address 2a00:1450:400c:c02::1b: Network is unreachable
[root@server ~]#

It was tested with firewall disabled. So please contact your VPS provider with this issue.
 
It seems your VPS provider blocks outgoing connections to 25 port:

Code:
[root@server ~]# telnet gmail-smtp-in.l.google.com 25Trying 74.125.71.26...
telnet: connect to address 74.125.71.26: Connection timed out
Trying 2a00:1450:400c:c02::1b...
telnet: connect to address 2a00:1450:400c:c02::1b: Network is unreachable
[root@server ~]#

It was tested with firewall disabled. So please contact your VPS provider with this issue.
thank you , I sent This Commands to My VPS Provider....
If they Allow Port 25 then Both Send and Receive Problem will solve?
So could you help to hide the phpmyadmin messages?
The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. To find out why click here.
 
Last edited:
Back
Top