Re: [courier-users] FW: authmysql $(service)

2006-07-26 Thread Kóczán Péter
Hi,

Finally I managed to solved the problem with some help.

The following query works perfectly, with the smtp column containing 1 or 0,
depending on if you want the user to be able to use smtp through server or
not.

MYSQL_SELECT_CLAUSE select id as username, crypt as cryptpw, clear as
clearpw, uid, gid, home, if(strcmp('$(service)','courier'),maildir,''),
quota, name as fullname from users where id='$(local_part)@$(domain)' and
((smtp='1' and '$(service)'='esmtp') or ('$(service)'!='esmtp'))

The only that only email addresses are ok for login names, no single logins,
so [EMAIL PROTECTED] would work but simply user would not.

Thanks for the ones that helped again. Regards,

Peter

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kóczán
Péter
Sent: Tuesday, July 25, 2006 9:58 AM
To: Martin Schuster
Cc: courier-users@lists.sourceforge.net
Subject: Re: [courier-users] FW: authmysql $(service)

Sorry, somehow I did not receive it. I turned it on meanwhile and I saw that
$(service) is not replaced by the service name, it is in the query as-is.
What could be the reason for this?

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Kóczán Péter wrote:
 Thanks, but as I see it does not log mysql query so I can't debug

 Thanks for ignoring my mail :(

 Again:
 You can turn on logging for the mysqld, it will then log all queries 
 it gets.
 Put sth like
 log = /var/log/mysql.log
 in your my.cnf

 hth,
 - --
 Martin Schuster  [EMAIL PROTECTED]
 CenterPoint  http://www.centerpoint.eu.com/
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.3 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFExcrr8/HiHhT8phIRAoAoAKCANTYNJrGVLm5gQRTs4JgzhUTiTgCfawxI
 S1vi5ZOiZ+rJZ5M9xTZF0fo=
 =kwDx
 -END PGP SIGNATURE-




-
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT 
business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] FW: authmysql $(service)

2006-07-25 Thread Kóczán Péter
Sorry, somehow I did not receive it. I turned it on meanwhile and I saw
that $(service) is not replaced by the service name, it is in the query
as-is. What could be the reason for this?

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Kóczán Péter wrote:
 Thanks, but as I see it does not log mysql query so I can't debug

 Thanks for ignoring my mail :(

 Again:
 You can turn on logging for the mysqld, it will then log
 all queries it gets.
 Put sth like
 log = /var/log/mysql.log
 in your my.cnf

 hth,
 - --
 Martin Schuster  [EMAIL PROTECTED]
 CenterPoint  http://www.centerpoint.eu.com/
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.3 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

 iD8DBQFExcrr8/HiHhT8phIRAoAoAKCANTYNJrGVLm5gQRTs4JgzhUTiTgCfawxI
 S1vi5ZOiZ+rJZ5M9xTZF0fo=
 =kwDx
 -END PGP SIGNATURE-




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] FW: authmysql $(service)

2006-07-24 Thread Kóczán Péter
Hi,

Another point. I've noticed the MYSQL_AUXOPTIONS_FIELD, and defined one
field. Config file says:

# This will let you define fields called allowimap, etc, with the end
result
# being something that the OPTIONS parser understands.

Is there any option that the option parser understands as the user cannot
send mail through the server?

Thanks,

Peter 

-Original Message-
From: Kóczán Péter [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 24, 2006 6:35 PM
To: 'courier-users@lists.sourceforge.net'
Subject: RE: [courier-users] authmysql $(service)

Hi,

Thanks, but as I see it does not log mysql query so I can't debug, why it is
not working. Please give me a hint on this:

MYSQL_WHERE_CLAUSE  ((smtp='1' and $(service)='esmtp') or ($(service) !=
'esmtp')) 

Still I want to have some of my users only be able to use pop3d, but not
smtp.

Any help would be appreciated. 

Regards,

Peter

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pawel
Tecza
Sent: Thursday, July 20, 2006 9:21 AM
To: Kóczán Péter
Cc: courier-users@lists.sourceforge.net
Subject: Re: [courier-users] authmysql $(service)

Hello Peter,

On Wed, 19 Jul 2006, Kóczán Péter wrote:

 Hi,
 
 Anyone knows a way how to debug authdaemond? I would like to see the 
 exact query sent to mysql, because I believe $(service) is not 
 replaced to 'esmtp', since my query is still not working...
 
 Please give me a hint. My aim is to be able to ban specific users from 
 using smtp through server (smtp-auth).

# grep DEBUG_LOGIN authdaemonrc
##NAME: DEBUG_LOGIN:0
# DEBUG_LOGIN=0   - turn off debugging
# DEBUG_LOGIN=1   - turn on debugging
# DEBUG_LOGIN=2   - turn on debugging + log passwords too
# ** YES ** - DEBUG_LOGIN=2 places passwords into syslog.
##DEBUG_LOGIN=0
DEBUG_LOGIN=1

My best regards,

Pawel Tecza

-
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT 
business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] FW: authmysql $(service)

2006-07-24 Thread Kóczán Péter
 
Hi,

Another point. I've noticed the MYSQL_AUXOPTIONS_FIELD, and defined one
field. Config file says:

# This will let you define fields called allowimap, etc, with the end
result # being something that the OPTIONS parser understands.

Is there any option that the option parser understands as the user cannot
send mail through the server?

Thanks,

Peter 

-Original Message-
From: Kóczán Péter [mailto:[EMAIL PROTECTED]
Sent: Monday, July 24, 2006 6:35 PM
To: 'courier-users@lists.sourceforge.net'
Subject: RE: [courier-users] authmysql $(service)

Hi,

Thanks, but as I see it does not log mysql query so I can't debug, why it is
not working. Please give me a hint on this:

MYSQL_WHERE_CLAUSE  ((smtp='1' and $(service)='esmtp') or ($(service) !=
'esmtp')) 

Still I want to have some of my users only be able to use pop3d, but not
smtp.

Any help would be appreciated. 

Regards,

Peter

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pawel
Tecza
Sent: Thursday, July 20, 2006 9:21 AM
To: Kóczán Péter
Cc: courier-users@lists.sourceforge.net
Subject: Re: [courier-users] authmysql $(service)

Hello Peter,

On Wed, 19 Jul 2006, Kóczán Péter wrote:

 Hi,
 
 Anyone knows a way how to debug authdaemond? I would like to see the 
 exact query sent to mysql, because I believe $(service) is not 
 replaced to 'esmtp', since my query is still not working...
 
 Please give me a hint. My aim is to be able to ban specific users from 
 using smtp through server (smtp-auth).

# grep DEBUG_LOGIN authdaemonrc
##NAME: DEBUG_LOGIN:0
# DEBUG_LOGIN=0   - turn off debugging
# DEBUG_LOGIN=1   - turn on debugging
# DEBUG_LOGIN=2   - turn on debugging + log passwords too
# ** YES ** - DEBUG_LOGIN=2 places passwords into syslog.
##DEBUG_LOGIN=0
DEBUG_LOGIN=1

My best regards,

Pawel Tecza

-
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT 
business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] authmysql $(service)

2006-07-19 Thread Kóczán Péter
Hi,

Anyone knows a way how to debug authdaemond? I would like to see the exact
query sent to mysql, because I believe $(service) is not replaced to
'esmtp', since my query is still not working...

Please give me a hint. My aim is to be able to ban specific users from using
smtp through server (smtp-auth).

Thanks,

Peter 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kóczán
Péter
Sent: Tuesday, July 18, 2006 6:24 PM
To: courier-users@lists.sourceforge.net
Subject: [courier-users] authmysql $(service)

Hi Everyone,

Could you give me a hint on using $(service) in MYSQL_WHERE_CLAUSE ?

I tried: 
MYSQL_WHERE_CLAUSE  ($(service)='esmtp' and smtp='1') or ($(service) !=
'esmtp)

I have an smtp column in my users table, which indicates if an user may or
may not send mail through smtp-auth. Am I getting something wrong, or
$(service) can only be used in MYSQL_SELECT_CLAUSE ?

If I start authdaemond with the configuration above, it simply gives io
error (actually pop3d).

I use authlib 0.58 and courier 0.53.2

Thanks in advance,

Peter


-
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's
Techsay panel and you'll get the chance to share your opinions on IT 
business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] authmysql $(service)

2006-07-18 Thread Kóczán Péter
Hi Everyone,

Could you give me a hint on using $(service) in MYSQL_WHERE_CLAUSE ?

I tried: 
MYSQL_WHERE_CLAUSE  ($(service)='esmtp' and smtp='1') or ($(service) !=
'esmtp)

I have an smtp column in my users table, which indicates if an user may or
may not send mail through smtp-auth. Am I getting something wrong, or
$(service) can only be used in MYSQL_SELECT_CLAUSE ?

If I start authdaemond with the configuration above, it simply gives io
error (actually pop3d).

I use authlib 0.58 and courier 0.53.2

Thanks in advance,

Peter


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Two couriers versus each other

2006-07-13 Thread Kóczán Péter
Hi,

I'm facing a problem with two courier mailservers. Sometimes, when one
tries to send mail to the other, the submit process gets zombied and
stuck. If there are like 5 of them, the mail communication between the 2
servers are not working anymore.

Both of them has courier installed, the one that has the stuck submits
(receiver side) has the latest version (did the same with 0.52), the other
has 0.47 (debian)

process tree on receiver side is:

mail 15143 31237 31237 17027  0 Jul13 ?S  0:00
/usr/lib/courier/sbin/courieresmtpd
mail 15144 15143 31237 17027  0 Jul13 ?Z  0:00  
[submit] defunct

If I kill the parent pid, submit gets killed as well and everything works
fine, but this is only a workaround.

BTW, on the sender side no process indicates that there's connection
anymore, even netstat shows no connection, however on the receiver side
there are several connections to port 25 from the sender.

Please advise on this issue.

Thanks,

Peter



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Zombie submit processes

2006-05-02 Thread Kóczán Péter
Hi,

I have a problem with the courier submit process. I have 2 zombie of them.
Cannot kill them in any way, and they just don't disappear.

23388 ?Z  0:00 [submit] defunct
23898 ?Z  0:00 [submit] defunct

Could you give me a hint on this issue?

Thanks,

Peter



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] localhost relaying 513

2005-10-26 Thread Kóczán Péter
Hi,

I've seen many posts regarding to this topic, but none of them seemed to
solve my problem.

I've changed configuration and now an tiny smtp client from chroot connects
to localhost:25, in order to send mail from php.

This simply does not work. smtpaccess is ok, I have 127.0.0.1
allow,RELAYCLIENT in it, but it still does not accept mail.

Please advice. Regards,

Peter Koczan



---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RE: [courier-users] localhost relaying 513

2005-10-26 Thread Kóczán Péter
 
in the logs 513 Relaying denied appears, nothing else. It seemed pretty much
like courier was not reading smtpaccess.dat at all. I then upgraded to the
latest version, which somehow solved the situation. Had similar problem
months ago with hosteddomains.dat also, same solution... Thanks anyway.

 Hi,

 I've seen many posts regarding to this topic, but none of them seemed 
 to solve my problem.

 I've changed configuration and now an tiny smtp client from chroot 
 connects to localhost:25, in order to send mail from php.

 This simply does not work. smtpaccess is ok, I have 127.0.0.1 
 allow,RELAYCLIENT in it, but it still does not accept mail.


what is in your log? did you run makesmtpaccess?

 Please advice. Regards,

 Peter Koczan







---
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] home directory owned by wrong user

2005-05-29 Thread Kóczán Péter
maildrop: home directory owned by wrong user

This is the message I recently started to get, I guess after upgrading to
50.0. There are some mail users which have only forwards, created by www
user, so I cannot make them automatically change permissions to mail.mail
(realtime).

Is there any way to override this feature? (mail user can read .courier
files in those dirs)

Peter



---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] home directory owned by wrong user

2005-05-29 Thread Kóczán Péter
Sorry, I figurated out the problem.

I echoed /usr/lib/courier/bin/maildrop
into /usr/lib/courier/etc/maildropfilter, after I deleted this file, the
problem solved. 

In case anyone else had the problem.

Peter



---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Filter by message size per user

2005-05-28 Thread Kóczán Péter
Hi,

I've tried to filter one of my user's messages by size, so that if a message
is over 500kb, deliver it to a different mailbox.

I tried it with localmailfilters, smtpfilter,:

import SIZE
if($SIZE  50)
{
to /mail/whatever
}

It did not work :)

Please advise,

Peter



---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RE: [courier-users] Filter by message size per user

2005-05-28 Thread Kóczán Péter
It does not :) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Milan Obuch
Sent: Saturday, May 28, 2005 10:10 AM
To: courier-users@lists.sourceforge.net
Subject: Re: [courier-users] Filter by message size per user

On Saturday 28 May 2005 09:15, Kczn Pter wrote:
 Hi,

 I've tried to filter one of my user's messages by size, so that if a 
 message is over 500kb, deliver it to a different mailbox.

 I tried it with localmailfilters, smtpfilter,:

 import SIZE
 if($SIZE  50)
 {
   to /mail/whatever
 }

 It did not work :)

 Please advise,

 Peter


Try it without import. Sometimes it helps.
Milan


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RE: [courier-users] Filter by message size per user

2005-05-28 Thread Kóczán Péter
Is there a documentation that explains the syntax of smtpfilter files?

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kczn Pter
Sent: Saturday, May 28, 2005 10:20 AM
To: courier
Subject: RE: [courier-users] Filter by message size per user

It does not :) 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Milan Obuch
Sent: Saturday, May 28, 2005 10:10 AM
To: courier-users@lists.sourceforge.net
Subject: Re: [courier-users] Filter by message size per user

On Saturday 28 May 2005 09:15, Kczn Pter wrote:
 Hi,

 I've tried to filter one of my user's messages by size, so that if a 
 message is over 500kb, deliver it to a different mailbox.

 I tried it with localmailfilters, smtpfilter,:

 import SIZE
 if($SIZE  50)
 {
   to /mail/whatever
 }

 It did not work :)

 Please advise,

 Peter


Try it without import. Sometimes it helps.
Milan


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=fad-ysdn-ostg-q22005
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] amavis+perl...

2005-05-25 Thread Kóczán Péter








Recently Ive started to get the following error:



amavis[11507]: ***EMERG*** Insecure dependency in exec while
running with -T switch at /usr/share/perl5/AMAVIS.pm line 658, GEN20
line 11.



I know that this is not a courier issue, but I guess,
somebody else might also had the same problem.



Please advice.



Peter








[courier-users] RE: oops

2005-05-07 Thread Kóczán Péter
I've tested the memory, and it is not a fault of that.

Since then I had 1 kernel oops again with the courierpop3d process. Any
tips, what may cause this?

Regards,
Peter 

-Original Message-
From: Kczn Pter [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 05, 2005 6:21 PM
To: courier (courier-users@lists.sourceforge.net)
Subject: oops

Hi all,

I know that this might not be an issue closely related to courier, but it
happens only with courierpop3d and courierpop3login processes.

Lately I put +512 ram into my server, which now uses 1,5GB. For this reason
I turned on HIGHMEM (to 4G) support in the kernel (2.4.29 with openwall
patch, all openwall modules turned on).

Unable to handle kernel paging request at virtual address 190d  printing
eip:
c02bcb2a
*pde = 18435067
*pte = 
Oops: 
CPU:0
EIP:0010:[tcp_write_xmit+58/672]Not tainted
EFLAGS: 00010202
eax: 18e9   ebx: ef4ec004   ecx:    edx: ef4ebee4
esi: c7486c00   edi:    ebp:    esp: ef4ebe78
ds: 0018   es: 0018   ss: 0018
Process courierpop3d (pid: 6377, stackpage=ef4eb000)
Stack: f676c2a0 c0270f8a c7486d20 c7486c00 c7486d20  c02b0cda
c7486c00
    0010  ef4ebee4  f4630800 c031399a
4ee89067
   c0122ff2 c7486c58 0012e010  0010 0586 

Call Trace:[alloc_skb+170/448] [tcp_sendmsg+1402/4288]
[fast_clear_page+10/80] [do_anonymous_page+178/256] [inet_sendmsg+66/80]
  [sock_sendmsg+104/160] [sock_write+158/192] [sys_write+211/464]
[system_call+51/56]

Code: 8b 40 24 3b 43 5c 74 0e 89 44 24 04 89 14 24 e8 22 ff ff ff 


Today I got two kernel oops like this, all of them containing this line:
EIP:0010:[tcp_write_xmit+58/672]Not tainted

Lately we had a kernel panic also, I had to reboot, but I couldn't get any
logfiles telling something about the issue. These strange things only happen
since I've  bulit the kernel with highmem support.

Please advice.

Regards,

Peter Koczan



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] oops

2005-05-05 Thread Kóczán Péter
Hi all,

I know that this might not be an issue closely related to courier, but it
happens only with courierpop3d and courierpop3login processes.

Lately I put +512 ram into my server, which now uses 1,5GB. For this reason
I turned on HIGHMEM (to 4G) support in the kernel (2.4.29 with openwall
patch, all openwall modules turned on).

Unable to handle kernel paging request at virtual address 190d
 printing eip:
c02bcb2a
*pde = 18435067
*pte = 
Oops: 
CPU:0
EIP:0010:[tcp_write_xmit+58/672]Not tainted
EFLAGS: 00010202
eax: 18e9   ebx: ef4ec004   ecx:    edx: ef4ebee4
esi: c7486c00   edi:    ebp:    esp: ef4ebe78
ds: 0018   es: 0018   ss: 0018
Process courierpop3d (pid: 6377, stackpage=ef4eb000)
Stack: f676c2a0 c0270f8a c7486d20 c7486c00 c7486d20  c02b0cda
c7486c00
    0010  ef4ebee4  f4630800 c031399a
4ee89067
   c0122ff2 c7486c58 0012e010  0010 0586 

Call Trace:[alloc_skb+170/448] [tcp_sendmsg+1402/4288]
[fast_clear_page+10/80] [do_anonymous_page+178/256] [inet_sendmsg+66/80]
  [sock_sendmsg+104/160] [sock_write+158/192] [sys_write+211/464]
[system_call+51/56]

Code: 8b 40 24 3b 43 5c 74 0e 89 44 24 04 89 14 24 e8 22 ff ff ff 


Today I got two kernel oops like this, all of them containing this line:
EIP:0010:[tcp_write_xmit+58/672]Not tainted

Lately we had a kernel panic also, I had to reboot, but I couldn't get any
logfiles telling something about the issue. These strange things only happen
since I've  bulit the kernel with highmem support.

Please advice.

Regards,

Peter Koczan



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Tls not available

2005-03-13 Thread Kóczán Péter
Hey,

I've noticed that there's a mail server I cannot send mail to. The reason
is: 451 TLS not available. It's probably on the remote side, however, my
problem is that courier does not fallback to try sending mail without tls...

Mar 13 08:56:19 * courierd:
started,id=0016AE13.42335782.40DC,from=[EMAIL PROTECTED],module=esmtp
,host=vickysunday.com,addr=[EMAIL PROTECTED]
Mar 13 08:56:19 * courierd: Waiting.  shutdown time=none, wakeup
time=none, queuedelivering=1, inprogress=1
Mar 13 08:56:19 * courieresmtp:
id=0016AE13.42335782.40DC,from=[EMAIL PROTECTED],addr=[EMAIL PROTECTED]
day.com: 454 TLS not available
Mar 13 08:56:19 * courieresmtp:
id=0016AE13.42335782.40DC,from=[EMAIL PROTECTED],addr=[EMAIL PROTECTED]
day.com,status: deferred
Mar 13 08:56:19 * courierd: completed,id=0016AE13.42335782.40DC

I've left the destination in so that you can check if the problem exists...

Is there a way to make courier try sending mail without tls if it fails?

Thanks,

Peter



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Empty messages... again

2004-11-11 Thread Kóczán Péter
Again. Is it somehow possible to filter thos messages who have null body?

Peter



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RE: [courier-users] webadmin password :(

2004-11-08 Thread Kóczán Péter
Another problem that came out is related to why I originally wanted to use
webadmin; if I add my domain to makehosteddomains/webadmin and
esmtpacceptmailfor.dir/webadmin, courier does not accept mail for that
domain.

I realized that the problem is with makeacceptmailfor; I've taken a look
into hosteddomains.dat and found the newly added domain, but not in
esmtpacceptmailfor.dat. Yes, I've run makeacceptmailfor and  things, even
tried to move esmtpacceptmailfor.dat to see if it is created, and the answer
is no.

Please advise, it all worked before and there is no reason why it stopped
suddenly.

Peter

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of chetanjain
Sent: Monday, November 08, 2004 7:35 AM
To: [EMAIL PROTECTED]
Subject: RE: [courier-users] webadmin password :(

if its a rpm installgo to /usr/libexec/webmin

Check the change_pass.pl

Chetan Jain
--- Ksczan Piter [EMAIL PROTECTED] wrote:

 Yes, it does match. (however it is new to me that
 courier stores these
 config setting under /etc not just
 /usr/lib/courirer/etc)
 
 Peter
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 On Behalf Of ms linux
 Sent: Sunday, November 07, 2004 5:02 AM
 To: courier
 Subject: Re: [courier-users] webadmin password :(
 
 
 Ksczan Piter wrote:
 
 Hi,
 
 A strange thing happened today: my webadmin stopped
 working. it simply
 stopped accepting my password, stating:
 
 ERROR: Invalid password
 
 Absolutely _nothing_ has changed from yesterday.
 I've
 tried to
 re-install webadmin password by
 
 Make install-webadmin-password
 
 But it helped nothing. The permissions are ok,
 everything seems to be
 right, but it keeps rejecting the password. I use
 ssl
 connection, but
 creating the unsecureok file did not help either.
 
 Any help would be appreciated.
 
 Peter
 
 cat /etc/courier/webadmin/password
 
 make sure your password match with that 
 
 
 cheers,
 
 --me--
 
 
 =


 
 
   I love Linux but how many years will I wait to
 have awesome games run
 on
   my linux box ???
   During that time I will always have dual boot 
 


 
 
 __
 Do You Yahoo!?
 Download the latest ringtones, games, and more!
 http://sg.mobile.yahoo.com
 
 

---
 This SF.Net email is sponsored by:
 Sybase ASE Linux Express Edition - download now for
 FREE LinuxWorld
 Reader's Choice Award Winner for best database on
 Linux.

http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe:

https://lists.sourceforge.net/lists/listinfo/courier-users
 
 
 

---
 This SF.Net email is sponsored by:
 Sybase ASE Linux Express Edition - download now for
 FREE
 LinuxWorld Reader's Choice Award Winner for best
 database on Linux.
 http://ads.osdn.com/?ad_idU88alloc_id065op=click
 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe:

https://lists.sourceforge.net/lists/listinfo/courier-users
 




__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Empty messages

2004-11-08 Thread Kóczán Péter
Hi,

I'm curious if anyone has noticed this problem; if courier for some reason
receives a message without body (empty body), outlook (and maybe some other
mail clients) simply disconnect and refuse to download any messages that are
after the empty one.

Has anyone solved this with some filter, or have a clue how to do so?

Peter



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RE: [courier-users] webadmin password :(

2004-11-07 Thread Kóczán Péter
Yes, it does match. (however it is new to me that courier stores these
config setting under /etc not just /usr/lib/courirer/etc)

Peter

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ms linux
Sent: Sunday, November 07, 2004 5:02 AM
To: courier
Subject: Re: [courier-users] webadmin password :(


Kczn Pter wrote:

Hi,

A strange thing happened today: my webadmin stopped
working. it simply
stopped accepting my password, stating:

ERROR: Invalid password

Absolutely _nothing_ has changed from yesterday. I've
tried to
re-install webadmin password by

Make install-webadmin-password

But it helped nothing. The permissions are ok,
everything seems to be
right, but it keeps rejecting the password. I use ssl
connection, but
creating the unsecureok file did not help either.

Any help would be appreciated.

Peter

cat /etc/courier/webadmin/password

make sure your password match with that 


cheers,

--me--


=



  I love Linux but how many years will I wait to have awesome games run
on
  my linux box ???
  During that time I will always have dual boot 




__
Do You Yahoo!?
Download the latest ringtones, games, and more!
http://sg.mobile.yahoo.com


---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE LinuxWorld
Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RE: [courier-users] webadmin password :(

2004-11-07 Thread Kóczán Péter
Nope, it is installed from source.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of chetanjain
Sent: Monday, November 08, 2004 7:35 AM
To: [EMAIL PROTECTED]
Subject: RE: [courier-users] webadmin password :(

if its a rpm installgo to /usr/libexec/webmin

Check the change_pass.pl

Chetan Jain
--- Ksczan Piter [EMAIL PROTECTED] wrote:

 Yes, it does match. (however it is new to me that
 courier stores these
 config setting under /etc not just
 /usr/lib/courirer/etc)
 
 Peter
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 On Behalf Of ms linux
 Sent: Sunday, November 07, 2004 5:02 AM
 To: courier
 Subject: Re: [courier-users] webadmin password :(
 
 
 Ksczan Piter wrote:
 
 Hi,
 
 A strange thing happened today: my webadmin stopped
 working. it simply
 stopped accepting my password, stating:
 
 ERROR: Invalid password
 
 Absolutely _nothing_ has changed from yesterday.
 I've
 tried to
 re-install webadmin password by
 
 Make install-webadmin-password
 
 But it helped nothing. The permissions are ok,
 everything seems to be
 right, but it keeps rejecting the password. I use
 ssl
 connection, but
 creating the unsecureok file did not help either.
 
 Any help would be appreciated.
 
 Peter
 
 cat /etc/courier/webadmin/password
 
 make sure your password match with that 
 
 
 cheers,
 
 --me--
 
 
 =


 
 
   I love Linux but how many years will I wait to
 have awesome games run
 on
   my linux box ???
   During that time I will always have dual boot 
 


 
 
 __
 Do You Yahoo!?
 Download the latest ringtones, games, and more!
 http://sg.mobile.yahoo.com
 
 

---
 This SF.Net email is sponsored by:
 Sybase ASE Linux Express Edition - download now for
 FREE LinuxWorld
 Reader's Choice Award Winner for best database on
 Linux.

http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe:

https://lists.sourceforge.net/lists/listinfo/courier-users
 
 
 

---
 This SF.Net email is sponsored by:
 Sybase ASE Linux Express Edition - download now for
 FREE
 LinuxWorld Reader's Choice Award Winner for best
 database on Linux.
 http://ads.osdn.com/?ad_idU88alloc_id065op=click
 ___
 courier-users mailing list
 [EMAIL PROTECTED]
 Unsubscribe:

https://lists.sourceforge.net/lists/listinfo/courier-users
 




__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88alloc_id065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] webadmin password :(

2004-11-06 Thread Kóczán Péter
Hi,

A strange thing happened today: my webadmin stopped working. it simply
stopped accepting my password, stating:

ERROR: Invalid password

Absolutely _nothing_ has changed from yesterday. I've tried to
re-install webadmin password by

Make install-webadmin-password

But it helped nothing. The permissions are ok, everything seems to be
right, but it keeps rejecting the password. I use ssl connection, but
creating the unsecureok file did not help either.

Any help would be appreciated.

Peter



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588alloc_id=12065op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] outgoing mail

2004-03-11 Thread Kóczán Péter
Hi,

I've asked this question before, and got the answer that I shall use
mailfilter for it, but afterwards I couldn't manage to get it work.

So my problem was that I use courier, and people who have account to the
server can send mail after authentication, which is not a problem. The
problem is that they - after auth - can send mail from any address, even if
it is not hosted on my server. So I need to specify email address(es) for
each email account on the server.

I would appreciate a working example for this, in any way. I use mysql auth
btw.

Thanks in advance,

Peter Koczan



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users