Re: [courier-users] Re: Courier-IMAP questions (partially solved)

2003-02-22 Thread Stefan Rusterholz
 completely underestimated the whole 
mailserver-issue. After having succesfully set up apache, proftpd and 
postfix (which probably doesn't mean anything too difficult to you but 
was for me) I thought adding a pop3/imap-daemon shouldn't be that 
difficult.

Why the topic is only partially solved: I now have a login-problem. 
But I have to gather informations first. Perhaps its just a typo 
somewhere in the config-files...

best regards
Stefan Rusterholz


---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Courier-IMAP questions

2003-02-21 Thread Stefan Rusterholz
Sorry for the gap, but for me it was bedtime (switzerland) ;-)

Am Freitag, 21.02.03 um 01:52 Uhr schrieb Sam Varshavchik:

Stefan Rusterholz writes:


bash-2.05a# /usr/lib/courier-imap/bin/pop3d
AUTHFAILURE
bash-2.05a#


Wrong command.  The correct one is ../sbin/pop3d start


Unfortunately it reads:
bash-2.05a# pwd
/usr/lib/courier-imap/sbin


When in doubt, see INSTALL:
  Use the following command to start the Courier-IMAP server:
$ /usr/lib/courier-imap/libexec/imapd.rc start


I re-run make install and make install-configure. Then I manually ran 
imapd.rc start which isn't very talkative :-/

bash-2.05a# /usr/lib/courier-imap/libexec/imapd.rc start
bash-2.05a# ps -caux | grep imapd
bash-2.05a#

I only use courier-imap, not whole courier (for smtp etc. I use postfix 
which is currently running fine).
I had no errors during configure, make or make install (as far as I can 
see)
Is there a logfile which might help?

best regards
Stefan Rusterholz



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Courier-IMAP questions

2003-02-21 Thread Stefan Rusterholz
Stefan Rusterholz writes:

Sorry for the gap, but for me it was bedtime (switzerland) ;-)
Am Freitag, 21.02.03 um 01:52 Uhr schrieb Sam Varshavchik:

Stefan Rusterholz writes:


bash-2.05a# /usr/lib/courier-imap/bin/pop3d
AUTHFAILURE
bash-2.05a#


Wrong command.  The correct one is ../sbin/pop3d start


Unfortunately it reads:
bash-2.05a# pwd
/usr/lib/courier-imap/sbin


When in doubt, see INSTALL:
  Use the following command to start the Courier-IMAP server:
$ /usr/lib/courier-imap/libexec/imapd.rc start

I re-run make install and make install-configure. Then I manually ran 
imapd.rc start which isn't very talkative :-/
bash-2.05a# /usr/lib/courier-imap/libexec/imapd.rc start
bash-2.05a# ps -caux | grep imapd

So?

Please stop making half-assed assumptions.

Hey, please don't offend me. I only try to get the heck out why it 
isn't working. If I was impolite anywhere in my mail please tell me - 
it surely wasn't my intention.
Running imapd.rc start did neither tell me that all was ok and imapd 
started nor did it tell me that there was an error. This is no help for 
getting a clue why it doesn't work. That the imap-daemon doesn't run 
seems obvious to me since there is no process listed by ps which could 
be it.


There is no log file to help.  RTFM.

Damn, I -did- that (I wrote that in the first mail) and I also -asked- 
if there was more appropriate information elsewhere. If you just don't 
want to help me, then say that and don't just get rude!
For your convenience, I read 
http://www.inter7.com/courierimap/INSTALL.html and 
http://www.inter7.com/courierimap/FAQ.html
None of them seemed to contain information helping me. Please tell me 
-what- F***ing Manual I should read then instead of just bashing me!

I thought I could get help here (that's why it is a mailing-list, isn't 
it?), but perhaps I was wrong and newbies are not welcome. sad.

regards
Stefan Rusterholz



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Courier-IMAP questions

2003-02-20 Thread Stefan Rusterholz
Hi there

I'm new to courier-imap. I used an instruction of a book for the setup.  
Unfortunately when I try to start the pop3-daemon I only get following  
output:

bash-2.05a# /usr/lib/courier-imap/libexec/authlib/authdaemond start
bash-2.05a# ps -caux | grep authd
root18865   0.0  0.0 2340240  ??  S10:34PM   0:00.02  
authdaemond.mysq
root18866   0.0  0.0 2340 96  ??  S10:34PM   0:00.00  
authdaemond.mysq
root18867   0.0  0.0 2340 96  ??  S10:34PM   0:00.00  
authdaemond.mysq
root18868   0.0  0.0 2340 96  ??  S10:34PM   0:00.00  
authdaemond.mysq
root18869   0.0  0.0 2340 96  ??  S10:34PM   0:00.00  
authdaemond.mysq
root18870   0.0  0.0 2340 96  ??  S10:34PM   0:00.00  
authdaemond.mysq

bash-2.05a# /usr/lib/courier-imap/bin/pop3d
AUTHFAILURE
bash-2.05a#

I don't have a clue where to start for fixing that (as I said, I'm new  
to courier-imap - but I'm also new to the whole mailserver stuff...)
So I was very glad about every explaining help I can get (I tried the  
manual at http://www.courier-mta.org/install.html but that wasn't a  
real help and I couldn't find a real manual or even a book about  
courier-imap... If there is useful online documentation: please point  
me to it!).
Please tell me what you need for further information to help me (at  
bottom I listed a few informations)

best regards
Stefan Rusterholz



Informations about the installation:
Courier-IMAP installation:
$ RANLIB=ranlib -c
$ export RANLIB
$ CFLAGS=-g -O3 -Wall -no-cpp-precomp -I./.. -I..
$ export CFLAGS
$ ./configure --with-waitfunc=wait --with-piddir=/var/run
$ make
$ sudo make install

From /usr/lib/courier-imap/etc/authdaemonrc:
authmodulelist=authmysql

From /usr/lib/courier-imap/etc/authmysqlrc:
MYSQL_SERVERlocalhost
MYSQL_USERNAME  correct-mysql-username
MYSQL_PASSWORD  correct-mysql-password
MYSQL_DATABASE  system_mail
MYSQL_USER_TABLEmailbase
MYSQL_CLEAR_PWFIELD password

From mysql:
mysql select * from mailbase;
+--+---+--+--+-- 
+-+
| id   | maildir   | uid  | gid  | password | home   
  |
+--+---+--+--+-- 
+-+
| [EMAIL PROTECTED] | mydomain.com/stefan/ | 5001 | 5001 | mypass |  
/var/spool/maildirs |
+--+---+--+--+-- 
+-+

please tell me if I let out something important.



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Re: Courier-IMAP questions

2003-02-20 Thread Stefan Rusterholz
bash-2.05a# /usr/lib/courier-imap/bin/pop3d
AUTHFAILURE
bash-2.05a#


Wrong command.  The correct one is ../sbin/pop3d start


Unfortunately it reads:

bash-2.05a# pwd
/usr/lib/courier-imap/sbin
bash-2.05a# ls -la
total 616
drwxr-xr-x  11 root  wheel 374 Jan 31 09:52 .
drwxr-xr-x   9 root  wheel 306 Jan 31 09:52 ..
-rwxr-xr-x   1 root  wheel  134128 Jan 31 09:52 imaplogin
lrwxr-xr-x   1 root  wheel  38 Jan 31 09:52 makeuserdb - 
/usr/lib/courier-imap/share/makeuserdb
lrwxr-xr-x   1 root  wheel  39 Jan 31 09:52 mkimapdcert - 
/usr/lib/courier-imap/share/mkimapdcert
lrwxr-xr-x   1 root  wheel  39 Jan 31 09:52 mkpop3dcert - 
/usr/lib/courier-imap/share/mkpop3dcert
-rwxr-xr-x   1 root  wheel   86496 Jan 31 09:52 pop3login
lrwxr-xr-x   1 root  wheel  37 Jan 31 09:52 pw2userdb - 
/usr/lib/courier-imap/share/pw2userdb
lrwxr-xr-x   1 root  wheel  34 Jan 31 09:52 userdb - 
/usr/lib/courier-imap/share/userdb
-rwxr-xr-x   1 root  wheel   64860 Jan 31 09:52 userdbpw
lrwxr-xr-x   1 root  wheel  41 Jan 31 09:52 vchkpw2userdb - 
/usr/lib/courier-imap/share/vchkpw2userdb
bash-2.05a#

So you see, there is no pop3d in /usr/lib/courier-imap/sbin/ (but there 
is in /usr/lib/courier-imap/bin/)
And adding start doesn't change anything :-(

bash-2.05a# /usr/lib/courier-imap/bin/pop3d start
AUTHFAILURE
bash-2.05a#

best regards
Stefan Rusterholz



---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users