Konfigurasi squirrelmailnya, saya paste 5 poin yg mungkin paling
penting yakni server settings, folder defaults ,general options,
address books dan database :

cd /usr/share/squirrelmail/config
perl conf.pl

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Server Settings

General
-------
1.  Domain                 : example.com
2.  Invert Time            : false
3.  Sendmail or SMTP       : Sendmail

A.  Update IMAP Settings   : 127.0.0.1:143 (uw)
B.  Change Sendmail Config : /usr/sbin/sendmail

R   Return to Main Menu
C   Turn color on
S   Save data
Q   Quit

Command >>

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Folder Defaults
1.  Default Folder Prefix         : mail/
2.  Show Folder Prefix Option     : true
3.  Trash Folder                  : Trash
4.  Sent Folder                   : Sent
5.  Drafts Folder                 : Drafts
6.  By default, move to trash     : true
7.  By default, move to sent      : true
8.  By default, save as draft     : true
9.  List Special Folders First    : true
10. Show Special Folders Color    : true
11. Auto Expunge                  : true
12. Default Sub. of INBOX         : false
13. Show 'Contain Sub.' Option    : true
14. Default Unseen Notify         : 2
15. Default Unseen Type           : 1
16. Auto Create Special Folders   : true
17. Folder Delete Bypasses Trash  : false
18. Enable /NoSelect folder fix   : false

R   Return to Main Menu
C   Turn color on
S   Save data
Q   Quit

Command >>
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
General Options
1.  Data Directory              : /var/lib/squirrelmail/prefs/
2.  Attachment Directory        : /var/spool/squirrelmail/attach/
3.  Directory Hash Level        : 0
4.  Default Left Size           : 150
5.  Usernames in Lowercase      : false
6.  Allow use of priority       : true
7.  Hide SM attributions        : false
8.  Allow use of receipts       : true
9.  Allow editing of identity   : true
   Allow editing of name       : true
   Remove username from header : false
10. Allow server thread sort    : true
11. Allow server-side sorting   : true
12. Allow server charset search : true
13. Enable UID support          : true
14. PHP session name            : SQMSESSID
15. Location base               :

R   Return to Main Menu
C   Turn color on
S   Save data
Q   Quit

Command >>

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Address Books
1.  Change LDAP Servers
2.  Use Javascript Address Book Search          : false
3.  Global file address book                    :
4.  Allow writing into global file address book : false

SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Database
1.  DSN for Address Book   :
2.  Table for Address Book : address

3.  DSN for Preferences    :
4.  Table for Preferences  : userprefs
5.  Field for username     : user
6.  Field for prefs key    : prefkey
7.  Field for prefs value  : prefval

8.  DSN for Global Address Book            :
9.  Table for Global Address Book          : global_abook
10. Allow writing into Global Address Book : false
11. Allow listing of Global Address Book   : false

-----------------------------------------------------------------------------------------------
Demikian squirrelmail setting nya



On 3/12/07, artanto, bayu <[EMAIL PROTECTED]> wrote:
On 3/11/07, Jerry C <[EMAIL PROTECTED]> wrote:
> Makasih responnya Pak Bayu dan Pak Yanu,
>
> [EMAIL PROTECTED] ~]# netstat -tpan
> Active Internet connections (servers and established)
> Proto Recv-Q Send-Q Local Address               Foreign Address
>      State       PID/Program name
> tcp        0      0 0.0.0.0:993                 0.0.0.0:*
>      LISTEN      1906/xinetd
> tcp        0      0 0.0.0.0:37857               0.0.0.0:*
>      LISTEN      1628/rpc.statd
> tcp        0      0 0.0.0.0:139                 0.0.0.0:*
>      LISTEN      1992/smbd
> tcp        0      0 0.0.0.0:110                 0.0.0.0:*
>      LISTEN      1906/xinetd
> tcp        0      0 0.0.0.0:143                 0.0.0.0:*
>      LISTEN      1906/xinetd
> tcp        0      0 0.0.0.0:111                 0.0.0.0:*
>      LISTEN      1609/portmap
> tcp        0      0 0.0.0.0:10000               0.0.0.0:*
>      LISTEN      2159/perl
> tcp        0      0 127.0.0.1:50000             0.0.0.0:*
>      LISTEN      1850/hpiod
> tcp        0      0 127.0.0.1:50002             0.0.0.0:*
>      LISTEN      1855/python
> tcp        0      0 127.0.0.1:631               0.0.0.0:*
>      LISTEN      1867/cupsd
> tcp        0      0 127.0.0.1:25                0.0.0.0:*
>      LISTEN      1924/sendmail: acce
> tcp        0      0 0.0.0.0:445                 0.0.0.0:*
>      LISTEN      1992/smbd
> tcp        0      0 127.0.0.1:50000             127.0.0.1:35272
>      ESTABLISHED 1850/hpiod
> tcp        0      0 127.0.0.1:35272             127.0.0.1:50000
>      ESTABLISHED 1855/python
> tcp        0      0 127.0.0.1:143               127.0.0.1:51000
>      TIME_WAIT   -
> tcp        0      0 :::80                       :::*
>      LISTEN      2511/httpd
> tcp        0      0 :::22                       :::*
>      LISTEN      1896/sshd
> tcp        0      0 :::443                      :::*
>      LISTEN      2511/httpd
>
> [EMAIL PROTECTED] ~]# telnet localhost 143
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS STARTTLS]
> pcku IMAP4rev1 2006e.378 at Mon, 12 Mar 2007 13:01:29 +0800 (CIT)
> a logout
> * BYE pcku IMAP4rev1 server terminating connection
> a OK LOGOUT completed
> Connection closed by foreign host.
>
> [EMAIL PROTECTED] log]# tail -f /var/log/syslog
> tail: cannot open `/var/log/syslog' for reading: No such file or directory
> tail: no files remaining
>
> Saya tunggu bantuannya lebih lanjut.
> Salam
>
>
> On 3/12/07, artanto, bayu <[EMAIL PROTECTED]> wrote:
> > On 3/11/07, Jerry C <[EMAIL PROTECTED]> wrote:
> > > Dear Expert,
> > > Saya newbie bgt nih. Saya butuh bantuan dr rekan2 semua. Saya
> > > menggunakan distro fedora core 5.
> > > Saya pengen install mail server di fc 5, dengan menggunakan sendmail
> > > dan uw-imap, untuk webmail menggunakan squirrelmail.
> > >
> > > Sebelumnya sendmail udah terinstall saat instalasi fc5. Sekarang saya
> > > tinggal menginstall uw-imap.
> > > Saya sudah melakukan hal-hal berikut :
> > > 1. yum install uw-imap
> > >    --> Successfully.
> > > 2. vi /etc/xinetd.d/ipop3
> > >    enable pop3.
> > > 3. vi /etc/xinetd.d/imap
> > >    enable imap
> > > 4. vi /etc/xinetd.d/imaps
> > >    enable imaps
> > > 4. telnet localhost 110
> > >    OK
> > > 5. telnet localhost 25
> > >    OK
> > > 6. yum install squirrelmail
> > >    dependency : php-mbstring-5.1.6-1.4.i386
> > >                        php-5.1.6-1.4.i386
> > >                        php/ldap-5.1.6-1.4.i386
> > >    installed Successfully.
> > >
> > > 7.      Browse http://localhost/webmail ---> unable to connect
> > > 8.      /etc/rc.d/init.d/httpd start --> OK
> > > 9.      Browse http://localhost/webmail ---> OK,
> > > 10.     Input username : budi
> > >          password : budipass
> > >          (sebelumnya useradd budi, passwd : budipass)
> > >          Error ... --> message errornya : Error connecting to IMAP
> > > server : 127.0.0.1
> > >                                                  13 : Permission denied
> > > 11.    cd /usr/share/squirrelmail/config
> > >         perl conf.pl
> > >         server : ubah jadi 127.0.0.1 ---> Error nya masih sama dgn no.10 
di atas
> > > 12.   Create folder data di /usr/share/squirrelmail
> > >        mkdir data
> > >        chown apache:apache data
> > > 13.   Error masih tetap sama dengan nomer 10 di atas.. yakni masih
> > > blum bisa      login ke webmailnya.
> > >
> > >        Kira-kira, apa yg masih perlu saya edit/konfigurasi lagi ya??
> > > mohon pencerahan rekan-rekan. Terima kasih sebelumnya.
> > >
> > > Salam
> > >
> > > --
> > > FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> > > Unsubscribe: kirim email ke [EMAIL PROTECTED]
> > > Arsip dan info milis selengkapnya di http://linux.or.id/milis
> > >
> > >
> >
> >
> >
> > coba pastekan hasil
> >
> > netstat -tpan
> > telnet localhost 143
> > tail -f /var/log/syslog
> >
> >
> > --
> > semusim info pindah ke Google
> > bayu - mandriva at http://bayuart.wordpress.com
> >
> > --
> > FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> > Unsubscribe: kirim email ke [EMAIL PROTECTED]
> > Arsip dan info milis selengkapnya di http://linux.or.id/milis
> >
> >
>
> --
> FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
> Unsubscribe: kirim email ke [EMAIL PROTECTED]
> Arsip dan info milis selengkapnya di http://linux.or.id/milis
>
>

ok thanks infonya, saya ambil kesimpulan
httpd ok
imap ok
untuk tail -f /var/log/syslog gpp gak ada, biasanya sama dengan
/var/log/messages

sekrang bisa di cek dan di pastekan disini konfigurasi squirrelmailnya ...
thanks

--
semusim info pindah ke Google
bayu - mandriva at http://bayuart.wordpress.com

--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis



--
FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab
Unsubscribe: kirim email ke [EMAIL PROTECTED]
Arsip dan info milis selengkapnya di http://linux.or.id/milis

Kirim email ke