RE: [vchkpw] cdb -V- Sql

2007-03-24 Thread Peter Normann
Quey wrote: 
> I've read that use of SQL for vpopmail is really only advantageous
> when you get many domains. 

Not exactly. SQL is advantageous if you somewhere down the road want to
implement a web based management system for administering accounts.

> However, what about 1 domain, at how many users would it be faster to
> use SQL over the default cdb file? 
> Is it beneficial at 10K users or 50K users in the same domain, or no
> real gain at all until 100K users, or never? 

I am uncertain whether SQL provides performance gains under any
circumstances. Maybe someone could expand on this...

Peter



RE: [vchkpw] Better smtp logs

2007-02-21 Thread Peter Normann
Max Esquivel wrote:
> Is there any way to configure the smtp log to show which account is
> being logged in or auth'ed to send, sort of like what the pop log
> shows? 

http://cr.yp.to/qmail/faq/servers.html#recordio


Peter



RE: [vchkpw] encrypt email from the web [OT]

2007-02-13 Thread Peter Normann
Remo Mattei wrote:
> Hello guys does anyone have any tips on what/how to make a form from
> the web that sends email encrypted and then I can decrypt it on my
> email account.

Erhm...

If I understand you correctly, you want to encrypt the mail en route from
your web server to your mail user agent?

If this is the case, serve a regular form on the web page (this will be sent
in plain text from the web browser to the server), and then produce the
encrypted mail server side and ship it.

If you are want to encrypt the mail while being entered in the form and sent
to the web server, the obvious solution is https.

What problem are you trying to solve?

Peter



RE: [vchkpw] FQDN

2007-02-13 Thread Peter Normann
Rick Romero wrote:
> Or, more useful, just put your domain name in /var/qmail/control/me

Of course. The OP just wanted to make sure the _bounces_ were delivered
my bad.


Regards

Peter



RE: [vchkpw] spamd vpopmail qmail

2007-02-13 Thread Peter Normann
kalin mintchev wrote:
>> I was wondering whether it is plain (a) stupidity, (b) ignorance, (c)
>> arrogance, or any combination of these, that made you mail _three_
>> mailing lists with the same question, none of them being the
>> qmail-scanner mailing list. 
>> 
>> Don't do that again. Ever.
> 
> or what? you'll sue me, dumbass?! did i insult you intelligence?!

Don't flatter yourself.

> it's just pms?!
> 
> now...  ask me again...  politely.

Okay.

Dear Mr. Mintchev,

Will you be so kind as to enlighten me as to which of these personality
disorders apply to you?

(a) Stupidity
(b) Ignorance
(c) Arrogance
(d) All of the above

#EOF (end of flame)



RE: [vchkpw] FQDN

2007-02-13 Thread Peter Normann
M... wrote:
> Usually, in qmail, with a single domain, you would
> have in locals, your domain and FQDN for which you
> accept/deliver email, but when you decide to have many
> domains and only use virtual domains in vpopmail, the
> locals is empty.
> 
> If your main domain = mydomain.com
> your mail server FQDN = alpha.mydomain.com
> 
> How do you make sure that bounces to
> alpha.mydomain.com gets delievered to mydomain.com ?
> 
> I'm seeing a few rejections to bounces in my log as
> alpha.mydomain.com isn't recognized.
> 
> Sorry, I didn't use qmail and multiple domains before
> but jumped straight to vpopmailso don't know how that
> part works.

Try reading the docs on domain aliases.

http://www.inter7.com/vpopmail/doc/vaddaliasdomain.html

http://www.inter7.com/vpopmail/FAQ.txt (#12)


Regards

Peter



RE: [vchkpw] spamd vpopmail qmail

2007-02-13 Thread Peter Normann
kalin mintchev wrote:
> i was wondering if i can use the qmail-scanner (with qmailqueue from
> SPAMCONTROL) for tagging  mail using spamd on smtp level and then on
> delivery - using vpopmail - scanning the messages that weren't tagged
> using individual vpopmail users preference files..

I was wondering whether it is plain (a) stupidity, (b) ignorance, (c)
arrogance, or any combination of these, that made you mail _three_ mailing
lists with the same question, none of them being the qmail-scanner mailing
list.

Don't do that again. Ever.

Read the docs. Search the archives for the _right_ mailing list and/or the
web. Then learn how to address mailing lists.




RE: [vchkpw] smtp auth failed when no email to be retrieved

2007-01-28 Thread Peter Normann
Winanjaya - CBN wrote:
> I am runnning qmail+vpopmail 5.4.17 with smtp auth for roaming users,
> my users use Outlook Express as email client to send/receive email.
> 
> My problem is:
> It seems like smtp auth failed (see below message) when he/she does
> not have email to be retrieve.
> 
> The message could not be sent because one of the recipients was
> rejected by the server. The rejected e-mail address was
> '[EMAIL PROTECTED]'. Subject 'test', Account:
> 'mail.lippogeneral.com', Server: 'mail2.lippogeneral.com', Protocol:
> SMTP, Server Response: '553 sorry, that domain isn't in my list of
> allowed rcpthosts (#5.7.1)', Port: 25, Secure(SSL): No, Server Error:
> 553, Error Number: 0x800CCC79 

Have you tried Google?

http://www.google.com/search?q=0x800CCC79

Regards

Peter Normann