[vchkpw] telnet authentification ?

2003-11-04 Thread Florent Gilain
Hi all,

Oup, email sent twice due to error from my keyboard   ;-(( sorry !

Here is my configuration (qmail was installed using the Life With
Qmail.pdf documentation):

Sun SOlaris 2.9
openssl-0.9.7c
Qmail
daemontools-0.76
expect-5.39
ezmlm-0.53
vpopmail-5.3.29
qmailadmin-1.0.6
bincimap-1.2.3
vqadmin-2.3.2
sqwebmail-3.6.1
tcl8.4.4
tk8.4.4
ucspi-tcp-0.88

My goal is to install an email platform where i could :

Have more than 1 domain
Have a webmail interface (POP3 AND IMAP protocol)
Have a web interface to modify personnal options for each user (vacation
message..)

qmailctl stat gives me :

bash-2.05# qmailctl stat
/service/qmail-send: up (pid 9402) 92552 seconds
/service/qmail-send/log: up (pid 9408) 92552 seconds
/service/qmail-smtpd: up (pid 9404) 92552 seconds
/service/qmail-smtpd/log: up (pid 9400) 92552 seconds
/service/qmail-pop3d: up (pid 9412) 92552 seconds
/service/qmail-pop3d/log: up (pid 9401) 92552 seconds
/service/imap: up (pid 9406) 92552 seconds
/service/imap/log: up (pid 9411) 92552 seconds
/service/imaps: up (pid 9421) 92552 seconds
/service/imaps/log: up (pid 9417) 92552 seconds
messages in queue: 0
messages in queue but not yet preprocessed: 0

I'm using Maildir format for the user mailboxes.

I try to use tlenet to test all of it, but i'm unable to make it work :


===

bash-2.05# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass password
-ERR authorization failed
Connection to localhost closed by foreign host.

===

bash-2.05# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 Serveur de mails DIRECT MEDICA ESMTP
MAIL FROM: [EMAIL PROTECTED]
250 ok
RCPT TO: [EMAIL PROTECTED]
250 ok
DATA
354 go ahead
SUBJECT: This is a test using telnet

Here is my message
.
250 ok 1067965594 qp 7258
quit
221 Serveur de mails DIRECT MEDICA
Connection to localhost closed by foreign host.

=

bash-2.05# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Welcome to Binc IMAP v1.2.3 (c) Copyright 2002, 2003 Andreas Aardal
Hanssen at 2003-11-04 18:07:33 CET
a001 login [EMAIL PROTECTED] password
a001 NO LOGIN failed: Login failed. Either your user name or your password
was wrong. Please try again, and if the problem persists, please contact
your system administrator.
a002 logout
* BYE Binc IMAP shutting down
a002 OK LOGOUT completed
Connection to localhost closed by foreign host.

Any help please ?

NB : I test the qmailadmin and vqadmin interface, and i can
delete/create/modify my domains/users accounts...

I have 2 domains configured : test.com ans directmedica.com

thanks for your help

Florent






RE: [vchkpw] telnet authentification ?

2003-11-05 Thread Florent Gilain
Hi all,

Here are the output of asked commands :

hope it will help you...Helping me   ;-))

Sun Microsystems Inc.   SunOS 5.9   Generic May 2002
# vmoddomlimits -S test.com
Domain: test.com
--
Max Pop Accounts: -1
Max Aliases: -1
Max Forwards: -1
Max Autoresponders: -1
Max Mailinglists: -1
GID Flags:
Flags (for commandline):
Flags for non postmaster accounts:
  pop account:ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  alias:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  forward:ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  autoresponder:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  mailinglist:ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  mailinglist users:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  mailinglist moderators: ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  quota:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  default quota:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
Domain Quota: 0
Default User Quota: 0
Max Domain Messages: 0
Default Max Messages per User: 0


# vuserinfo [EMAIL PROTECTED]
name:   fgilain
passwd: $1Oyx5r9mdGZ2
clear passwd: password
uid:1
gid:0
gecos: Florent Gilain
all services available
dir:   /export/home/vpopmail/domains/test.com/fgilain
quota: NOQUOTA
usage: NOQUOTA
last auth: Mon Nov  3 20:03:32 2003
last auth ip: webmail

I remember that if a create a unix user instead of a user for a virtual
domain, then create for him a Maildir, all was ok (i was able to get his
mails from my outlook with pop3 protocol...). So according to me, my problem
is to link qmail daemons to vpopmail... isn't it ?

Florent


-Message d'origine-
De : Justin Heesemann [mailto:[EMAIL PROTECTED]
Envoyé : mardi 4 novembre 2003 18:46
À : [EMAIL PROTECTED]
Objet : Re: [vchkpw] telnet authentification ?


On Tuesday 04 November 2003 18:03, Florent Gilain wrote:
 Hi all,

 Oup, email sent twice due to error from my keyboard   ;-(( sorry
 !

 Here is my configuration (qmail was installed using the Life With
 Qmail.pdf documentation):

 Sun SOlaris 2.9
 openssl-0.9.7c
 Qmail
 daemontools-0.76
 expect-5.39
 ezmlm-0.53
 vpopmail-5.3.29

vpopmail 5.3.29 has a bug which sometimes prevents pop3 login.
could you send the output of
vmoddomlimits -S test.com
and
vuserinfo [EMAIL PROTECTED]
(careful if you have clear passwords enabled and this is a valid
account... just scramble the clear password field in your answer)




--
Mit internetten Grüßen / Best Regards
---
Justin Heesemannionium Technologies
[EMAIL PROTECTED]www.ionium.org





RE: [vchkpw] telnet authentification ?

2003-11-05 Thread Florent Gilain
Hi again,

I think these configuration files could help you too...

Florent

-Message d'origine-
De : Florent Gilain [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 5 novembre 2003 10:44
À : [EMAIL PROTECTED]
Objet : RE: [vchkpw] telnet authentification ?


Hi all,

Here are the output of asked commands :

hope it will help you...Helping me   ;-))

Sun Microsystems Inc.   SunOS 5.9   Generic May 2002
# vmoddomlimits -S test.com
Domain: test.com
--
Max Pop Accounts: -1
Max Aliases: -1
Max Forwards: -1
Max Autoresponders: -1
Max Mailinglists: -1
GID Flags:
Flags (for commandline):
Flags for non postmaster accounts:
  pop account:ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  alias:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  forward:ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  autoresponder:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  mailinglist:ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  mailinglist users:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  mailinglist moderators: ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  quota:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
  default quota:  ALLOW_CREATE ALLOW_MODIFY ALLOW_DELETE
Domain Quota: 0
Default User Quota: 0
Max Domain Messages: 0
Default Max Messages per User: 0


# vuserinfo [EMAIL PROTECTED]
name:   fgilain
passwd: $1Oyx5r9mdGZ2
clear passwd: password
uid:1
gid:0
gecos: Florent Gilain
all services available
dir:   /export/home/vpopmail/domains/test.com/fgilain
quota: NOQUOTA
usage: NOQUOTA
last auth: Mon Nov  3 20:03:32 2003
last auth ip: webmail

I remember that if a create a unix user instead of a user for a virtual
domain, then create for him a Maildir, all was ok (i was able to get his
mails from my outlook with pop3 protocol...). So according to me, my problem
is to link qmail daemons to vpopmail... isn't it ?

Florent


-Message d'origine-
De : Justin Heesemann [mailto:[EMAIL PROTECTED]
Envoyé : mardi 4 novembre 2003 18:46
À : [EMAIL PROTECTED]
Objet : Re: [vchkpw] telnet authentification ?


On Tuesday 04 November 2003 18:03, Florent Gilain wrote:
 Hi all,

 Oup, email sent twice due to error from my keyboard   ;-(( sorry
 !

 Here is my configuration (qmail was installed using the Life With
 Qmail.pdf documentation):

 Sun SOlaris 2.9
 openssl-0.9.7c
 Qmail
 daemontools-0.76
 expect-5.39
 ezmlm-0.53
 vpopmail-5.3.29

vpopmail 5.3.29 has a bug which sometimes prevents pop3 login.
could you send the output of
vmoddomlimits -S test.com
and
vuserinfo [EMAIL PROTECTED]
(careful if you have clear passwords enabled and this is a valid
account... just scramble the clear password field in your answer)




--
Mit internetten Grüßen / Best Regards
---
Justin Heesemannionium Technologies
[EMAIL PROTECTED]www.ionium.org




qmailctl
Description: Binary data


run_imap
Description: Binary data


run_imaps
Description: Binary data


run_qmail-pop3d
Description: Binary data


run_qmail-smtpd
Description: Binary data


RE: [vchkpw] telnet authentification ?

2003-11-05 Thread Florent Gilain
Justin,

Here is my actual qmail stat :

bash-2.05# qmailctl stat
/service/qmail-send: up (pid 9402) 154510 seconds
/service/qmail-send/log: up (pid 9408) 154510 seconds
/service/qmail-smtpd: up (pid 9404) 154510 seconds
/service/qmail-smtpd/log: up (pid 9400) 154510 seconds
/service/qmail-pop3d: up (pid 9412) 154510 seconds
/service/qmail-pop3d/log: up (pid 9401) 154510 seconds
/service/imap: up (pid 9406) 154510 seconds
/service/imap/log: up (pid 9411) 154510 seconds
/service/imaps: up (pid 9421) 154510 seconds
/service/imaps/log: up (pid 9417) 154510 seconds
messages in queue: 0
messages in queue but not yet preprocessed: 0


All is up, but am unable to login as a virtual domain user..i'll try to
modify my run file in order to use vchkpw

Will the login be [EMAIL PROTECTED] ? or something like user%domain.com ?


Florent

-Message d'origine-
De : Justin Heesemann [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 5 novembre 2003 11:09
À : [EMAIL PROTECTED]
Objet : Re: [vchkpw] telnet authentification ?


On Wednesday 05 November 2003 10:50, Florent Gilain wrote:
 Hi again,

 I think these configuration files could help you too...

yes..

from your run_qmail-pop3d file:
#!/bin/sh
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup
\
`hostname` /bin/checkpassword /var/qmail/bin/qmail-pop3d ./Maildir/
INBOX/ 21

/bin/checkpassword should be /var/vpopmail/bin/vchkpw
(or whereever your vpopmail is installed to)

--
Mit internetten Grüßen / Best Regards
---
Justin Heesemannionium Technologies
[EMAIL PROTECTED]www.ionium.org





RE: [vchkpw] telnet authentification ?

2003-11-05 Thread Florent Gilain
I modifyed my run file for qmail-pop3d by using
/export/home/vpopmail/bin/vchkpw then restarted qmail.

Here is the output of a telnet pop3 session :

bash-2.05# telnet pop3.directmedica.com 110
Trying 192.168.1.13...
Connected to dmmail.
Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass fgilain
-ERR authorization failed
Connection to dmmail closed by foreign host.

Florent

-Message d'origine-
De : Florent Gilain [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 5 novembre 2003 11:14
À : [EMAIL PROTECTED]
Objet : RE: [vchkpw] telnet authentification ?


Justin,

Here is my actual qmail stat :

bash-2.05# qmailctl stat
/service/qmail-send: up (pid 9402) 154510 seconds
/service/qmail-send/log: up (pid 9408) 154510 seconds
/service/qmail-smtpd: up (pid 9404) 154510 seconds
/service/qmail-smtpd/log: up (pid 9400) 154510 seconds
/service/qmail-pop3d: up (pid 9412) 154510 seconds
/service/qmail-pop3d/log: up (pid 9401) 154510 seconds
/service/imap: up (pid 9406) 154510 seconds
/service/imap/log: up (pid 9411) 154510 seconds
/service/imaps: up (pid 9421) 154510 seconds
/service/imaps/log: up (pid 9417) 154510 seconds
messages in queue: 0
messages in queue but not yet preprocessed: 0


All is up, but am unable to login as a virtual domain user..i'll try to
modify my run file in order to use vchkpw

Will the login be [EMAIL PROTECTED] ? or something like user%domain.com ?


Florent

-Message d'origine-
De : Justin Heesemann [mailto:[EMAIL PROTECTED]
Envoyé : mercredi 5 novembre 2003 11:09
À : [EMAIL PROTECTED]
Objet : Re: [vchkpw] telnet authentification ?


On Wednesday 05 November 2003 10:50, Florent Gilain wrote:
 Hi again,

 I think these configuration files could help you too...

yes..

from your run_qmail-pop3d file:
#!/bin/sh
exec /usr/local/bin/softlimit -m 200 \
/usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup
\
`hostname` /bin/checkpassword /var/qmail/bin/qmail-pop3d ./Maildir/
INBOX/ 21

/bin/checkpassword should be /var/vpopmail/bin/vchkpw
(or whereever your vpopmail is installed to)

--
Mit internetten Grüßen / Best Regards
---
Justin Heesemannionium Technologies
[EMAIL PROTECTED]www.ionium.org






RE: [vchkpw] telnet authentification ?

2003-11-05 Thread Florent Gilain
Sorry X-Istence and Chris,

I'm really a neewbie et Unix...and qmail...

I'm unable to understand what you mean in the last mail about
qmail-config

Florent

-Message d'origine-
De : Chris Pugh [mailto:[EMAIL PROTECTED]
Envoye : mercredi 5 novembre 2003 12:40
A : [EMAIL PROTECTED]
Objet : Re: [vchkpw] telnet authentification ?



--- X-Istence [EMAIL PROTECTED] wrote:

 #!/bin/sh
 exec /usr/local/bin/softlimit -m 200 \
 /usr/local/bin/tcpserver -v -R -H -l 0 0 110
 /var/qmail/bin/qmail-popup `sed 1q
 /var/qmail/control/me` \
 # The ~ is the path to vpopmail
 ~/bin/vchkpw \
 /var/qmail/bin/qmail-pop3d ./Maildir/INBOX/ 21

 Should work just fine.

.. assuming that 'me' comtains your mailserver ..
.. assuming that qmai-config does what you want it to
.. which in my case at least, it didn't! ;-)

C.



__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree




RE: [vchkpw] telnet authentification ?

2003-11-05 Thread Florent Gilain
Chris,

I'm still unable to login by telnet...

I installed qmail from sources files by following the Life With Qmail.pdf
documentation...

Florent

-Message d'origine-
De : Chris Pugh [mailto:[EMAIL PROTECTED]
Envoye : mercredi 5 novembre 2003 14:11
A : [EMAIL PROTECTED]
Objet : RE: [vchkpw] telnet authentification ?


Some o/s and compiled packages of qmail contain a
setup script for qmail Florent, I presume this is what
X was talking about?  I set up my current servers from
scratch without such a script, much as you have
probably done.  ( I also don't profess to be an
expert,
either, am learning something new everyday ..! )

Are you still unable to authorise?

Chris.

--- Florent Gilain [EMAIL PROTECTED] wrote:
 Sorry X-Istence and Chris,

 I'm really a neewbie et Unix...and qmail...

 I'm unable to understand what you mean in the last
 mail about qmail-config


__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree




RE: [vchkpw] telnet authentification ?

2003-11-05 Thread Florent Gilain
Chris,

Here is the output of my pop3d log :

# pwd
/var/log/qmail/pop3d

# tail -f current
@40003fa9101a1f99bab4 tcpserver: status: 0/40
@40003fa9148a007c84f4 tcpserver: status: 1/40
@40003fa9148a0096b414 tcpserver: pid 8669 from 127.0.0.1
@40003fa9148a009bbd24 tcpserver: ok 8669 0:127.0.0.1:110
:127.0.0.1::33120
@40003fa914c92693e484 tcpserver: end 8669 status 256
@40003fa914c926940f7c tcpserver: status: 0/40

HERE IS WHAT I DID TO OBTAIN THIS OUTPUT :

Sun Microsystems Inc.   SunOS 5.9   Generic May 2002
# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass fgilain
-ERR authorization failed
Connection to localhost closed by foreign host.

Florent

-Message d'origine-
De : Chris Pugh [mailto:[EMAIL PROTECTED]
Envoye : mercredi 5 novembre 2003 14:48
A : [EMAIL PROTECTED]
Objet : RE: [vchkpw] telnet authentification ?


If you have made all the necessary changes for
vpopmail's vchpwd, qmail-pop3d is running happily, it
all looks ok, and you are sure there are no errors in
your scripts, then ( and as all the others would tell
you ) .. what do the logs say?  Anything getting in
the way?

Are you able to access the mail boxes via qmailadmin
or webmail via imap ( if you have these installed)?

Last time a similar problem happened to me a server
reboot ( heresy!? ) removed the gremlins and old
processes ..


Chris.

__
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree




[vchkpw] Unable to login as virtual domain user...

2003-11-12 Thread Florent Gilain



Hi 
all,

here is what i try 
to do :

bash-2.05# telnet 
mail.directmedica.com 110Trying 192.168.1.13...Connected to 
dmmail.Escape character is '^]'.+OK [EMAIL PROTECTED]USER 
[EMAIL PROTECTED]+OK 
PASS fgilain-ERR unable to write pipeConnection to dmmail closed by 
foreign host.

nb : 
dmmail.directmedica.com is the name I put in my /etc/hosts file in front of my 
local server's IP...(No DNS is up)

Here is the content 
of my run file for pop3d daemon :

#!/bin/shexec 
/usr/local/bin/softlimit -m 200 \/usr/local/bin/tcpserver -v -R -H -l 0 
0 110 /var/qmail/bin/qmail-popup `sed 1q /var/qmail/control/me` 
\/export/home/vpomail/bin/vchkpw \/usr/local/bin/recordio 
\/var/qmail/bin/qmail-pop3d ./Maildir/INBOX/ 21

In my logs, the only 
thing i have is :

@40003fb21f621fc6f0ec tcpserver: pid 
1485 from 192.168.1.13@40003fb21f621fca159c tcpserver: ok 1485 
0:192.168.1.13:110 :192.168.1.13::33139@40003fb21f70099a9864 tcpserver: 
end 1485 status 256@40003fb21f70099acb2c tcpserver: status: 
0/40
I have 2 vpopmail 
domains : "test.com" and "directmedica.com", how can i use pop3 to get my emails 
for each domain ?

Thank 
you.

Florent


[vchkpw] What does IP aliases are not compiled into vpopmail means ?

2003-11-18 Thread Florent Gilain



Hi 
all,

Can someone explain 
me what this message means please, and what it would disallow me to do in such a 
configuration...

bash-2.05# 
/export/home/vpopmail/bin/vipmap -vversion: 5.3.29IP aliases are 
not compiled into vpopmailYou will need to do the following 
stepsmake distclean./configure --enable-ip-alias-domains=y [your other 
options]makemake install-strip

Thank 
you.

Florent


[vchkpw] unable to get mails from outlook...

2003-11-20 Thread Florent Gilain



Hi 
all,

I'm unable to get my 
emails from outlook or other pop3 mail clients...
here is my 
configuration :

Sun solaris 2.9 box 
in my private network (no public IP address) : IP = 192.168.1.13 / 
255.255.255.0

bash-2.05# 
qmail-showctlqmail home directory: /var/qmail.user-ext delimiter: 
-.paternalism (in decimal): 2.silent concurrency limit: 
120.subdirectory split: 23.user ids: 102, 103, 104, 0, 105, 106, 107, 
108.group ids: 101, 102.

badmailfrom: 
(Default.) Any MAIL FROM is allowed.

bouncefrom: 
(Default.) Bounce user name is MAILER-DAEMON.

bouncehost: 
(Default.) Bounce host name is mail.directmedica.com.

concurrencylocal: 
(Default.) Local concurrency is 10.

concurrencyremote: 
(Default.) Remote concurrency is 20.

databytes: 
(Default.) SMTP DATA limit is 0 bytes.

defaultdomain: 
Default domain name is directmedica.com.

defaulthost: 
(Default.) Default host name is mail.directmedica.com.

doublebouncehost: 
(Default.) 2B recipient host: mail.directmedica.com.

doublebounceto: 
(Default.) 2B recipient user: postmaster.

envnoathost: 
(Default.) Presumed domain name is mail.directmedica.com.

helohost: SMTP 
client HELO host name is mail.directmedica.com.

idhost: (Default.) 
Message-ID host name is mail.directmedica.com.

localiphost: 
(Default.) Local IP address becomes mail.directmedica.com.

locals: 


me: My name is 
mail.directmedica.com.

percenthack: 
(Default.) The percent hack is not allowed.

plusdomain: Plus 
domain name is directmedica.com.

qmqpservers: 
(Default.) No QMQP servers.

queuelifetime: 
(Default.) Message lifetime in the queue is 604800 seconds.

rcpthosts: SMTP 
clients may send messages to recipients at test.com.SMTP clients may send 
messages to recipients at directmedica.com.

morercpthosts: 
(Default.) No effect.

morercpthosts.cdb: 
(Default.) No effect.

smtpgreeting: SMTP 
greeting: 220 Serveur de mails DIRECT MEDICA.

smtproutes: 
(Default.) No artificial SMTP routes.

timeoutconnect: 
(Default.) SMTP client connection timeout is 60 seconds.

timeoutremote: 
(Default.) SMTP client data timeout is 1200 seconds.

timeoutsmtpd: 
(Default.) SMTP server data timeout is 1200 seconds.

virtualdomains: 
Virtual domain: test.com:test.comVirtual domain: 
directmedica.com:directmedica.com

defaultdelivery: I 
have no idea what this file does.

concurrencyincoming: 
I have no idea what this file does.

rcpthosts.lock: I 
have no idea what this file does.

virtualdomains.lock: 
I have no idea what this file does.

locals.lock: I have 
no idea what this file does.

xinetd: I have no 
idea what this file does.

bincimap.conf: I 
have no idea what this file does.

scripts: I have no 
idea what this file does.

bincimap.conf.new: I 
have no idea what this file does.

service: I have no 
idea what this file does.


As you can see, i 
use vpopmail to have 2 domains : test.com and 
directmedica.com.

I'm able to send 
emails to users of theses 2 virtual domains using :

1) Unix standard 
"mail" command:"mail [EMAIL PROTECTED]  /tmp/myfile.txt" 


2) Using a 
"telnetlocalhost 25"session :

bash-2.05# telnet 
localhost 25Trying 127.0.0.1...Connected to localhost.Escape 
character is '^]'.220 Serveur de mails DIRECT MEDICA ESMTPMAIL FROM: [EMAIL PROTECTED]250 okRCPT TO: 
[EMAIL PROTECTED]250 okDATA354 
go aheadSUBJECT: TEST OF TELNET MAIL

Here is my 
content..250 ok 1069338836 qp 26887quit221 Serveur de mails 
DIRECT MEDICAConnection to localhost closed by foreign 
host.

I'm able to get this 
mail using a "telnet localhost 110" command :

bash-2.05# telnet 
localhost 110Trying 127.0.0.1...Connected to localhost.Escape 
character is '^]'.+OK [EMAIL PROTECTED]USER 
[EMAIL PROTECTED] +OK PASS 
password7096  +OK +OK LIST7096  
LIST7096  +OK +OK 7096  1 4457096  
2 4457096  3 2897096  .1 4452 4453 
289.RETR 37096  RETR 37096  +OK +OK 
7096  Return-Path: [EMAIL PROTECTED]7096  
Delivered-To: [EMAIL PROTECTED]7096  Received: 
(qmail 26887 invoked from network); 20 Nov 2003 14:33:39 -7096 
 Received: from unknown (127.0.0.1)7096  by 
mail.directmedica.com with SMTP; 20 Nov 2003 14:33:39 -27096  
SUBJECT: TES+Return-Path: [EMAIL PROTECTED]Delivered-To: 
[EMAIL PROTECTED]Received: (qmail 26887 
invoked from network); 20 Nov 2003 14:33:39 -Received: from unknown 
(127.0.0.1) by mail.directmedica.com with SMTP; 20 Nov 2003 14:33:39 
-UBJECT: TES27096  T OF TELNET MAIL7096  
7096  Here is my content.7096  7096  
.T OF TELNET MAIL

Here is my 
content.

.quit7096  quit7096  +OK +OK 
27096  [EOF]Connection to localhost closed by foreign 
host.

Here is the qmail 
services stats :

bash-2.05# qmailctl 
stat/service/qmail-send: up (pid 24092) 2904 
seconds/service/qmail-send/log: up (pid 24094) 2904 
seconds/service/qmail-smtpd: up (pid 24099) 2904 
seconds/service/qmail-smtpd/log: up (pid 24108) 2904 
seconds/service/qmail-pop3d: up (pid 24106) 2904 
seconds/service/qmail-pop3d/log: up (pid 24105) 2904 
seconds/service/imap: up (pid 24104) 2904 seconds/service/imap/log: 

RE: [vchkpw] Vpopmail 5.3.30 released

2003-11-21 Thread Florent Gilain

Hi all,

Sorry but i'm french and am unable to translate roaming userswhat
doesn that means ?

thanks

florent

-Message d'origine-
De : Dave Weiner [mailto:[EMAIL PROTECTED]
Envoyé : vendredi 21 novembre 2003 16:17
À : vpopmail list
Objet : Re: [vchkpw] Vpopmail 5.3.30 released


On Thursday 20 November 2003 19:36, Tom Collins wrote:
 http://vpopmail.sf.net/

 This should fix all known problems with 5.3.29.


Great news Tom!  Does this also fix the problem with roaming users?  I don't
see it explicitly mentioned in the change log.

Dave




[vchkpw] TR: Default failure notice receiver problem ?

2003-12-16 Thread Florent Gilain
Hi all,

As suggested by Mat, i transfert my question to that list.

Anyone can tell me how to do this please ?

thanks a lot

Florent

-Message d'origine-
De : Mat Kovach [mailto:[EMAIL PROTECTED]
Envoye : mardi 16 decembre 2003 18:11
A : [EMAIL PROTECTED]
Objet : RE: Default failure notice receiver problem ?


Florent Gilain writes:
  I tryed to create a
  /export/home/vpopmail/domains/mydomain.com/.qmail-postmaster file
containing
  [EMAIL PROTECTED] in order to forward all the mails to [EMAIL PROTECTED],
but i
  didn't worked.

You should check the documentation for vpopmail.  I'm positive (but
can't remember how) that you can setup the postmaster account to
forward mail to another user.  It is a function available in vpopmail.

Might want to forward this to the vpopmail list.

---
Mat




RE: [vchkpw] TR: Default failure notice receiver problem ?

2003-12-16 Thread Florent Gilain
hi all,

I finally found, thanks to Shane :

Just have to create a .qmail file containing [EMAIL PROTECTED] in the
postmaster home directory instead of domain root directory...

Florent

-Message d'origine-
De : Florent Gilain [mailto:[EMAIL PROTECTED]
Envoye : mardi 16 decembre 2003 18:19
A : Mailing List Vchkpw
Objet : [vchkpw] TR: Default failure notice receiver problem ?


Hi all,

As suggested by Mat, i transfert my question to that list.

Anyone can tell me how to do this please ?

thanks a lot

Florent

-Message d'origine-
De : Mat Kovach [mailto:[EMAIL PROTECTED]
Envoye : mardi 16 decembre 2003 18:11
A : [EMAIL PROTECTED]
Objet : RE: Default failure notice receiver problem ?


Florent Gilain writes:
  I tryed to create a
  /export/home/vpopmail/domains/mydomain.com/.qmail-postmaster file
containing
  [EMAIL PROTECTED] in order to forward all the mails to [EMAIL PROTECTED],
but i
  didn't worked.

You should check the documentation for vpopmail.  I'm positive (but
can't remember how) that you can setup the postmaster account to
forward mail to another user.  It is a function available in vpopmail.

Might want to forward this to the vpopmail list.

---
Mat