Multiple POP Server

2000-10-31 Thread huhoerger

Hi,

how can I install one pop server for more than one virtual domain, without
the need using other ip's or different ports ?


Thanks!


Hans-Ulrich Hoerger
mailto:[EMAIL PROTECTED]
-




Re: Multiple POP Server

2000-10-31 Thread sundar

use the qmail + vpomail + qmailadmin
the vpopmail having the optin to handle plenty of virtual domains with
single ip.
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 31, 2000 4:20 PM
Subject: Multiple POP Server


> Hi,
>
> how can I install one pop server for more than one virtual domain, without
> the need using other ip's or different ports ?
>
>
> Thanks!
>
>
> Hans-Ulrich Hoerger
> mailto:[EMAIL PROTECTED]
> -
>
>




Re: how do login with out @

2000-10-31 Thread sundar

hi You have to modify the login.html file under /usr/local/share/sqwebmail
directory .
After you modify this you can able to login to the particular server only
unless you have to add the text box for the multiple domains.
thanks
sundar

- Original Message - 
From: "Bandi Hare Ram Balaji" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, October 31, 2000 3:17 PM
Subject: how do login with out @


> hi all
> 
> iam using vpopmail, qmail, sqwebmail. qmailadmin
> 
> how do i login with single domain with out @ symbol like
> [EMAIL PROTECTED]
> instead username and password.
> 
> how do i configure same with multiple domains.
> 
> thanks
> 
> balaji
> 




Error: Unable to chdir to vpopmail/domains directory

2000-10-31 Thread Davide Giunchi

Hi all.
I'm using vpopmail-4.9.5 on a linux slackware 7.1, i do configure,
make and make install (i've installed vpopmail in other system and
work good) ... then when i do vadddomain i get the following error:

root@pluto:/home/vpopmail/bin# ./vadddomain pluto.com
Please enter password for postmaster:
enter password again:
Error: Unable to chdir to vpopmail/domains directory
root@pluto:/home/vpopmail/bin#

then if i look at the directory:

root@pluto:/home/vpopmail/domains# ls -l
total 4
drwx--   2 vpopmail vchkpw   4096 Oct 31 11:39 pluto.com
root@pluto:/home/vpopmail/domains# ls -la pluto.com/
total 12
drwx--   2 vpopmail vchkpw   4096 Oct 31 11:39 .
drwx--   3 vpopmail vchkpw   4096 Oct 31 11:39 ..
-rw---   1 vpopmail vchkpw 55 Oct 31 11:39 .qmail-default
root@pluto:/home/vpopmail/domains#

if i try to add a user:

root@pluto:/home/vpopmail/bin# ./vadduser [EMAIL PROTECTED] pluto
Error: Unable to chdir to vpopmail/domains directory
root@pluto:/home/vpopmail/bin#

the permission are ok so what ?

Thanks.
Davide.



DBfunctions patch update

2000-10-31 Thread Krzysztof Dabrowski

Hello,

I have updatet my dbfunctions patch to operate with the latest 4.9.5 (dated 
25.10.2000).
Please give it a spin.

http://members.elysium.pl/brush/vpopmail/

Kris
p.s. Ken , please change the naming scheme of the archive




limit pop account on virtula domains

2000-10-31 Thread Anthony paillard

*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hello,

I've read somewhere that i can put a file to the index of a directory, to
limit pop user, mailing list etc
But now i can't find this for the syntax of file.

Someone can tell me where i can find it ?

Thanks

Anthony Paillard




Re: Error: Unable to chdir to vpopmail/domains directory

2000-10-31 Thread Ken Jones

Davide Giunchi wrote:
> 
> Hi all.
> I'm using vpopmail-4.9.5 on a linux slackware 7.1, i do configure,
> make and make install (i've installed vpopmail in other system and
> work good) ... then when i do vadddomain i get the following error:
> 
> root@pluto:/home/vpopmail/bin# ./vadddomain pluto.com
> Please enter password for postmaster:
> enter password again:
> Error: Unable to chdir to vpopmail/domains directory
> root@pluto:/home/vpopmail/bin#
> 
> then if i look at the directory:
> 
> root@pluto:/home/vpopmail/domains# ls -l
> total 4
> drwx--   2 vpopmail vchkpw   4096 Oct 31 11:39 pluto.com
> root@pluto:/home/vpopmail/domains# ls -la pluto.com/
> total 12
> drwx--   2 vpopmail vchkpw   4096 Oct 31 11:39 .
> drwx--   3 vpopmail vchkpw   4096 Oct 31 11:39 ..
> -rw---   1 vpopmail vchkpw 55 Oct 31 11:39 .qmail-default
> root@pluto:/home/vpopmail/domains#
> 
> if i try to add a user:
> 
> root@pluto:/home/vpopmail/bin# ./vadduser [EMAIL PROTECTED] pluto
> Error: Unable to chdir to vpopmail/domains directory
> root@pluto:/home/vpopmail/bin#
> 
> the permission are ok so what ?
> 
> Thanks.
> Davide.

Try deleting the domain and adding it again. Untill you don't
get any errors.

Ken Jones



Re: Error: Unable to chdir to vpopmail/domains directory

2000-10-31 Thread Davide Giunchi

> Try deleting the domain and adding it again. Untill you don't
> get any errors.

> Ken Jones

I've tryied but i get the same error... i've installed the 
version 4.9.4 stable and it works good, it could be 
a bug in the development version.
After that i've create the domain and the users for this domain
but when i send an e-mail to a virtual users or a control
the pop3 i get the error:

Oct 31 16:40:06 pippo qmail: 973006806.584456 delivery 4: deferral:
Unable_to
_switch_to_/home/vpopmail/users/pippo.com:_file_does_not_exist._(#4.3.0)

so i've done a link to the dir:

ln -s /home/vpopmail/domains/pippo.com/ /home/vpopmail/users/pippo.com

and it works! but for another system i haven't done this command, 
it should do this action the command of adding the users.
Hi.
Davide



Re: Error: Unable to chdir to vpopmail/domains directory

2000-10-31 Thread Davide Giunchi

> Try deleting the domain and adding it again. Untill you don't
> get any errors.

> Ken Jones

I've tryied but i get the same error... i've installed the 
version 4.9.4 stable and it works good, it could be 
a bug in the development version.
After that i've create the domain and the users for this domain
but when i send an e-mail to a virtual users or a control
the pop3 i get the error:

Oct 31 16:40:06 pippo qmail: 973006806.584456 delivery 4: deferral:
Unable_to
_switch_to_/home/vpopmail/users/pippo.com:_file_does_not_exist._(#4.3.0)

so i've done a link to the dir:

ln -s /home/vpopmail/domains/pippo.com/ /home/vpopmail/users/pippo.com

and it works! but for another system i haven't done this command, 
it should do this action the command of adding the users.
Hi.
Davide



users/assign not updated

2000-10-31 Thread Eudes Habambyingwe

Why would vadddomain fail to update /var/qmail/users/assign?
Eudes



Re: users/assign not updated

2000-10-31 Thread Ken Jones

Eudes Habambyingwe wrote:
> 
> Why would vadddomain fail to update /var/qmail/users/assign?
> Eudes

There is a section of code.. which parses the assign file looking
for a string, specifically the email domain.

In the vpopmail.c file look for:

/*
 * delete a domain from the usrs/assign file
 */
int del_domain_assign( char *domain, char *dir, int uid, int gid )
{

This code should definitly be reviewed.

It has 3 sections:

1) Format the string to remove from the file

sprintf(tmpbuf1, "+%s-:%s:%lu:%lu:%s:-::",
domain, domain,
(unsigned long)uid, (unsigned long)gid,
dir);

2) Remove the line. It is done by a routine shared
   with other parts of the code. 


remove_line( tmpbuf1, tmpbuf2);

3) set file permissions:
chmod(tmpbuf2, VPOPMAIL_QMAIL_MODE );

4) compile the assign file (sorry, more than 3 sections)
update_newu();

5) delete the domain from the authenication module
   by calling the plug in api

vauth_deldomain(domain);
return(0);
}

I think this vauth_deldomain should be moved up into the calling 
function. And there needs to be more comments.

So, you could test by printing out the format of the string
it's trying to remove, and check it against the strings in
the assign file.

Ken Jones



Re: Error: Unable to chdir to vpopmail/domains directory

2000-10-31 Thread Ken Jones

Davide Giunchi wrote:
> 
> > Try deleting the domain and adding it again. Untill you don't
> > get any errors.
> 
> > Ken Jones
> 
> I've tryied but i get the same error... i've installed the
> version 4.9.4 stable and it works good, it could be
> a bug in the development version.
> After that i've create the domain and the users for this domain
> but when i send an e-mail to a virtual users or a control
> the pop3 i get the error:
> 
> Oct 31 16:40:06 pippo qmail: 973006806.584456 delivery 4: deferral:
> Unable_to
> _switch_to_/home/vpopmail/users/pippo.com:_file_does_not_exist._(#4.3.0)
> 
> so i've done a link to the dir:
> 
> ln -s /home/vpopmail/domains/pippo.com/ /home/vpopmail/users/pippo.com
> 
> and it works! but for another system i haven't done this command,
> it should do this action the command of adding the users.
> Hi.
> Davide

I can't replicate your results.

What was your configure line?

Ken Jones



Failed login attempt with unknown 'dennis@ng%mydomain.com'

2000-10-31 Thread Dino Ming



Dear Ken,
 
  Why vpopmail read the _ charater as @ ?? The 
correct name of this user is [EMAIL PROTECTED].
How can I solve this ??
 
Rgds,
Dino