Archive

Posts Tagged ‘mail’

Setting Mail Server Redhat 9 (postfix)

29 August 2008 inung 9 comments

Buat temen-temen’s yg suka ngoprek linux, terutama Redhat 9.Ni ada sharing dikit gimana cara setting mail server di Redhat 9 pake postfix (bukan sendmail).

Untuk konfigurasinya mail server ada 3 buah file yang harus di’setting’.

A. Konfigurasi file main.cf

[root@inung root]# vi /etc/postfix/main.cf
Isi data konfigurasi dalam file main.cf :
- – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – -
soft_bounce = no
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
default_privs = nobody
mydomain = inung.net
myorigin = $mydomain
inet_interfaces = all
mydestination = $myhostname, $mydomain
mynetworks_style = class
relay_domains = $mydestination
- – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – - – -
Read more…

Categories: ngoprek Tags: , , ,