[vchkpw] Re: vpopmaild and php
Ken Jones said the following on 07/11/2005 15:43: > Cristiano Deana wrote: > >> Hi, >> >> is 'vpopmaild' project still open? >> I have seen from cvs vpopmaild.c file hasn't been modified since dec >> 2004, why? >> And php => vpopmaild? > > > Yep. It's still active. Last week I started a vpopmaild documentation page. > http://www.qmailwiki.org/Vpopmaild/ It's actually: http://www.qmailwiki.org/Vpopmaild R. -- http://robinbowes.com If a man speaks in a forest, and his wife's not there, is he still wrong?
[vchkpw] Re: vpopmaild and php
Robin Bowes said the following on 24/11/2005 11:06: > Ken Jones said the following on 07/11/2005 15:43: > >>Cristiano Deana wrote: >> >> >>>Hi, >>> >>>is 'vpopmaild' project still open? >>>I have seen from cvs vpopmaild.c file hasn't been modified since dec >>>2004, why? >>>And php => vpopmaild? >> >> >>Yep. It's still active. Last week I started a vpopmaild documentation page. >>http://www.qmailwiki.org/Vpopmaild/ > > > It's actually: > > http://www.qmailwiki.org/Vpopmaild Where can we download the latest version of vpopmaild? I need to use it for smtp auth authentication for qpsmtpd as I can't get vchkpw to work. Thanks, R. -- http://robinbowes.com If a man speaks in a forest, and his wife's not there, is he still wrong?
[vchkpw] Problem chkuser
Hi,Fairly new to Qmail here. Just trying to find my way around. I've come across multiple problems after setting it up. So let me start with one of the more simple ones.On my Outlook, I have a distribution list of 40 people. All addresses are internal addresses. When i attempt to send mail to all these people, I get the following errors:571 sorry, you are violating our security policies (#5.7.1 - chkuser)571 sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser)Is there somewhere in the config files that allows me to disable this 'policy'? my file /etc/tcp.smtp 127.:allow,RELAYCLIENT="",CHKUSER_RCPTLIMIT="60",CHKUSER_WRONGRCPTLIMIT="10":allow,CHKUSER_RCPTLIMIT="60",CHKUSER_WRONGRCPTLIMIT="10"
[vchkpw] Re:
Do you know vpopbull? I think this help you. C. Mattos Em 24/11/2005, "Eric Marins" <[EMAIL PROTECTED]> escreveu: >Hi, > >Fairly new to Qmail here. Just trying to find my way around. I've come across >multiple problems after setting it up. So let me start with one of the more >simple ones. > >On my Outlook, I have a distribution list of 40 people. All addresses are >internal addresses. When i attempt to send mail to all these people, I get the >following errors: > >571 sorry, you are violating our security policies (#5.7.1 - chkuser) > >571 sorry, reached maximum number of recipients for one session (#5.7.1 - >chkuser) > >Is there somewhere in the config files that allows me to disable this 'policy'? > > >my file /etc/tcp.smtp > >127.:allow,RELAYCLIENT="",CHKUSER_RCPTLIMIT="60",CHKUSER_WRONGRCPTLIMIT="10" >:allow,CHKUSER_RCPTLIMIT="60",CHKUSER_WRONGRCPTLIMIT="10" > >
Re: [vchkpw] Problem chkuser
At 14.46 24/11/2005, you wrote: Hi, Fairly new to Qmail here. Just trying to find my way around. I've come across multiple problems after setting it up. So let me start with one of the more simple ones. On my Outlook, I have a distribution list of 40 people. All addresses are internal addresses. When i attempt to send mail to all these people, I get the following errors: 571 sorry, you are violating our security policies (#5.7.1 - chkuser ) 571 sorry, reached maximum number of recipients for one session (#5.7.1 - chkuser ) Is there somewhere in the config files that allows me to disable this 'policy'? my file /etc/tcp.smtp 127.:allow,RELAYCLIENT="",CHKUSER_RCPTLIMIT="60",CHKUSER_WRONGRCPTLIMIT="10" :allow,CHKUSER_RCPTLIMIT="60",CHKUSER_WRONGRCPTLIMIT="10" Here you see which are your limits enabled. You can either: cut these variables from tcp.smtp (at least in the internal zone) increase these limits. disable #define CHKUSER_RCPT_LIMIT_VARIABLE and CHKUSER_WRONGRCPT_LIMIT_VARIABLE and recompile qmail-smtpd. I suggest you to not apply the third one, and try a solution with the first two. More, I suggest you to disable chkuser on internal relaying, and use it only on external SMTP acceptance. Tonino