[toaster] Relay

2004-01-30 Thread helionunes



I have just installed qmail toaster last version 
with vpopmail 5.4 rc2 (instead of rc1 ) with mysql. Mysql is handing relay file. 
Looking at qmail queue I can find many email that should not be there. It seems 
also that anYone can send an email to a local using our smtpd.
 
Anyone has any idea of what is wrong? rcpthost are 
properly populated, virtualdomains also.  /home/vpopmail/etc/smtp.cdb is 
set.
 
Helio Nunes


Re: [toaster] Relay

2004-02-04 Thread helionunes
Thanks very much. Actually the address tested is our smtp server. Looking at
"qmailctl queue"  I can see many emails that should not be there. Emails
where from is not from any of our virtual domains and also,  to:  are not
either.
Vpopmail was installed with roaming users option.
Any idea of what is happening. The problem also is that our  queue is
getting bigger.

Thanks in advance.
Helio Nunes
- Original Message - 
From: "Bill Shupp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 30, 2004 3:23 PM
Subject: Re: [toaster] Relay


> [EMAIL PROTECTED] wrote:
>
> > I have just installed qmail toaster last version with vpopmail 5.4 rc2
(instead of rc1 ) with mysql. Mysql is handing relay file. Looking at qmail
queue I can find many email that should not be there. It seems also that
anYone can send an email to a local using our smtpd.
> >
> > Anyone has any idea of what is wrong? rcpthost are properly populated,
virtualdomains also.  /home/vpopmail/etc/smtp.cdb is set.
> >
> > Helio Nunes
>
> It should not be a relay.  Assuming that your from address is the server
> you are talking about, it appears that is indeed NOT a relay:
>
> shuttle-shupp-org:~ shupp$  telnet mail.hnet.com.br 25
> Trying 200.162.238.132...
> Connected to 200-162-238-132.corp.ajato.com.br.
> Escape character is '^]'.
> 220 hnet13.hnetonline.com.br ESMTP
> ehlo
> 250-hnet13.hnetonline.com.br
> 250-AUTH LOGIN CRAM-MD5 PLAIN
> 250-AUTH=LOGIN CRAM-MD5 PLAIN
> 250-STARTTLS
> 250-PIPELINING
> 250 8BITMIME
> mail from: [EMAIL PROTECTED]
> 250 ok
> rcpt to: [EMAIL PROTECTED]
> 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
> quit
> 221 hnet13.hnetonline.com.br
> Connection closed by foreign host.
>
> Regards,
>
> Bill Shupp
>



[toaster] probl when installing

2007-04-04 Thread helionunes
List 

When installing authlib 0.59.1 at the point where iit compiles authvchkpw.c, I 
got the following.

Compiling authvchkpw.c
authvchkpw.c: In function 'auth_vchkpw':
authvchkpw.c:86: warning: implicit declaration of function 'auth_vchkpw_login'
authvchkpw.c: At top level:
authvchkpw.c:103: error: static declaration of 'auth_vchkpw_login' follows 
non-static declaration
authvchkpw.c:86: error: previous implicit declaration of 'auth_vchkpw_login' 
was here
authvchkpw.c: In function 'auth_vchkpw_changepass':
authvchkpw.c:184: warning: passing argument 1 of 'parse_email' discards 
qualifiers from pointer target type
make[2]: *** [authvchkpw.lo] Error 1
make[2]: Leaving directory `/var/src/courier-authlib-0.59.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/src/courier-authlib-0.59.1'
make: *** [all] Error 2
 
Actually I dont know hoow to fix such implicit declaration.


Thanks for the help

Helio Nunes


Re: [toaster] probl when installing

2007-04-04 Thread helionunes
Did it. OK
Thanks.
Helio Nunes

- Original Message - 
From: <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, April 04, 2007 12:06 PM
Subject: Re: [toaster] probl when installing


> > List
> >
> > When installing authlib 0.59.1 at the point where iit compiles
> > authvchkpw.c, I
> > got the following.
> >
> > Compiling authvchkpw.c
> > authvchkpw.c: In function 'auth_vchkpw':
> > authvchkpw.c:86: warning: implicit declaration of function
> > 'auth_vchkpw_login'
> > authvchkpw.c: At top level:
> > authvchkpw.c:103: error: static declaration of 'auth_vchkpw_login'
follows
> > non-static declaration
> > authvchkpw.c:86: error: previous implicit declaration of
> > 'auth_vchkpw_login'
> > was here
> > authvchkpw.c: In function 'auth_vchkpw_changepass':
> > authvchkpw.c:184: warning: passing argument 1 of 'parse_email' discards
> > qualifiers from pointer target type
> > make[2]: *** [authvchkpw.lo] Error 1
> > make[2]: Leaving directory `/var/src/courier-authlib-0.59.1'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/var/src/courier-authlib-0.59.1'
> > make: *** [all] Error 2
> >
> > Actually I dont know hoow to fix such implicit declaration.
> >
> >
> > Thanks for the help
> >
> > Helio Nunes
> >
>
> I've hit the same issue, do not apply the cram auth patch and all should
> be fine.
>
> You can rebuild courier-authlib again when Bill fixes this.
>
>
>



Re: [toaster] probl when installing

2007-04-04 Thread helionunes
Hi Bill
Distribution is SUSE 10.2 and gcc is 4.1.3.29 i586
Regards
Helio Nunes
- Original Message - 
From: "Bill Shupp" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, April 04, 2007 2:51 PM
Subject: Re: [toaster] probl when installing


> helionunes wrote:
> > List
> >
> > When installing authlib 0.59.1 at the point where iit compiles
authvchkpw.c, I
> > got the following.
> >
> > Compiling authvchkpw.c
> > authvchkpw.c: In function 'auth_vchkpw':
> > authvchkpw.c:86: warning: implicit declaration of function
'auth_vchkpw_login'
> > authvchkpw.c: At top level:
> > authvchkpw.c:103: error: static declaration of 'auth_vchkpw_login'
follows
> > non-static declaration
> > authvchkpw.c:86: error: previous implicit declaration of
'auth_vchkpw_login'
> > was here
> > authvchkpw.c: In function 'auth_vchkpw_changepass':
> > authvchkpw.c:184: warning: passing argument 1 of 'parse_email' discards
> > qualifiers from pointer target type
> > make[2]: *** [authvchkpw.lo] Error 1
> > make[2]: Leaving directory `/var/src/courier-authlib-0.59.1'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/var/src/courier-authlib-0.59.1'
> > make: *** [all] Error 2
> >
> > Actually I dont know hoow to fix such implicit declaration.
>
> What distribution are you using, and what version of gcc?
>
> Regards,
>
> Bill
>
>



[toaster] New Toaster Version

2008-06-18 Thread helionunes
Hi Bill 
Have you a date for a new Toaster version?

Thanks
Helio Nunes


[toaster] cancel

2009-06-10 Thread helionunes

PLS cancel subscription


--
Esta mensagem foi verificada pelo sistema de antivírus e
acredita-se estar livre de perigo.