[courier-users] Re: How can i config pam auth for courier on solaris 2.8?

2003-01-07 Thread Sam Varshavchik
[gb2312] writes:


should service-name be imap or other?


Yes.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] config error on courier 0.40.2

2003-01-07 Thread Russell Premont
I am trying to configure Courier 0.40.2 and have the following error

checking for ps... no
checking for w... no
configure: error: Cannot find pathname to ps
configure: error: /bin/bash './configure' failed for random128


ps is in /usr/bin. It is in my path and also the shell path for courier. I
have done searches on google and the courier users list but have not found
any solution as of yet. Any input would be appreciated.

Thanks,

Russell





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Problems in install stage

2003-01-07 Thread Bissio



Hi All,

I've a problem installing courier imap on my Linux 
box... the first time i installed courier-imap-1.6.1 all worked fine, but 
now i'm trying to install the same source on the same machine and i find the 
following "break" on configure script:

...
checking for endspent... yeschecking for 
getspent... yeschecking for getspent in -lshadow... (cached) nochecking 
for getspent... (cached) yesconfigure: error: /home/vpopmail/etc/lib_deps 
does not exist - upgrade vpopmail to the current version or fix the permissions 
on this fileconfigure: error: /bin/sh './configure' failed for 
authlib

I don't know what should be the problem... i never 
use vpopmail i only use postfix with sasl authentication.

Help me please...



[courier-users] determining direction of messages for filtering?

2003-01-07 Thread Chris Petersen
I'm assuming this isn't a stupid question (though it might be) since I
haven't been able to find any info on it.  I'm trying to write a perl
filter for spamassassin, but really have no desire to filter outgoing
messages (esp. because it would freak out spamassassin if it couldn't
find the message recipient's settings).

Is there an easy way to know which direction the message is headed, or
do I just parse the hosteddomains and locals files on my own (and then
figure out some way to figure out the homedir of the message recipient
is set to)?

-Chris



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Problems in install stage

2003-01-07 Thread Brenda Bell
Bissio wrote:

I've a problem installing courier imap on my Linux box... the first time 
i installed courier-imap-1.6.1 all  worked fine, but now i'm trying to 
install the same source on the same machine and i find the following 
break on configure script:
 
...
checking for endspent... yes
checking for getspent... yes
checking for getspent in -lshadow... (cached) no
checking for getspent... (cached) yes
configure: error: /home/vpopmail/etc/lib_deps does not exist - upgrade 
vpopmail to the current version or fix the permissions on this file
configure: error: /bin/sh './configure' failed for authlib
 
I don't know what should be the problem... i never use vpopmail i only 
use postfix with sasl authentication.

I know the answer to this one!!!  I don't use vpopmail either and 
recently had the same problem when I had to reinstall my Drake box after 
a hard-drive failure.  You're most likely getting this error because 
there's a vpopmail user in /etc/passwd.  If you don't use vpopmail, 
remove it and the error will go away.

Brenda




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Sendmail Procmail woes ( using courier-IMAP )

2003-01-07 Thread Kevin Reck
Anything else to add?

I am running RH stock sendmail (8.11.6-3), procmail and courier-imap
(courier-imap-1.6.1.20021124) on a server.  Everything was running fine
w/ about 200+ users.  Recently another 1000+ users where transfered over
and all of a sudden email randomly gets delivered to
/var/spool/mail/username rather than users_home_dir/Maildir/new like
it had been before.  ( using a global procmail filter )  

Has anybody experienced such a problem?  Any help would be greatly
appreciated.

Kevin


-- 

Kevin Reck
Information Systems
University of Wisconsin - Extension
[EMAIL PROTECTED]
608-262-2057




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: determining direction of messages for filtering?

2003-01-07 Thread Sam Varshavchik
Chris Petersen writes:


Is there an easy way to know which direction the message is headed, or
do I just parse the hosteddomains and locals files on my own (and then
figure out some way to figure out the homedir of the message recipient
is set to)?


Look at the first Received: header you see.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: Sendmail Procmail woes ( using courier-IMAP )

2003-01-07 Thread Sam Varshavchik
Kevin Reck writes:


Anything else to add?

I am running RH stock sendmail (8.11.6-3), procmail and courier-imap
(courier-imap-1.6.1.20021124) on a server.  Everything was running fine
w/ about 200+ users.  Recently another 1000+ users where transfered over
and all of a sudden email randomly gets delivered to
/var/spool/mail/username rather than users_home_dir/Maildir/new like
it had been before.  ( using a global procmail filter )  

Has anybody experienced such a problem?  Any help would be greatly
appreciated.

Courier-IMAP's sole responsibility is to read delivered mail from accounts; 
and it has nothing to do with how the mail ends up there in the first place.

You will need to focus your attention to either sendmail, or procmail (most 
likely procmail), and look for some common denominators.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Problems in install stage

2003-01-07 Thread Sam Varshavchik
Bissio writes:


Hi All,
 
I've a problem installing courier imap on my Linux box... the first time i
installed courier-imap-1.6.1 all  worked fine, but now i'm trying to
install the same source on the same machine and i find the following
break on configure script:
 
...
checking for endspent... yes
checking for getspent... yes
checking for getspent in -lshadow... (cached) no
checking for getspent... (cached) yes
configure: error: /home/vpopmail/etc/lib_deps does not exist - upgrade
vpopmail to the current version or fix the permissions on this file
configure: error: /bin/sh './configure' failed for authlib
 
I don't know what should be the problem... i never use vpopmail i only use
postfix with sasl authentication.


Mandrake?  Delete the 'vpopmail' user from your passwd file.




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: config error on courier 0.40.2

2003-01-07 Thread Sam Varshavchik
Russell Premont writes:


I am trying to configure Courier 0.40.2 and have the following error

checking for ps... no
checking for w... no
configure: error: Cannot find pathname to ps
configure: error: /bin/bash './configure' failed for random128


ps is in /usr/bin. It is in my path and also the shell path for courier. I
have done searches on google and the courier users list but have not found
any solution as of yet. Any input would be appreciated.


Look in ps/config.log to see if any errors are logged.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: webmail

2003-01-07 Thread Sam Varshavchik
simprix writes:


when i try to log in with webmail i get this error
Jan  7 13:39:59 IgKnight webmail: authdaemon: s_connect() failed: 
Permission denied
Jan  7 13:39:59 IgKnight webmail: maildircache: Cache create failure - 
cannot change to bin

my user entry looks like this

The permission/ownership of the webmail binary in the cgi-bin directory are 
broken.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Error compiling Courier 0.40.2

2003-01-07 Thread Russell Premont
I am trying to configure 0.40.2 on Solaris 9 Sparc and get the following
error:

checking whether gcc accepts -g... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ps... no
checking for w... no
configure: error: Cannot find pathname to ps
configure: error: /bin/bash './configure' failed for random128

ps is in /usr/bin which is in both my path and shell path for courier. I
have been searching on google and the courier users lists but I have not
found anything yet.

Any input would be appreciated.

Russell




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Authentication for sending mail to local accounts (not only for relaying)

2003-01-07 Thread Peter Holm
Hi,

happy  2003!


here is a courier smtp, that allows delivery FROM local addresses TO
local addresses without authentication. Relaying does not work without
AUTH, that´s ok.

What do you suggest to get AUTH also for local users sending to local
users?


Thanks!

Have a nice day,
Peter

Have a nice thread,
Peter


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



RE: [courier-users] Re: config error on courier 0.40.2

2003-01-07 Thread Russell Premont

I do not find a ps directory in the Courier directory. Is the ps directory
created during the config?

Russell Premont


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sam
Varshavchik
Sent: Tuesday, January 07, 2003 6:02 PM
To: Courier-Users
Subject: [courier-users] Re: config error on courier 0.40.2


Russell Premont writes:

 I am trying to configure Courier 0.40.2 and have the following error

 checking for ps... no
 checking for w... no
 configure: error: Cannot find pathname to ps
 configure: error: /bin/bash './configure' failed for random128


 ps is in /usr/bin. It is in my path and also the shell path for courier. I
 have done searches on google and the courier users list but have not found
 any solution as of yet. Any input would be appreciated.

Look in ps/config.log to see if any errors are logged.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] pam auth problem

2003-01-07 Thread
i use pam auth in courier,i modified preauthpam.c,add these lines
 pw=mygetpw(userid); 
 auth.sysusername=userid;
 auth.sysgroupid = 101;//pw-pw_gid;
 auth.homedir=pw-pw_dir;
 auth.address=userid;
 auth.fullname=pw-pw_gecos;
 auth.passwd=pw-pw_passwd;
and all my pam function return PAM_SUCCESS,the homedir is /var/mail/aaa/,and its uid 
is 167772160(i always got this uid,so i set the dir\'s uid to 167772160,i dont know 
why i always got this),gid is 101.
now when i telnet localhost 143,i input a1 login [EMAIL PROTECTED] password ,i got \Fatal 
error: ~þþ: No such file or directory\,then i try the second time, i got \No Login 
Failed\.






---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: config error on courier 0.40.2

2003-01-07 Thread Sam Varshavchik
Russell Premont writes:



I do not find a ps directory in the Courier directory. Is the ps directory
created during the config?


It's a typo.  Look in random128/config.log




Russell Premont


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sam
Varshavchik
Sent: Tuesday, January 07, 2003 6:02 PM
To: Courier-Users
Subject: [courier-users] Re: config error on courier 0.40.2


Russell Premont writes:


I am trying to configure Courier 0.40.2 and have the following error

checking for ps... no
checking for w... no
configure: error: Cannot find pathname to ps
configure: error: /bin/bash './configure' failed for random128


ps is in /usr/bin. It is in my path and also the shell path for courier. I
have done searches on google and the courier users list but have not found
any solution as of yet. Any input would be appreciated.


Look in ps/config.log to see if any errors are logged.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



RE: [courier-users] Re: config error on courier 0.40.2

2003-01-07 Thread Russell Premont
Here is the log file. I did notice this line, ld: fatal: library -lcposix:
not found

Russell Premont

## - ##
## Platform. ##
## - ##

hostname = mail2
uname -m = sun4u
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_112233-03

/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
Node = mail2
Release = 5.9
KernelID = Generic_112233-03
Machine = sun4u
BusType = unknown
Serial = unknown
Users = unknown
OEM# = 0
Origin# = 1
NumCPU = 1

/bin/arch  = sun4
/usr/bin/arch -k   = sun4u
/usr/convex/getsysinfo = unknown
hostinfo   = unknown
/bin/machine   = unknown
/usr/bin/oslevel   = unknown
/bin/universe  = unknown

PATH: /usr/local/bin
PATH: /usr/local/lib
PATH: /usr/local/share
PATH: /usr/local/include
PATH: /usr/local/ssl/lib/
PATH: /usr/ccs/bin
PATH: /usr/sbin
PATH: /usr/bin


## --- ##
## Core tests. ##
## --- ##

configure:1235: checking for a BSD-compatible install
configure:1289: result: ./../install-sh -c
configure:1300: checking whether build environment is sane
configure:1343: result: yes
configure:1376: checking for gawk
configure:1392: found /usr/local/bin/gawk
configure:1402: result: gawk
configure:1412: checking whether make sets ${MAKE}
configure:1432: result: yes
configure:1595: checking for style of include used by make
configure:1623: result: GNU
configure:1694: checking for gcc
configure:1710: found /usr/local/bin/gcc
configure:1720: result: gcc
configure:1964: checking for C compiler version
configure:1967: gcc --version /dev/null 5
gcc (GCC) 3.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1970: $? = 0
configure:1972: gcc -v /dev/null 5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.9/3.2/specs
Configured with:
../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-n
ls
Thread model: posix
gcc version 3.2
configure:1975: $? = 0
configure:1977: gcc -V /dev/null 5
gcc: argument to `-V' is missing
configure:1980: $? = 1
configure:2006: checking for C compiler default output
configure:2009: gccconftest.c  5
configure:2012: $? = 0
configure:2045: result: a.out
configure:2050: checking whether the C compiler works
configure:2056: ./a.out
configure:2059: $? = 0
configure:2074: result: yes
configure:2081: checking whether we are cross compiling
configure:2083: result: no
configure:2086: checking for suffix of executables
configure:2088: gcc -o conftestconftest.c  5
configure:2091: $? = 0
configure:2113: result:
configure:2119: checking for suffix of object files
configure:2143: gcc -c   conftest.c 5
configure:2146: $? = 0
configure:2165: result: o
configure:2169: checking whether we are using the GNU C compiler
configure:2196: gcc -c   conftest.c 5
configure:2199: $? = 0
configure:2202: test -s conftest.o
configure:2205: $? = 0
configure:2217: result: yes
configure:2223: checking whether gcc accepts -g
configure:2247: gcc -c -g  conftest.c 5
configure:2250: $? = 0
configure:2253: test -s conftest.o
configure:2256: $? = 0
configure:2266: result: yes
configure:2293: gcc -c -g -O2  conftest.c 5
conftest.c:2: parse error before me
configure:2296: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2408: checking dependency style of gcc
configure:2470: result: gcc3
configure:2481: checking how to run the C preprocessor
configure:2507: gcc -E  conftest.c
configure:2513: $? = 0
configure:2540: gcc -E  conftest.c
configure:2536:28: ac_nonexistent.h: No such file or directory
configure:2546: $? = 1
configure: failed program was:
#line 2535 configure
#include confdefs.h
#include ac_nonexistent.h
configure:2583: result: gcc -E
configure:2598: gcc -E  conftest.c
configure:2604: $? = 0
configure:2631: gcc -E  conftest.c
configure:2627:28: ac_nonexistent.h: No such file or directory
configure:2637: $? = 1
configure: failed program was:
#line 2626 configure
#include confdefs.h
#include ac_nonexistent.h
configure:2678: checking for AIX
configure:2697: result: no
configure:2704: checking for strerror in -lcposix
configure:2737: gcc -o conftest -g -O2   conftest.c -lcposix   5
ld: fatal: library -lcposix: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:2740: $? = 1
configure: failed program was:
#line 2711 configure
#include confdefs.h

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern C
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strerror ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
 extern C
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2757: result: no
configure:2765: checking for ANSI C header files

[courier-users] Re: config error on courier 0.40.2

2003-01-07 Thread Sam Varshavchik
Russell Premont writes:


Here is the log file. I did notice this line, ld: fatal: library -lcposix:
not found


No, that's irrelevant.

Do you have 'test'?  In random128/configure, around like 213, you should 
have:

as_executable_p=test -f

Try:

test -f /bin/ps  echo Ok



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] How do I limit one domain so emails can only be sent to/from a single address?

2003-01-07 Thread Tobias Eigen
Hi all,

I have an unusual circumstance and would be grateful for help. I've
checked the FAQ and other docs and haven't found the answer. I need to
configure a domain on my qmail/courier system so that all mailboxes on
that domain can only send/receive mail to/from a single email address.
Other domains should remain the same. Is this possible? 

Many thanks, 

Tobias

Tobias Eigen
[EMAIL PROTECTED]

Kabissa - space for change in Africa
http://www.kabissa.org



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Existing and and Courier Reporting Unknown User

2003-01-07 Thread Jason Saggers








Hi,



 I have only
been using courier for about a month, and have 3 sites running it. However I am having a difficulty with one
site.



 I am only
using the authpam authentication, and this is working
fine.



 But as an
example

 gsnook is the account name



 Mail
sent to gsnook@{domainname}
is delivered correctly,

 Howver mail sent to GSnook@{domainname} is reject with user
not found.



 I
understand that email address are supposed to be
non-case sensitive so that the previous examples should be identical. 



 Have I
missed a setting somewhere or is this an oversite in
the courier program..





Jason








RE: [courier-users] Existing and and Courier Reporting Unknown User

2003-01-07 Thread Greg Johnstone
I have only been using courier for about a month, and have 3
sites running it.  However I am having a difficulty with one site.

I am only using the authpam authentication, and this is working
fine.

But as an example
gsnook  is the account name

Mail sent to gsnook@{domainname} is delivered
correctly,
Howver mail sent to GSnook@{domainname} is reject
with user not found.

I understand that email address are supposed to be non-case
sensitive so that the previous examples should be identical.

Have I missed a setting somewhere or is this an oversite in the
courier program...



Try 'touch /etc/courier/locallowercase'.


Regards

==
Greg Johnstone
Enesbe Sales Pty Ltd
Suite 1208, 530 Little Collins Street
Melbourne, VIC 3000
Australia
E-mail: [EMAIL PROTECTED]
Phone: +61 3 9909 7970
Fax: +61 3 9909 7971
Mobile: 041 735 4443
Enesbe: http://www.enesbe.com.au
Unimessage: http://ump.enesbe.com.au
ImageVision: http://iv2k.enesbe.com.au





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: IMAP using palm treo and iambic mail

2003-01-07 Thread Tim Hunter
Scott wrote:
 Sam Varshavchik wrote:
 Scott writes:

 I got a new toy, a Handspring Treo 300.  There are a few email
 clients available which claim to be able to connect to IMAP
 servers.  So far the only one that has even come close to working
 is Iambic Mail.  I can connect to a qmail imap server,


 There's no such thing as a qmail imap server.


 Uhh, good point.  Don't know why I said that.  I just checked and the
 server I WAS able to connect to is in fact a courier mail server
 (mail.speakeasy.net).  (Nice to see my favorite ISP using Courier.)
 Nevertheless I can connect to speakeasy's Courier IMAP server, but not
 my own.  Now that that little bit of confusion is out of the way, are
 there any know tricks or settings that would allow me to make my
 server work with my TREO as it does with mail.speakeasy.net's server?


Its possible that they compiled with enable-imap-workarounds or whatever
that option is (check the install docs) and you didn't.  Beyond that im sure
that they were compiled with different options, im sure it wouldn't hurt to
send an email to speakeasy's support and see if they could tell you the
options.
Check the docs for the crappy client workarounds, I think that is what you
are looking for.

 ---
 This SF.NET email is sponsored by:
 SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
 http://www.vasoftware.com
 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe:
 https://lists.sourceforge.net/lists/listinfo/courier-users



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



RE: [courier-users] config error on courier 0.40.2

2003-01-07 Thread Russell Premont
Sorry Solaris 9 Sparc with gcc 3.2 openssl 0.9.7 openldap 2.0.27

-Original Message-
From: Anand Buddhdev [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 1:40 PM
To: Russell Premont
Cc: Courier-Users
Subject: Re: [courier-users] config error on courier 0.40.2


On Tue, Jan 07, 2003 at 12:05:47PM -0500, Russell Premont wrote:

 I am trying to configure Courier 0.40.2 and have the following error

 checking for ps... no
 checking for w... no
 configure: error: Cannot find pathname to ps
 configure: error: /bin/bash './configure' failed for random128

 ps is in /usr/bin. It is in my path and also the shell path for courier. I
 have done searches on google and the courier users list but have not found
 any solution as of yet. Any input would be appreciated.

It's not easy to help you if you don't even tell us what OS+version you
are running.

--
Anand Buddhdev
http://anand.org



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] config error on courier 0.40.2

2003-01-07 Thread Anand Buddhdev
On Tue, Jan 07, 2003 at 12:05:47PM -0500, Russell Premont wrote:

 I am trying to configure Courier 0.40.2 and have the following error
 
 checking for ps... no
 checking for w... no
 configure: error: Cannot find pathname to ps
 configure: error: /bin/bash './configure' failed for random128
 
 ps is in /usr/bin. It is in my path and also the shell path for courier. I
 have done searches on google and the courier users list but have not found
 any solution as of yet. Any input would be appreciated.

It's not easy to help you if you don't even tell us what OS+version you
are running.

-- 
Anand Buddhdev
http://anand.org


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] webmail

2003-01-07 Thread simprix
when i try to log in with webmail i get this error
Jan  7 13:39:59 IgKnight webmail: authdaemon: s_connect() failed: 
Permission denied
Jan  7 13:39:59 IgKnight webmail: maildircache: Cache create failure - 
cannot change to bin

my user entry looks like this

  id  crypt clear name  uid gid
  sachu sachu sachu sachu 531 508 /usr/lib/courier/mail/sachu 
/usr/lib/courier/mail/sachu/Maildir 1

##NAME: LOCATION:0
#
# The server hostname, port, userid, and password used to log in.
#
# To connect to a filesystem socket, delete PGSQL_HOST, and set 
PGSQL_PORT to
# the socket's last component.  So, if your pg socket is 
/tmp/.s.PGSQL.5400
# set PGSQL_PORT to 5400.

PGSQL_HOST  localhost
PGSQL_PORT  /var/run/postgresql/.s.PGSQL.5432
PGSQL_USERNAME  courier
PGSQL_PASSWORD  courier

##NAME: PGSQL_OPT:0
#
# PGSQL_OPT specifies the connection debug options to PQsetdbLogin().
# Don't bother with this setting unless you know what you're doing
#
# PGSQL_OPT 
##NAME: PGSQL_DATABASE:0
#
# The name of the MySQL database we will open:

PGSQL_DATABASE  mail

##NAME: PGSQL_USER_TABLE:0
#
# The name of the table containing your user data.  See 
README.authmysqlrc
# for the required fields in this table (both MySQL and Postgress use 
the
# same suggested layout.

PGSQL_USER_TABLEpasswd

##NAME: PGSQL_CRYPT_PWFIELD:0
#
# Either PGSQL_CRYPT_PWFIELD or PGSQL_CLEAR_PWFIELD must be defined.  
Both
# are OK too. crypted passwords go into PGSQL_CRYPT_PWFIELD, cleartext


# passwords go into PGSQL_CLEAR_PWFIELD.  Cleartext passwords allow
# CRAM-MD5 authentication to be implemented.

PGSQL_CRYPT_PWFIELD crypt

##NAME: PGSQL_CLEAR_PWFIELD:0
#

PGSQL_CLEAR_PWFIELD clear

##NAME: PGSQL_DEFAULT_DOMAIN:0
#
# If DEFAULT_DOMAIN is defined, and someone tries to log in as 'user',
# we will look up 'user@DEFAULT_DOMAIN' instead.
#
#
# DEFAULT_DOMAINexample.com

##NAME: PGSQL_UID_FIELD:0
#
# Other fields in the mysql table:
#
# PGSQL_UID_FIELD - contains the numerical userid of the account
#
PGSQL_UID_FIELD uid

##NAME: PGSQL_GID_FIELD:0
#
# Numerical groupid of the account

PGSQL_GID_FIELD gid

##NAME: PGSQL_LOGIN_FIELD:0
#
# The login id, default is id.  Basically the query is:
#
#  SELECT PGSQL_UID_FIELD, PGSQL_GID_FIELD, ... WHERE id='loginid'
#

PGSQL_LOGIN_FIELD   id

##NAME: PGSQL_HOME_FIELD:0
#

PGSQL_HOME_FIELDhome

##NAME: PGSQL_NAME_FIELD:0
#
# The user's name (optional)

PGSQL_NAME_FIELDname

##NAME: PGSQL_MAILDIR_FIELD maildir

# This is an optional field, and can be used to specify an arbitrary
# location of the maildir for the account, which normally defaults to
# $HOME/Maildir (where $HOME is read from PGSQL_HOME_FIELD).
#
# You still need to provide a PGSQL_HOME_FIELD, even if you uncomment 
this
# out.
#
PGSQL_MAILDIR_FIELD maildir

##NAME: PGSQL_QUOTA_FIELD:0
#
# Define PGSQL_QUOTA_FIELD to be the name of the field that can 
optionally
# specify a maildir quota.  See README.maildirquota for more 
information #
PGSQL_QUOTA_FIELD   quota

##NAME: PGSQL_WHERE_CLAUSE:0
#
# This is optional, PGSQL_WHERE_CLAUSE can be basically set to an 
arbitrary
# fixed string that is appended to the WHERE clause of our query
#
:


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] webmail

2003-01-07 Thread Brian Candler
On Tue, Jan 07, 2003 at 01:44:18PM -0500, simprix wrote:
 # To connect to a filesystem socket, delete PGSQL_HOST, and set 
 PGSQL_PORT to
 # the socket's last component.  So, if your pg socket is 
 /tmp/.s.PGSQL.5400
 # set PGSQL_PORT to 5400.
 
 PGSQL_HOST  localhost
 PGSQL_PORT  /var/run/postgresql/.s.PGSQL.5432

It tells you in the comment to get rid of PGSQL_HOST ...


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users