April 23, 2008

Fedora Directory Server (FDS) + Postfix Mail Server (Part 3)

Test the integration.

Run all service that we already installed into system.

LDAP Server / FDS

# /opt/fedora-ds/slapd-svr6/start-slapd

Check user account and email account in FDS.

# ldapsearch –x | grep user_name

If the result displayed your username/uid and email user, your FDS is running.

Postfix Mail Server

# service postfix start

Type from console,

# mail

We sending text based email. If sending status is “sent”, so your email is already sent. Check your Maildir directory, if your email already stored here so your configuration success.

Dovecot

# service dovecot start

Then, telnet to the dovecot server in port 110, enter your username and password. Check your mailbox using this command,

# stat

# retr

If you can read mail, your dovecot is already.

Apache

# service httpd start

Type http://svr6/ in web browser, if your Fedora Core Test Page displayed. It mean that your web server already running. To test PHP support, do this step :

# touch /var/www/html/phptest.php

# echo “” > /var/www/html/phptest.php

Then, type http://svr6/phptest.php into web server.

Squirrelmail

Type http://svr6/webmail/src/configtest.php and http://svr6/webmail. if you can login into, so your configuration is success.

No comments: