Re: [vchkpw] SMTP after POP

2005-04-27 Thread Aran Clary Deltac
> /me wonders what the pop3d config file and libexec/pop3d.rc files are
> for in the courier directory.

Your have courier pop3d installed, perhaps?

> Aran Clary Deltac wrote:
>> Courier IMAP provides neither POP nor SMTP services.  It provides IMAP
>> services.  If you are asking for IMAP before POP (sounds kinda silly to
>> me, but people have asked for it before), then yes, Courier IMAP can do
>> this.
>>
>>
>




Re: [vchkpw] SMTP after POP

2005-04-27 Thread Aran Clary Deltac
> Courier IMAP provides neither POP nor SMTP services.  It provides IMAP
> services.  If you are asking for IMAP before POP (sounds kinda silly to

Augh... I mean "IMAP before SMTP", which actually doesn't sound as silly.

Aran

> me, but people have asked for it before), then yes, Courier IMAP can do
> this.
>
> Go to:
>
> http://www.inter7.com/vpopmail/FAQ.txt
>
> And check out item #34.
>
> Aran
>
>
>> Hi,
>>
>> I have a question is smtp after POP feature supported in the newest
>> Courier Imap?
>> I have installed courier-imap-4.0.2 and courier-authlib-0.55 everythink
>> is OK but
>> the SMTP after POP feature is not working.
>>
>> Is there any know issue or I am doing sometihing wrong?
>>
>> I was looking into .c code courier-authlib-0.55 file: authvchkpw.c
>>
>>
>> if ( (vpw->pw_flags & NO_RELAY)==0 && ((strcmp("pop3",
>> service)==0) || (strcmp("imap", service)==0)) ) {
>> /* Michael Bowe 13th August 2003
>>  *
>>  * There is a problem here because open_smtp_relay needs
>>  * to get the user's ip from getenv("TCPREMOTEIP").
>>  * If we run --with-authvchkpw --without-authdaemon,
>>  * then this var is available.
>>  * But if we run --with-authvchkpw --with-authdaemon,
>>  * then TCPREMOTEIP is null
>>  *
>>  * If TCPREMOTEIP isnt available, then open_smtp_relay()
>>  * will just return() back immediately.
>>  */
>> open_smtp_relay();
>> }
>>
>>
>>
>>
>>
>>
>> --
>> Best regards.
>>
>> Juraj Hantak
>>
>>
>>
>
>
>




Re: [vchkpw] SMTP after POP

2005-04-27 Thread Aran Clary Deltac
Courier IMAP provides neither POP nor SMTP services.  It provides IMAP
services.  If you are asking for IMAP before POP (sounds kinda silly to
me, but people have asked for it before), then yes, Courier IMAP can do
this.

Go to:

http://www.inter7.com/vpopmail/FAQ.txt

And check out item #34.

Aran


> Hi,
>
> I have a question is smtp after POP feature supported in the newest
> Courier Imap?
> I have installed courier-imap-4.0.2 and courier-authlib-0.55 everythink
> is OK but
> the SMTP after POP feature is not working.
>
> Is there any know issue or I am doing sometihing wrong?
>
> I was looking into .c code courier-authlib-0.55 file: authvchkpw.c
>
>
> if ( (vpw->pw_flags & NO_RELAY)==0 && ((strcmp("pop3",
> service)==0) || (strcmp("imap", service)==0)) ) {
> /* Michael Bowe 13th August 2003
>  *
>  * There is a problem here because open_smtp_relay needs
>  * to get the user's ip from getenv("TCPREMOTEIP").
>  * If we run --with-authvchkpw --without-authdaemon,
>  * then this var is available.
>  * But if we run --with-authvchkpw --with-authdaemon,
>  * then TCPREMOTEIP is null
>  *
>  * If TCPREMOTEIP isnt available, then open_smtp_relay()
>  * will just return() back immediately.
>  */
> open_smtp_relay();
> }
>
>
>
>
>
>
> --
> Best regards.
>
> Juraj Hantak
>
>
>




Re: [vchkpw] Change default domain admin

2005-04-15 Thread Aran Clary Deltac
> That would be a good idea.
> Just as a suggestion: it should be able to add an alias for the
> postmaster user from qmailadmin so you don't have to manually create
> .qmail-postmaster - i don't think everyone wants a separate account
> just for postmaster/abuse.

Adding


 -p postmaster_address (an e-mail address within this domain or
another domain that should be aliased/forwarded to)


to vadddomain would be real nice.  This would disable asking for a
password or postmaster@ unless it was being aliased to an address within
the new domain.

> vadddomain -p [EMAIL PROTECTED] example.com

1. creates domain example.com
2. create the user [EMAIL PROTECTED]
3. aliases [EMAIL PROTECTED] to [EMAIL PROTECTED]
4. aliases [EMAIL PROTECTED] to [EMAIL PROTECTED]

> vadddomain -p [EMAIL PROTECTED] example.com

1. creates domain example.com
2. forwards [EMAIL PROTECTED] to [EMAIL PROTECTED]
3. forwards [EMAIL PROTECTED] to [EMAIL PROTECTED]

Aran





Re: [vchkpw] How I can deny smtp request from a known IP address

2005-04-13 Thread Aran Clary Deltac
> BlankI am facing aproblem that from an IP address SPAM is coming to my
> qmail server. How I can deny smtp request from a known IP address.

Manish, this is really off-topic and doesn't have much to do with
vpopmail.  In any case, check out the -x switch to tcpserver.

Aran

> Please HELP!!!
>
> Manish Jain
> (Network Administrator)
> C-DAC "Anusandhan Bhawan"
> C-56/1, Sector-62, Noida- 210307
> Ph: 91 120 2402551-60 (Extn.- 718)
>   91 120 2402563 (Direct)
>
>
>




[vchkpw] Upgrading from qmail to qmail+vpopmail.

2005-04-12 Thread Aran Clary Deltac
Hi all - I've just joined the vpopmail list because of a pressing issue
and I need some guidance.

I've been running a dedicated gentoo server for about a year now.  All
e-mail has been handled by qmail and delivered to local user accounts.  I
have the possibility of hosting a client that requires 10k+ e-mail
accounts.  I really don't want to make system accoutns for each e-mail
account, so I found vpopmail.

I just want to make sure I am not doing something dumb.  Here's the
configure I am useing:  (vpopmail 5.4.10)

./configure
  --enable-roaming-users
  --enable-auth-module=mysql
  --enable-sql-logging
  --enable-mysql-limits
  --enable-valias
  --enable-many-domains
  --enable-domainquotas

I enabled all these extra ones because most of them seemed like
interesting features that I _might_ want at some point.

Running 'make' looks good.

Now, I have no clue if running 'make install-strip' will blow up my
current production qmail.  I'd like to install vpopmail and migrate my
settings to it without loosing mail in the process.

I see docs for UPGADE and INSTALL and various README-*, but none of them
seem to be talking about a situation where someone has been running qmail
for a while and wants to add vpopmail.

Any ideas/hints/thoughts appreciated.
Thanks,

Aran