Re: [courier-users] Help please SSL

2002-02-17 Thread Todd Lyons

kiuma wanted us to know:

I'm currently running linux mdk 8.1 with openssl v. 0.9.6b correctly 
I successfully comipled courier-imap.
It works pretty well on normal connections but it doesn't on ssl mode in 
any mode.

Can we safely assume that you have openssl-devel installed?  Why not
just grab the srpm from Cooker/contrib and rebuild it on your system?
(that way you can edit the .spec file and adjust for your system)
-- 
Blue skies...   Todd
| Get a bigger hammer!   | Security is like an onion.  It's made   |
| http://www.mrball.net  | up of several layers and makes you cry. |
| http://faq.mrball.net  | --Howard Chu|

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Problems after install- please help

2002-02-17 Thread M.B.

After Installing my built RPM packages for a RH 7.2 server install the
creating system aliases instructions are not working - the one on this page
http://www.courier-mta.org/install.html#webadmin

# You must specify a non-privileged account to receive postmaster mail.
# The postmaster CANNOT be root.  Until you specify a valid postmaster
# alias below, all postmaster mail will be bitbucketed.

postmaster: [EMAIL PROTECTED]

I then ran the commands

[root@pac10fans aliases]# /usr/lib/courier/sbin/makealiases
[root@pac10fans aliases]# echo To: postmaster |
/usr/lib/courier/bin/sendmail

I logged into mb18's webmail account and there is nothing in the Inbox
the return receipt one dose not work either



Ok, I just checked ,,, I can send e - mail from my domain using the webmail
but I cant receive none of the e - mail back.  This must be related to the
above test not working properly.

I only checked this with the webmail because retrieving mb18's e - mail from
OE would just hang on 'connected'

How can I fix this
- Original Message -
From: Tucker [EMAIL PROTECTED]
To: M.B. [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Saturday, February 16, 2002 7:44 PM
Subject: Re: [courier-users] Re: Courier RPM's Please



 rpm -e sendmail --nodeps

 On Sunday 17 February 2002 00:30, M.B. wrote:
  [root@pac10fans i386]# rpm -e sendmail
  error: removing these packages would break dependencies:
  smtpdaemon is needed by fetchmail-5.9.0-1
  smtpdaemon is needed by mutt-1.2.5i-17
 
  - Original Message -
  From: Tucker [EMAIL PROTECTED]
  To: M.B. [EMAIL PROTECTED]
  Sent: Saturday, February 16, 2002 7:26 PM
  Subject: Re: [courier-users] Re: Courier RPM's Please
 
   rpm -e sendmail
  
   On Sunday 17 February 2002 00:11, you wrote:
I have a RH 7.2 servr install computer, so do I have to remove
sendmail
which was installed with the system along with anything else
   
Whats the command to remove sendmail if i have to
- Original Message -
From: Sam Varshavchik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 16, 2002 4:39 PM
Subject: [courier-users] Re: Courier RPM's Please
   
 M.B. writes:
  Which packages should I install.  I have no idea.  I have a full
 
  domain
 
of
   
 Each package is self-explanatory.  If you have any doubts,
 
  'rpm -q -i -p
 
 filename' will display the package's description.

 --
 Sam


 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe:
 
  https://lists.sourceforge.net/lists/listinfo/courier-users
 
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe:
https://lists.sourceforge.net/lists/listinfo/courier-users



___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: Problems after install- please help

2002-02-17 Thread Sam Varshavchik

M.B. writes: 

 After Installing my built RPM packages for a RH 7.2 server install the
 creating system aliases instructions are not working - the one on this page
 http://www.courier-mta.org/install.html#webadmin 
 
 # You must specify a non-privileged account to receive postmaster mail.
 # The postmaster CANNOT be root.  Until you specify a valid postmaster
 # alias below, all postmaster mail will be bitbucketed. 
 
 postmaster: [EMAIL PROTECTED]

This is correct only if mydomain.com is in hosteddomains.  Otherwise it's 
plain 'mb18'. 

 Ok, I just checked ,,, I can send e - mail from my domain using the webmail
 but I cant receive none of the e - mail back.  This must be related to the
 above test not working properly.

You really need to learn how to be a system administrator.  There are many 
things to be checked, before asking for help: 

* Whether the SMTP server is even running 

* Whether the mail is returned as undeliverable, and if so what is the error 
message in the non-delivery report. 

* Whether the mail stays queued up on the sending relay, and if so what is 
the transient error message 

* The error messages that are logged by syslog 


-- 
Sam 


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] ldapauth howto

2002-02-17 Thread Aly S.P Dharshi

Try http://www.openldap.org


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help

2002-02-17 Thread M.B.

  # You must specify a non-privileged account to receive postmaster mail.
  # The postmaster CANNOT be root.  Until you specify a valid postmaster
  # alias below, all postmaster mail will be bitbucketed.
 
  postmaster: [EMAIL PROTECTED]

 This is correct only if mydomain.com is in hosteddomains.  Otherwise it's
 plain 'mb18'.


corrected this and still cant receive






 You really need to learn how to be a system administrator.  There are many
 things to be checked, before asking for help:

 * Whether the SMTP server is even running

Well, I am following the directions on the site and it makes no mention, at
least I cant find it, how to do this.

All I know is that on boot up courier starts and on sysntv courier is
selsected


 * Whether the mail is returned as undeliverable, and if so what is the
error
 message in the non-delivery report.

Again I dont know how to do this and I domt see anywhere telling you how

 * Whether the mail stays queued up on the sending relay, and if so what is
 the transient error message

 same thing

 * The error messages that are logged by syslog

same thing


- Original Message -
From: Sam Varshavchik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 17, 2002 12:32 PM
Subject: [courier-users] Re: Problems after install- please help


 M.B. writes:

  After Installing my built RPM packages for a RH 7.2 server install the
  creating system aliases instructions are not working - the one on this
page
  http://www.courier-mta.org/install.html#webadmin
 
  # You must specify a non-privileged account to receive postmaster mail.
  # The postmaster CANNOT be root.  Until you specify a valid postmaster
  # alias below, all postmaster mail will be bitbucketed.
 
  postmaster: [EMAIL PROTECTED]

 This is correct only if mydomain.com is in hosteddomains.  Otherwise it's
 plain 'mb18'.

  Ok, I just checked ,,, I can send e - mail from my domain using the
webmail
  but I cant receive none of the e - mail back.  This must be related to
the
  above test not working properly.

 You really need to learn how to be a system administrator.  There are many
 things to be checked, before asking for help:

 * Whether the SMTP server is even running

 * Whether the mail is returned as undeliverable, and if so what is the
error
 message in the non-delivery report.

 * Whether the mail stays queued up on the sending relay, and if so what is
 the transient error message

 * The error messages that are logged by syslog


 --
 Sam


 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help

2002-02-17 Thread M.B.

Another reason why I am having  ahard time following the site is that the
RPM's install evrything in a different dir

So it hard keeping up with the instrructions on the site

I dont know what and what is allready setup or not




- Original Message -
From: Sam Varshavchik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 17, 2002 12:32 PM
Subject: [courier-users] Re: Problems after install- please help


 M.B. writes:

  After Installing my built RPM packages for a RH 7.2 server install the
  creating system aliases instructions are not working - the one on this
page
  http://www.courier-mta.org/install.html#webadmin
 
  # You must specify a non-privileged account to receive postmaster mail.
  # The postmaster CANNOT be root.  Until you specify a valid postmaster
  # alias below, all postmaster mail will be bitbucketed.
 
  postmaster: [EMAIL PROTECTED]

 This is correct only if mydomain.com is in hosteddomains.  Otherwise it's
 plain 'mb18'.

  Ok, I just checked ,,, I can send e - mail from my domain using the
webmail
  but I cant receive none of the e - mail back.  This must be related to
the
  above test not working properly.

 You really need to learn how to be a system administrator.  There are many
 things to be checked, before asking for help:

 * Whether the SMTP server is even running

 * Whether the mail is returned as undeliverable, and if so what is the
error
 message in the non-delivery report.

 * Whether the mail stays queued up on the sending relay, and if so what is
 the transient error message

 * The error messages that are logged by syslog


 --
 Sam


 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Interest In deliverquota Using FS Quotas?

2002-02-17 Thread James F. Hranicky


Is there any interest in a deliverquota/addition to courier that uses filesystem 
quotas for sites where mail is delivered into the home directory?

This way, there would be no need to calculate the size of the mailbox
each time mail is delivered and no need for the maildirsize file at
all. 

The quota system supported by courier and deliverquota now is ok, but it 
becomes difficult if not impossible to manage when folders are in the 
home directory, as deliverquota never knows when it will run up against
the fs quota.

I'll try to get something working and submit patches if anyone's interested.

--
| Jim Hranicky, Senior SysAdmin   UF/CISE Department |
| E314D CSE BuildingPhone (352) 392-1499 |
| [EMAIL PROTECTED]  http://www.cise.ufl.edu/~jfh |
--

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] ldapauth howto

2002-02-17 Thread Edwin Culp

Quoting Aly S.P Dharshi [EMAIL PROTECTED]:

 Try http://www.openldap.org

Aly,

Openldap is without a doubt required reading for any and everything that
has to do with ldap, IMO, but I understood that Rune was looking for
a more Courier specific - HowTo that I suppose would have examples/scripts
for populating ldap with information from the system passwd file, schemas,
authldaprc, etc.  Actually, this type of information could save the 
uninitiated hours or weeks of time and frustration trying to piece the
information together.  I know of many cases in other projects where some 
folks have given up on ldap completely.  I would certainly try to 
contribute if Rune will help us with a starting point as I'm sure many 
others will.  I doubt that many of us have the time to do a complete
HowTo by ourselves.

Of course, maybe that isn't at all what he is looking for. :-)

ed
 
 
 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
 





---

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help

2002-02-17 Thread M.B.

Hi again,

I really hope someone can help me with this.

As I said before I can send e - mail fine with my domain. but I can not
receive

Here is the error messsage someone gets when they send me an email or reply
to one I sent

inal-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Remote-MTA: dns; mail.pac10fans.com [IPx.x.x.x]
Diagnostic-Code: smtp; 550 User unknown.

I am using the PAM authentification system.  I am using courier for pop3 and
smtp. I installed the following packages only
- courier-0.37.2.20020215-1.7.2.i386.rpm
- courier-sendmail-wrapper-0.37.2.20020215-1.7.2.i
 386.rpm
- courier-pop3d-0.37.2.20020215-1.7.2.i386.rpm
- courier-webmail-0.37.2.20020215-1.7.2.i386.rpm
- courier-webadmin-0.37.2.20020215-1.7.2.i386.rpm
- courier-smtpauth-0.37.2.20020215-1.7.2.i386.rpm

After I installed thenm, I removed sendmail

root@pac10fans i386]# rpm -e sendmail --nodeps
warning: /etc/sendmail.cf saved as /etc/sendmail.cf.rpmsave
warning: /etc/mail/statistics saved as /etc/mail/statistics.rpmsave
warning: /etc/mail/local-host-names saved as
/etc/mail/local-host-names.rpmsave
[root@pac10fans i386]#

I have no idea why its saying user unknown



The only error I see in syslog is  Feb 17 21:44:36 pac10fans
su(pam_unix)[32541]: session opened for user mb18 by courier(uid=0)

This is not even from today and I started, rebooted courier several time
today



.  - Original Message -
From: Sam Varshavchik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 17, 2002 12:32 PM
Subject: [courier-users] Re: Problems after install- please help


 M.B. writes:

  After Installing my built RPM packages for a RH 7.2 server install the
  creating system aliases instructions are not working - the one on this
page
  http://www.courier-mta.org/install.html#webadmin
 
  # You must specify a non-privileged account to receive postmaster mail.
  # The postmaster CANNOT be root.  Until you specify a valid postmaster
  # alias below, all postmaster mail will be bitbucketed.
 
  postmaster: [EMAIL PROTECTED]

 This is correct only if mydomain.com is in hosteddomains.  Otherwise it's
 plain 'mb18'.

  Ok, I just checked ,,, I can send e - mail from my domain using the
webmail
  but I cant receive none of the e - mail back.  This must be related to
the
  above test not working properly.

 You really need to learn how to be a system administrator.  There are many
 things to be checked, before asking for help:

 * Whether the SMTP server is even running

 * Whether the mail is returned as undeliverable, and if so what is the
error
 message in the non-delivery report.

 * Whether the mail stays queued up on the sending relay, and if so what is
 the transient error message

 * The error messages that are logged by syslog


 --
 Sam


 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help

2002-02-17 Thread Juha Saarinen

  I have no idea why its saying user unknown

Do you have a user called mb18 on that box? See this:

# telnet mail.pac10fans.com 25
Trying 24.24.202.102...
Connected to mail.pac10fans.com.
Escape character is '^]'.
220 mail.pac10fans.com ESMTP
ehlo testy
250-mail.pac10fans.com Ok.
250-STARTTLS
250-XVERP=Courier
250-XEXDATA
250-XSECURITY=NONE,STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE
250 DSN
mail from:[EMAIL PROTECTED]
250 Ok.
rcpt to:[EMAIL PROTECTED]
550 User unknown.


Also, when you reply to messages, please do not top post and trim
the quotes, leaving only what you're replying to. Thanks.

-- 
Juha
Take off every sig!


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help .. closer maybe

2002-02-17 Thread David M. Stowell

On 2002.02.17 22:44 M.B. wrote:
 Hi again,
 
 I really hope someone can help me with this.
 
 As I said before I can send e - mail fine with my domain. but I can 
 not
 receive
 
 Here is the error messsage someone gets when they send me an email or 
 reply
 to one I sent
 
 inal-Recipient: rfc822; [EMAIL PROTECTED]
 Action: failed
 Status: 5.0.0
 Remote-MTA: dns; mail.pac10fans.com [IPx.x.x.x]
 Diagnostic-Code: smtp; 550 User unknown.
 
snip - courier RPMS

 I have no idea why its saying user unknown but could it be related it
 to
 this I noticed in the properties of an e - mail I sent from
 [EMAIL PROTECTED] to my ISP account
 
 Return-Path: [EMAIL PROTECTED]
 Received: from lamx01.mgw.rr.com ([66.75.160.12])
   by orngca-mls05.socal.rr.com (Post.Office MTA v3.5.3 release
 223
   ID# 0-59787U25L25S0V35) with ESMTP id com
   for [EMAIL PROTECTED]; Sun, 17 Feb 2002 20:38:10 -0800
 Received: from mail.pac10fans.com (sc-24-24-202-102.socal.rr.com
 [24.24.202.102])
  by lamx01.mgw.rr.com (8.11.4/8.11.3) with ESMTP id g1I4ckN21474
  for [EMAIL PROTECTED]; Sun, 17 Feb 2002 20:38:46 -0800 (PST)
 Received: from localhost (localhost [127.0.0.1]) = == right 
 here,
 is that correct


 The only error I see in syslog is  Feb 17 21:44:36 pac10fans
 su(pam_unix)[32541]: session opened for user mb18 by courier(uid=0)
 
 This is not even from today and I started, rebooted courier several
 time today

Call it me, but has anyone looked at this guy's DNS records? I just did 
(using dig) and things look a bit strange up there to me.

Seriously, I would guess that you are new to systems administration. I 
think you should *seriously* consider calling in a consultant to wire 
things together and get you on your feet. Otherwise, it really looks 
like you're going to keep fumbling.

David M. Stowell
Ravenslake Consulting
Chicago, IL

P.S. No, I do not consult in mail administration :)

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] global quota

2002-02-17 Thread painter(eastnet)

Hello all,

I can use the virtual domain.
As I can  use the global-quota for all users on the domain?

sorry from my english.

  

-- 
Best regards,
 painter(eastnet)  mailto:[EMAIL PROTECTED]



___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help .. closermaybe

2002-02-17 Thread Juha Saarinen

On Sun, 17 Feb 2002, David M. Stowell wrote:

  Call it me, but has anyone looked at this guy's DNS records? I just did
  (using dig) and things look a bit strange up there to me.

They look all right to me.

# dig pac10fans.com. mx

;  DiG 8.3  pac10fans.com. mx
;; res options: init recurs defnam dnsrch
;; got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 4
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 5
;; QUERY SECTION:
;;  pac10fans.com, type = MX, class = IN

;; ANSWER SECTION:
pac10fans.com.  1D IN MX1 mail.pac10fans.com.

;; AUTHORITY SECTION:
pac10fans.com.  1H IN NSns1.mydomain.com.
pac10fans.com.  1H IN NSns2.mydomain.com.
pac10fans.com.  1H IN NSns3.mydomain.com.
pac10fans.com.  1H IN NSns4.mydomain.com.

;; ADDITIONAL SECTION:
mail.pac10fans.com. 1D IN A 24.24.202.102
ns1.mydomain.com.   5M IN A 216.148.213.141
ns2.mydomain.com.   5M IN A 216.148.221.142
ns3.mydomain.com.   5M IN A 216.148.213.143
ns4.mydomain.com.   5M IN A 216.148.221.144



-- 
Juha
Take off every sig!


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help

2002-02-17 Thread Juha Saarinen

On Sun, 17 Feb 2002, M.B. wrote:

  Yes, I have a user 'mb18'

  I can login into sqwebmail and send with that user.  Actually I jhave been
  using webmail for all of these tests

So... is pac10fans.com in your locally hosted domains file? All the
standard user names that I've tried, root, hostmaster, postmaster, etc.
give you a 550 - User unknown.

-- 
Juha
Take off every sig!


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help .. closer maybe

2002-02-17 Thread David M. Stowell

On 2002.02.18 00:21 Juha Saarinen wrote:
 On Sun, 17 Feb 2002, David M. Stowell wrote:
 
   Call it me, but has anyone looked at this guy's DNS records? I 
 just did
   (using dig) and things look a bit strange up there to me.
 
 They look all right to me.
 
 # dig pac10fans.com. mx
 
 ;  DiG 8.3  pac10fans.com. mx
 ;; res options: init recurs defnam dnsrch
 ;; got answer:
 ;; -HEADER- opcode: QUERY, status: NOERROR, id: 4
 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL:
 5
 ;; QUERY SECTION:
 ;;  pac10fans.com, type = MX, class = IN
 
 ;; ANSWER SECTION:
 pac10fans.com.  1D IN MX1 mail.pac10fans.com.
 
 ;; AUTHORITY SECTION:
 pac10fans.com.  1H IN NSns1.mydomain.com.
 pac10fans.com.  1H IN NSns2.mydomain.com.
 pac10fans.com.  1H IN NSns3.mydomain.com.
 pac10fans.com.  1H IN NSns4.mydomain.com.
 
 ;; ADDITIONAL SECTION:
 mail.pac10fans.com. 1D IN A 24.24.202.102
 ns1.mydomain.com.   5M IN A 216.148.213.141
 ns2.mydomain.com.   5M IN A 216.148.221.142
 ns3.mydomain.com.   5M IN A 216.148.213.143
 ns4.mydomain.com.   5M IN A 216.148.221.144

I didn't get the MX record on my query. That was the main oddness. 
Also, I didn't check, but nameservers called ns_.mydomain.com looked 
strange, even if they really exist (which I'm sure they do).

My suggestion to get experienced help on site still stands.

David M. Stowell
Ravenslake Consulting
Chicago, IL

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help

2002-02-17 Thread David M. Stowell

On 2002.02.18 00:24 Juha Saarinen wrote:
 So... is pac10fans.com in your locally hosted domains file? All the
 standard user names that I've tried, root, hostmaster, postmaster,
 etc.
 give you a 550 - User unknown.

This may be too simple, but is there a Maildir in the valid users' home 
directories?

David M. Stowell

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help

2002-02-17 Thread M.B.

Yes, Webmail workd fine, the folders are there.. I can dleted messages, add
folders, etc

I just cant receive anything
- Original Message -
From: David M. Stowell [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 17, 2002 10:32 PM
Subject: Re: [courier-users] Re: Problems after install- please help


 On 2002.02.18 00:24 Juha Saarinen wrote:
  So... is pac10fans.com in your locally hosted domains file? All the
  standard user names that I've tried, root, hostmaster, postmaster,
  etc.
  give you a 550 - User unknown.

 This may be too simple, but is there a Maildir in the valid users' home
 directories?

 David M. Stowell

 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [vchkpw] Re: [courier-users] authvchkpw crashes

2002-02-17 Thread Kris von Mach

I have done further testing and found out that this only happens when the 
login fails. (wrong username/password). But it fails only when the username 
is not in correct format. For example, when a user logins using only the 
username, not their full email address. So sacha.stanton failed and 
authvchkpw cored, where as [EMAIL PROTECTED] works. If 
[EMAIL PROTECTED] is used with a wrong password, the login will 
fail, but authvchkpw doesn't core.

__
Kris.

At 08:49 PM 2/17/2002 -0500, you wrote:
I have reinstalled mysql 3.23.48 from the ports (just like I have always 
done). Then I have proceeded to reinstall vpopmail and courier-imap by 
doing make clean, make, make install-strip, and the error is still happening...

So I have installed authvchkpw non stripped version. But the strange part 
is that the core file is being created in the directory that I have 
compiled courier-imap in. Isn't it suppose to create the core file in the 
/usr/local/libexec/courier-imap/authlib/ dir?

Anyway here is the gdb output:

gdb /usr/local/libexec/courier-imap/authlib/authvchkpw 
/usr/local/src/mail/courier-imap-1.4.2/authvchkpw.core
GNU gdb 4.18
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-unknown-freebsd...
Core was generated by `authvchkpw'.
Program terminated with signal 10, Bus error.
Reading symbols from /usr/local/lib/mysql/libmysqlclient.so.10...done.
Reading symbols from /usr/lib/libz.so.2...done.
Reading symbols from /usr/lib/libm.so.2...done.
Reading symbols from /usr/lib/libcrypt.so.2...done.
Reading symbols from /usr/lib/libc.so.4...done.
Reading symbols from /usr/libexec/ld-elf.so.1...done.
#0  0x2812f29c in strcpy () from /usr/lib/libc.so.4
(gdb) where
#0  0x2812f29c in strcpy () from /usr/lib/libc.so.4
#1  0x8051d23 in rcsid ()
#2  0x804a2aa in auth_vchkpw_pre (userid=0x80558ab sacha.stanton, 
service=0x80558a0 imap,
 callback=0x8049f44 callback_vchkpw, arg=0xbfbff650) at 
 preauthvchkpw.c:65
#3  0x804a067 in auth_vchkpw (service=0x80558a0 imap, authtype=0x80558a5 
login, authdata=0x80558ab sacha.stanton,
 issession=1, callback_func=0, callback_arg=0x0) at authvchkpw.c:87
#4  0x804999f in main (argc=3, argv=0xbfbff708) at mod.h:24
#5  0x80498d1 in _start ()
(gdb) list
9   #includestdlib.h
10  #includeerrno.h
11
12  extern char *MODULE(const char *, const char *, char *, int,
13  void (*)(struct authinfo *, void *), void *);
14
15  static const char mod_h_rcsid[]=$Id: mod.h,v 1.4 2000/04/27 
02:51:00 mrsam Exp $;
16
17  int main(int argc, char **argv)
18  {


I have looked at the user sacha.stanton, and found no problems with her 
account, she didn't even experience any problems as far as she is concerned.

Any other ideas?
__
Kris.




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Problems after install- please help .. closer maybe

2002-02-17 Thread M.B.

Hi,



pac10fans.com was set as locally-hosted domain . I went to ass it to
local domains and I got this error 'ERROR: domain cannot be both local and
locally-hosted'

I will delete the locally-hosted one and add it to local domains and report
back










- Original Message -
From: Sam Varshavchik [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, February 17, 2002 9:19 PM
Subject: [courier-users] Re: Problems after install- please help .. closer
maybe


 M.B. writes:

  Hi again,
 
  I really hope someone can help me with this.
 
  As I said before I can send e - mail fine with my domain. but I can not
  receive
 
  Here is the error messsage someone gets when they send me an email or
reply
  to one I sent
 
  inal-Recipient: rfc822; [EMAIL PROTECTED]
  Action: failed
  Status: 5.0.0
  Remote-MTA: dns; mail.pac10fans.com [IPx.x.x.x]
  Diagnostic-Code: smtp; 550 User unknown.

 Use webadmin to set up pac10fans.com as a local, or a locally-hosted
domain.


 --
 Sam


 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users