Salam,

saya coba buat Virtual domain di postfix sesuai petunjuk di postfix.or.id,
saya coba test untuk mengirim email

# less /var/log/maillog
---
Sep  4 09:59:04 localhost postfix/postfix-script: refreshing the Postfix
mail system
Sep  4 09:59:04 localhost postfix/master[888]: reload configuration
/etc/postfix
Sep  4 09:59:29 localhost postfix/smtpd[1109]: connect from
localhost.localdomain[127.0.0.1]
Sep  4 09:59:29 localhost postfix/smtpd[1109]: 97C52434C0:
client=localhost.localdomain[127.0.0.1]
Sep  4 09:59:29 localhost postfix/cleanup[1112]: 97C52434C0:
message-id=<[EMAIL PROTECTED]>
Sep  4 09:59:29 localhost postfix/qmgr[1104]: 97C52434C0:
from=<[EMAIL PROTECTED]>, size=615, nrcpt=1 (queue active)
Sep  4 09:59:29 localhost postfix/smtpd[1109]: disconnect from
localhost.localdomain[127.0.0.1]
Sep  4 09:59:29 localhost postfix/virtual[1113]: 97C52434C0:
to=<[EMAIL PROTECTED]>, relay=virtual, delay=0, status=sent (delivered
to maildir)
Sep  4 09:59:29 localhost postfix/qmgr[1104]: 97C52434C0: removed
---

lalu pada bagian Install tpop3d

# /usr/local/sbin/tpop3d
# tail -f /var/log/messages
---
Sep  4 10:08:02 localhost tpop3d[2345]: listener_new:
gethostbyaddr(0.0.0.0): cannot resolve name
Sep  4 10:08:02 localhost tpop3d[2345]: listener_new: 0.0.0.0: no domain
suffix can be appended for this address
Sep  4 10:08:02 localhost tpop3d[2345]: listener_new: 0.0.0.0: using
fallback domain suffix `localhost.localdomain'
Sep  4 10:08:02 localhost tpop3d[2345]: listening on address 0.0.0.0, port
110, domain localhost.localdomain
Sep  4 10:08:02 localhost tpop3d[2345]: 1 authentication drivers
successfully loaded
Sep  4 10:08:02 localhost tpop3d[2345]: net_loop: tpop3d version 1.4.2
successfully started
---

[EMAIL PROTECTED] postfix]# netstat -tna
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 0.0.0.0:110             0.0.0.0:*               LISTEN
tcp        0      0 192.168.0.1:80          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN
tcp        0      0 192.168.0.1:443         0.0.0.0:*               LISTEN


permasalahannya sewaktu membuat password user

# vtadduser [EMAIL PROTECTED] testing

kok tidak terbentuk /etc/virtual/DOMAIN/passwd ??

[EMAIL PROTECTED] postfix]# ls -la /etc/virtual/
total 8
drwxrwxr-x    2 root     root         4096 Sep  4 10:09 .
drwxr-xr-x   46 root     root         4096 Sep  4 11:28 ..

oh ya sebelumnya saya sesuaikan variabel HTPASSWD menjadi
HTPASSWD=/usr/sbin/htpasswd

[EMAIL PROTECTED] postfix]# whereis htpasswd
htpasswd: /usr/sbin/htpasswd /usr/share/man/man1/htpasswd.1



Regards,
---
Anton


Reply via email to