[vchkpw] chkuser 2.0.8 + syslog

2005-05-17 Thread Jimmy Stewpot
Hello,
I am currently trying to setup my chkuer 2.0.8 to log to syslog. 
Currently all of the information is coming out on /dev/console.

I currently have the following setup
#define CHKUSER_ENABLE_LOGGING
/*
 * Uncomment to enable logging of good rcpts
 * valid only if CHKUSER_ENABLE_LOGGING is defined
 */
#define CHKUSER_LOG_VALID_RCPT
/*
 * Uncomment to enable usage of a variable escluding any check on the 
sender.
 * The variable should be set in tcp.smtp for clients, with static IP, 
whose mailer
 * is composing bad sender addresses
 */
#define CHKUSER_SENDER_NOCHECK_VARIABLE SENDER_NOCHECK

Is there any way that I can get it to goto syslog?.
Thanks
Jimmy.


[vchkpw] Kein Betreff

2005-05-17 Thread lola
unsubscribe [EMAIL PROTECTED]




Re: [vchkpw] chkuser 2.0.8 + syslog

2005-05-17 Thread tonix (Antonio Nati)
Hi Jimmy,
this does not look as a chkuser problem, but as a general qmail problem (as 
chkuser uses same logging routines of qmail). chkuser log goes whenever 
qmail logs go. Are your normal qmail-smtpd logs going to syslog?

You should look in other pages, and check how syslog and splogger work.
See http://www.lifewithqmail.org/lwq.html or 
http://qmail.3va.net/qdp/splogger.html more specific info.

Ciao,
Tonino
At 14.54 17/05/2005, you wrote:
Hello,
I am currently trying to setup my chkuer 2.0.8 to log to syslog. Currently 
all of the information is coming out on /dev/console.

I currently have the following setup
#define CHKUSER_ENABLE_LOGGING
/*
 * Uncomment to enable logging of good rcpts
 * valid only if CHKUSER_ENABLE_LOGGING is defined
 */
#define CHKUSER_LOG_VALID_RCPT
/*
 * Uncomment to enable usage of a variable escluding any check on the sender.
 * The variable should be set in tcp.smtp for clients, with static IP, 
whose mailer
 * is composing bad sender addresses
 */
#define CHKUSER_SENDER_NOCHECK_VARIABLE SENDER_NOCHECK

Is there any way that I can get it to goto syslog?.
Thanks
Jimmy.



Re: [vchkpw] chkuser 2.0.8 + syslog

2005-05-17 Thread Jeremy Kitchen
On Tuesday 17 May 2005 11:47 am, tonix (Antonio Nati) wrote:
 Hi Jimmy,

 this does not look as a chkuser problem, but as a general qmail problem (as
 chkuser uses same logging routines of qmail). chkuser log goes whenever
 qmail logs go. Are your normal qmail-smtpd logs going to syslog?

however, qmail-smtpd doesn't actually log anything.. so you've had to add some 
additional logging code :)

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
[EMAIL PROTECTED] ++ inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgpvXCAVXSWQh.pgp
Description: PGP signature


Re: [vchkpw] chkuser 2.0.8 + syslog

2005-05-17 Thread tonix (Antonio Nati)
At 17.59 17/05/2005, you wrote:
On Tuesday 17 May 2005 11:47 am, tonix (Antonio Nati) wrote:
 Hi Jimmy,

 this does not look as a chkuser problem, but as a general qmail problem (as
 chkuser uses same logging routines of qmail). chkuser log goes whenever
 qmail logs go. Are your normal qmail-smtpd logs going to syslog?
however, qmail-smtpd doesn't actually log anything.. so you've had to add 
some
additional logging code :)
You are right! Around chkuser logging I have tcpserver logging (tcpserver 
starting qmail-smtpd). I consider it the same of qmail-smtpd (when existing 
:-)) in my previous comment.

Tonino
-Jeremy
--
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
[EMAIL PROTECTED] ++ inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]



[vchkpw] remote not able to send email

2005-05-17 Thread Marty Pokojski
Greetings -

 I have a remote domain that can pop, but not send (from home location). I
got them to be able to send from their office location, but had to add
their router IP to the /etc/tcp.smtp file.

  Now from home...the user can pop...but when they try to send, it tells
them they can not connect to the smtp server.  I have roaming users
enabled for vpopmail. WHat am I missing?


Regards,
-- 
Marty


Re: [vchkpw] remote not able to send email

2005-05-17 Thread Jeremy Kitchen
On Tuesday 17 May 2005 01:13 pm, Marty Pokojski wrote:
 Greetings -

  I have a remote domain that can pop, but not send (from home location). I
 got them to be able to send from their office location, but had to add
 their router IP to the /etc/tcp.smtp file.

   Now from home...the user can pop...but when they try to send, it tells
 them they can not connect to the smtp server.  I have roaming users
 enabled for vpopmail. WHat am I missing?

a lot of ISPs nowadays are blocking port 25 outbound.

this is probably the situation.  You'll have to set up an additional smtp 
service on an alternate port (587 is the defacto standard).

I would recommend setting up an SSL wrapped service with SMTP AUTH on port 
465, to protect your users' login information.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
[EMAIL PROTECTED] ++ inter7.com ++ 866.528.3530 ++ 815.776.9465 int'l
  kitchen @ #qmail #gentoo on EFnet IRC ++ scriptkitchen.com/qmail
 GnuPG Key ID: 481BF7E2 ++ jabber:[EMAIL PROTECTED]


pgpGo3gife5KG.pgp
Description: PGP signature


Re: [vchkpw] remote not able to send email

2005-05-17 Thread Marty Pokojski

snip
   Now from home...the user can pop...but when they try to send, it tells
 them they can not connect to the smtp server.  I have roaming users
 enabled for vpopmail. WHat am I missing?

 a lot of ISPs nowadays are blocking port 25 outbound.

 this is probably the situation.  You'll have to set up an additional smtp
 service on an alternate port (587 is the defacto standard).

 I would recommend setting up an SSL wrapped service with SMTP AUTH on port
 465, to protect your users' login information.

 -Jeremy

That has brought me a lot closer..thanks!!!  However...now I am getting
this 

The message could not be sent because one of the recipients was rejected
by the server. The rejected e-mail address was 'email@ameritech.net'.
Subject 'testing', Account: 'pop3.domain.com', Server:
'smtp.domain.com', Protocol: SMTP, Server Response: '553 sorry, that
domain isn't in my list of allowed rcpthosts (#5.7.1)', Port: 587,
Secure(SSL): No, Server Error: 553, Error Number: 0x800CCC79

I have domain.com setup in the rcpthosts -  This was the same error I got
when they were accessing from their office and then I added the WAN IP and
it worked. Now...we have another client...in another city..that has no
issues at all and I never had to add their IP to the tcp.smtp file. If
they happen to be having issues, they have not reported it as they state
everything is working fine.

thanks,
Marty


[vchkpw] compilation flags (sqwebmail against vpopmail)

2005-05-17 Thread Rakotomandimby (R12y) Mihamina
Hi,

I made a little survey one month ago to know what webmail vpopmail users
are using.

It showed sqwebmail was used by several people.

I have a qmail/vpopmail installation. the vpopmail has been built with
the defaults flags (I mean the paths and all the things...)

So, I would like to ask those users: what was the configure flags they
used? I ask because I saw many documents and thay all have their exotics
flags.

Did sqwebmail autodetect the vpopmail installation? what flags did you
provide to make it works clean?

Thank you very much.

-- 
ASPO Infogérance   http://aspo.rktmb.org/activites/infogerance
Unofficial FAQ fcolc   http://faq.fcolc.eu.org/
LUG sur Orléans et alentours (France).
Tél : 02 34 08 26 04 / 06 33 26 13 14