banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql*  XML
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 01/07/2013 07:38:02 (+0700) | #1 | 277016
nhat kiem
Member

[Minus]    0    [Plus]
Joined: 07/02/2009 17:52:14
Messages: 5
Offline
[Profile] [PM]
Em có cài đặt postfix với các dịch vụ mysql,php,httpd


Còn đây là file log




Đây là nội dung trong file mail.conf
Code:
#vi /etc/postfix/main.cf

myhostname = abc.com

mydomain = abc.com

myorigin = $mydomain 

inet_interfaces = all

mydestination = $myhostname, localhost.$mydomain, localhost

mynetworks = 192.168.1.0/24, 127.0.0.0/8 

Thêm vào cuối file các dòng sau

virtual_mailbox_domains = mysql:/etc/postfix/mysql-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-users.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-aliases.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:501
virtual_gid_maps = static:501


Còn nội dung trong file vi /etc/dovecot-mysql.conf
Code:
driver = mysql
connect = host=localhost dbname=postfix user=mail password=123456
default_pass_scheme = PLAIN
password_query = SELECT password FROM mailbox WHERE username = '%u'


Và trong file vi postfixadmin/config.inc.php
Code:
$CONF['configured'] = true;
$CONF['postfix_admin_url'] = '/postfixadmin';
$CONF['database_type'] = 'mysqli';
$CONF['database_host'] = 'localhost';
$CONF['database_user'] = 'mail';
$CONF['database_password'] = '123456'; 
$CONF['database_name'] = 'postfix';
$CONF['encrypt'] = 'cleartext';
$CONF['domain_path'] = 'YES';
$CONF['domain_in_mailbox'] = 'NO';
$CONF['emailcheck_resolve_domain']='NO';


Nhưng khi chạy theo địa chỉ 192.168.1.1/postfixadmin/setup.php thì bị như thế này



[Up] [Print Copy]
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 01/07/2013 12:39:32 (+0700) | #2 | 277027
[Avatar]
Ky0
Moderator

Joined: 16/08/2009 23:09:08
Messages: 532
Offline
[Profile] [PM]
Lỗi thông báo quá rõ ràng rồi còn gì nữa smilie

Bạn đã tạo user mail trên mysql chưa? Đã tạo database postfix hay chưa?

- Ky0 -

PS: Lần sau post bài vui lòng bổ sung thêm là bạn cài đặt theo hướng dẫn ở đâu
UITNetwork.com
Let's Connect
[Up] [Print Copy]
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 01/07/2013 18:23:11 (+0700) | #3 | 277049
nhat kiem
Member

[Minus]    0    [Plus]
Joined: 07/02/2009 17:52:14
Messages: 5
Offline
[Profile] [PM]
tại mình đọc rule ko đc chèn link vào. nếu mod cho phép thì đường dẫn bài viết ở đây
http://congdonglinux.vn/forum/showthread.php?105-C%C3%A0i-%C4%91%E1%BA%B7t-Postfix-Virtual-Users-and-Multiple-Domains

mình cũng đã cài database và user mail rồi

[Up] [Print Copy]
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 01/07/2013 20:06:36 (+0700) | #4 | 277053
[Avatar]
mylove14129
Member

[Minus]    0    [Plus]
Joined: 27/04/2008 19:07:19
Messages: 106
Offline
[Profile] [PM]
Có lệnh show postfix???
[Up] [Print Copy]
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 01/07/2013 20:26:34 (+0700) | #5 | 277055
nhat kiem
Member

[Minus]    0    [Plus]
Joined: 07/02/2009 17:52:14
Messages: 5
Offline
[Profile] [PM]
mình gõ thừa thôi mà. Ở dưới gõ lại rùi đó
[Up] [Print Copy]
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 01/07/2013 21:14:20 (+0700) | #6 | 277057
[Avatar]
mylove14129
Member

[Minus]    0    [Plus]
Joined: 27/04/2008 19:07:19
Messages: 106
Offline
[Profile] [PM]
??? Bồ có database postfix rồi tạo nó không báo lỗi mới lạ
[Up] [Print Copy]
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 01/07/2013 22:03:34 (+0700) | #7 | 277060
nhat kiem
Member

[Minus]    0    [Plus]
Joined: 07/02/2009 17:52:14
Messages: 5
Offline
[Profile] [PM]
mình dùng 2 lệnh đó để cho mọi người thấy là mình đã cài đầy đủ database và user thui mà.
[Up] [Print Copy]
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 02/07/2013 15:44:02 (+0700) | #8 | 277083
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Error: There is no database support in your PHP setup. 

Code:
yum install php-mysql

Làm tương tự cho `php-imap`.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Cần giúp đỡ về postfix lỗi khi cài đặt thêm php* mysql* 02/07/2013 21:04:18 (+0700) | #9 | 277098
nhat kiem
Member

[Minus]    0    [Plus]
Joined: 07/02/2009 17:52:14
Messages: 5
Offline
[Profile] [PM]
thank anh nhiều
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|