[vchkpw] apop

2004-10-18 Thread Cyrille Mertes
Hello,
I'm not able to disable apop authentification after compiling vpopmail 
with :

./configure --disable-clear-passwd --enable-apop=n
In telnet :
[EMAIL PROTECTED] telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK
apop a a
-ERR authorization failed
I should see ERR Protocol error instead of -ERR authorization failed ?
Thanks your help.
Cyrille


Re: [vchkpw] non existent users

2003-02-17 Thread cyrille
admin a écrit:

Hi,
I am using vpopmail and it is working very wekk for me.

I the FAQ I found the next question:

I don't want to bounce emails for non existent users. Instead I want
to delete them, how?


and also the answer.

But I will not to delete this mails.
If possible I will that vpopmail checks for the user before
to receive the rest of the message.
If the user do not exists I will to break the mail receiving for this
message.

The reason is that we receive many unneedet messages for old users
and will not to use the chanel for thiss traffic.

Is it possible to make it with vpopmail?



replace
.qmail-default:
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

by
.qmail-default:
| /home/vpopmail/bin/vdelivermail '' delete


is that you wanted ??

cyrille





Re: [vchkpw] Multiple domains

2003-02-17 Thread cyrille
[EMAIL PROTECTED] a écrit:

Hi,
 
I've been running Qmail 1.03, Vpopmail 5.2.1, Qmail Admin 1.0.6 and 
SquirrelMail 1.2.7 for a while with name based virtual hosting. I've 
noticed that in the email headers that it says the email came from 
mail.domain5.com when it was actually sent from mail.domain1.com. Both 
domains are hosted on my server, what is causing this?

perhaps
	mail.domain1.com
is write in file :
	/var/qmail/control/me

cyrille


 
Thanks in advance
 
Brett






Re: [vchkpw] Re: virtual domain separator

2003-02-13 Thread cyrille
Peter Palmreuther a écrit:

Hello Cyrille,

On Thursday, February 13, 2003 at 8:41:01 AM you wrote (at least in
part):



I would like to know if the virtual domain separator is easilly
configurable.



No.
[...]


Is that possible via configuration
or have I to hack the source and recompile vpopmail ??



You have to recompile vpopmail after changing the line

#define ATCHARS @%/

in 'vpopmail.h' to addtionally include the '!'.


Thanks !

have a nice day ;o)

cyrille





Re: [vchkpw] Re: virtual domain separator

2003-02-13 Thread cyrille
Peter Palmreuther a écrit:

Hello Cyrille,

On Thursday, February 13, 2003 at 8:41:01 AM you wrote (at least in
part):



I would like to know if the virtual domain separator is easilly
configurable.



No.
[...]


Is that possible via configuration
or have I to hack the source and recompile vpopmail ??



You have to recompile vpopmail after changing the line

#define ATCHARS @%/

in 'vpopmail.h' to addtionally include the '!'.


ok,

but for installation ...

I'm on a production running server, so I prefer to check that :
after running configure, and make,
can I do a make install
or I've to copy files by hand ???

I'm afraid about erasing current configuration files ...

cyrille





Re: [vchkpw] Re: virtual domain separator

2003-02-13 Thread cyrille
cyrille a écrit:

Peter Palmreuther a écrit:


Hello Cyrille,

On Thursday, February 13, 2003 at 8:41:01 AM you wrote (at least in
part):


I would like to know if the virtual domain separator is easilly
configurable.


No.
[...]


Is that possible via configuration
or have I to hack the source and recompile vpopmail ??


You have to recompile vpopmail after changing the line

#define ATCHARS @%/

in 'vpopmail.h' to addtionally include the '!'.


ok,

but for installation ...

I'm on a production running server, so I prefer to check that :
after running configure, and make,
can I do a make install
or I've to copy files by hand ???

I'm afraid about erasing current configuration files ...

cyrille



Ok, I did install-strip with crossing my fingers ...

It's working very well, all stuffs still running after a RE-installation of vpopmail.

ouf ;o)
cyrille