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 thay đổi port của pop3/smtp  XML
  [Question]   thay đổi port của pop3/smtp 12/01/2010 14:34:31 (+0700) | #1 | 203015
thanhtamntp
Member

[Minus]    0    [Plus]
Joined: 08/12/2008 10:50:06
Messages: 247
Offline
[Profile] [PM]
nếu mình muốn thay đổi port không dùng port mặc định của pop3/smtp là 110/25 thì phải chỉnh sửa như thế nào.
pop3 dùng dovecot, smtp dùng exim.
tks.
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 12/01/2010 18:57:30 (+0700) | #2 | 203035
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Bạn đọc kỹ tài liệu của chúng chưa vậy?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 12/01/2010 19:24:10 (+0700) | #3 | 203038
C0pyl3ft
Locked

[Minus]    0    [Plus]
Joined: 10/01/2010 23:36:27
Messages: 83
Offline
[Profile] [PM]

thanhtamntp wrote:
nếu mình muốn thay đổi port không dùng port mặc định của pop3/smtp là 110/25 thì phải chỉnh sửa như thế nào.
pop3 dùng dovecot, smtp dùng exim.
tks. 

Đối với exim thì bạn tìm '/etc/exim.conf', sau đó thay đổi port tại đây:
Code:
daemon_smtp_ports = 25 : 26
acl_smtp_rcpt = check_recipient
acl_smtp_data = check_message

sau đó restart lại smilie

Còn với dovecot thì bạn tìm '/etc/dovecot/dovecot.conf', mà thay đổi, và cũng restart lại smilie

Thân,
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 12/01/2010 19:37:42 (+0700) | #4 | 203040
Dpm
Member

[Minus]    0    [Plus]
Joined: 06/04/2009 01:43:30
Messages: 85
Offline
[Profile] [PM]
Thế không phải thay đổi cho inetd biết ah.tớ tưởng phải thay đổi cấu hình cho cả tcp-server nữa, file /etc/services.vì tcp nó phân chia ứng dụng theo port mà.
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 13/01/2010 07:42:15 (+0700) | #5 | 203063
thanhtamntp
Member

[Minus]    0    [Plus]
Joined: 08/12/2008 10:50:06
Messages: 247
Offline
[Profile] [PM]
bác quanta toàn châm biếm người khác hoài ah smilie
1. đây là link exim
http://www.exim.org/exim-html-current/doc/html/spec_html/ch13.html
đây là 1 số hướng dẫn, nói chung là như nhau

1.To change the listening port of Exim use: daemon_smtp_port = 1234

2.daemon_smtp_port = smtp-backdoor
then in my /etc/services input
smtp-backdoor <portnumber>/tcp

3.I have just added this line
"daemon_smtp_port = 25 : 125"
to my exim 4.40 installation.

Restarted the service and everything seems to be OK
 

ở cái thứ 3 25 :125 nghĩ là dùng đồng thới 2 port ? còn 1234 nghĩa là chỉ dùng port 1234 ?

2. dovecot thấy cái này

protocol imap {
listen = *:10143
..
}
protocol pop3 {
listen = *:10100
..
}
 


tks mọi người.
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 13/01/2010 08:55:24 (+0700) | #6 | 203073
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
Sao lại gọi là châm biếm nhỉ? Cái post vừa xong có chứng minh là bạn chưa đọc tài liệu mà đã hỏi rồi không nhỉ?

thanhtamntp wrote:

1. đây là link exim
http://www.exim.org/exim-html-current/doc/html/spec_html/ch13.html
đây là 1 số hướng dẫn, nói chung là như nhau

1.To change the listening port of Exim use: daemon_smtp_port = 1234

2.daemon_smtp_port = smtp-backdoor
then in my /etc/services input
smtp-backdoor <portnumber>/tcp

3.I have just added this line
"daemon_smtp_port = 25 : 125"
to my exim 4.40 installation.

Restarted the service and everything seems to be OK
 

ở cái thứ 3 25 :125 nghĩ là dùng đồng thới 2 port ? còn 1234 nghĩa là chỉ dùng port 1234 ?
 

Đọc kỹ thêm chút nữa xem.
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 13/01/2010 12:32:39 (+0700) | #7 | 203091
thanhtamntp
Member

[Minus]    0    [Plus]
Joined: 08/12/2008 10:50:06
Messages: 247
Offline
[Profile] [PM]
em đọc trong dovecot nó có đoạn

If you want to specify ports for each service, you will need to configure these settings inside the protocol imap/pop3 { ... } section, so you can specify different ports for IMAP/POP3. For example:
protocol imap {
listen = *:10143
..
}
protocol pop3 {
listen = *:10100
..
}
 

thử thì nó có lỗi

[root@vn config]# /etc/init.d/dovecot restart
Stopping Dovecot Imap: [ OK ]
Starting Dovecot Imap: Error: bind(0.0.0.0, 2324) failed: Permission denied
Fatal: listen(2324) failed: Permission denied
 


exim thì em đang cài, nhưng chưa thấy tài liệu.
anh có tài liệu hay link nào hay send em đọc trước smilie
thanks.
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 13/01/2010 12:50:12 (+0700) | #8 | 203093
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]

thanhtamntp wrote:
em đọc trong dovecot nó có đoạn

If you want to specify ports for each service, you will need to configure these settings inside the protocol imap/pop3 { ... } section, so you can specify different ports for IMAP/POP3. For example:
protocol imap {
listen = *:10143
..
}
protocol pop3 {
listen = *:10100
..
}
 

thử thì nó có lỗi

[root@vn config]# /etc/init.d/dovecot restart
Stopping Dovecot Imap: [ OK ]
Starting Dovecot Imap: Error: bind(0.0.0.0, 2324) failed: Permission denied
Fatal: listen(2324) failed: Permission denied
 

 

Bạn kiểm tra lại SELinux và /etc/services xem.

thanhtamntp wrote:

exim thì em đang cài, nhưng chưa thấy tài liệu.
anh có tài liệu hay link nào hay send em đọc trước smilie
 

Trên exim.org không có à bạn?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 13/01/2010 13:28:43 (+0700) | #9 | 203099
thanhtamntp
Member

[Minus]    0    [Plus]
Joined: 08/12/2008 10:50:06
Messages: 247
Offline
[Profile] [PM]
1. selinux đã thử disable, /etc/services thì đổi port của pop3 ?
2. trên exim chỉ là hướng dẫn install từ binary or scrips.
[Up] [Print Copy]
  [Question]   thay đổi port của pop3/smtp 27/03/2012 08:41:42 (+0700) | #10 | 259941
xhoc
Member

[Minus]    0    [Plus]
Joined: 14/03/2012 01:54:50
Messages: 30
Offline
[Profile] [PM]
cho em hỏi chút sao trong phần /etc/dovecot.conf của sever của em, em không thấy phân config để thay đổi cổng của dịch vụ. chỉ thấy mỗi của exim smilie
[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|