Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Tonix (Antonio Nati)

 Il 09/09/2010 11:50, Julien Escario ha scritto:

Hello,
I'm managing an email server that recently started to refuse inbound 
mail to a few domains.


I checked almost everything and the declaration seems to be exactly 
the same for others domains.


For example :
postmas...@restaurantlatuilerie.fr:
195.200.217.34 does not like recipient.
Remote host said: 550 5.1.1 sorry, no mailbox here by that name (chkuser)
Giving up on 195.200.217.34.

Every address for this domain is refused (even aliases).

# vadduser -v
version: 5.4.17

vpopmail + mysql.

No mysql connection error.
Declaration in 
/var/qmail/control/(rcpthosts|virtualdomains|users/assign) is the same 
as other domains that works.


User is declared in the vpopmail mysql database.

I destroyed the domain and recreate it on the shell and in qmailadmin 
without success.


User can authenticate in the webmail (squirrelmail, IMAP, dovecot).

I googled a few hours on this subject without finding a clue.

What else may I check ?

Thans for your help,
Julien Escario





Did you make ANY change in software recently?
What does say your virtualdomains?
Are there other domains working?

Tonino


--

in...@zioniInterazioni di Antonio Nati
   http://www.interazioni.it  to...@interazioni.it



!DSPAM:4c88c8fb32714400880215!



Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Julien Escario

Le 09/09/2010 13:45, Tonix (Antonio Nati) a écrit :

Il 09/09/2010 11:50, Julien Escario ha scritto:
Did you make ANY change in software recently?


No. The server only rebooted but some times ago ...


What does say your virtualdomains?


restaurantlatuilerie.fr:restaurantlatuilerie.fr

Same for all domains.

I just tried to pass over vpopmail with a .qmail-contact file : it works.


Are there other domains working?


Yeah several of them. Created with the same method.

Does someone know exactly what are the tests made by chkuser whose can answer 
with this error ? (perhaps some file's owner check ...)


Thanks,
Julien Escario

!DSPAM:4c88e09a32713185611609!



Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Tonix (Antonio Nati)

 Il 09/09/2010 15:26, Julien Escario ha scritto:

Le 09/09/2010 13:45, Tonix (Antonio Nati) a écrit :

Il 09/09/2010 11:50, Julien Escario ha scritto:
Did you make ANY change in software recently?


No. The server only rebooted but some times ago ...


What does say your virtualdomains?


restaurantlatuilerie.fr:restaurantlatuilerie.fr

Same for all domains.

I just tried to pass over vpopmail with a .qmail-contact file : it works.


Are there other domains working?


Yeah several of them. Created with the same method.

Does someone know exactly what are the tests made by chkuser whose can 
answer with this error ? (perhaps some file's owner check ...)


Thanks,
Julien Escario





You could setup a version of qmail-smtpd with chkuser debug on, and run 
it on a different port, then see detailed log.

You can add custom logging instructions if needed.

Check 
http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html#Debugging 
for compilation instructions.


But, before that, if you add a brand new domain, and simulate a 
delivery, do you have the same problem?


Tonino

Then

--

in...@zioniInterazioni di Antonio Nati
   http://www.interazioni.it  to...@interazioni.it



!DSPAM:4c88e54e32712140553239!



Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Julien Escario

Le 09/09/2010 15:46, Tonix (Antonio Nati) a écrit :

Il 09/09/2010 15:26, Julien Escario ha scritto:

Le 09/09/2010 13:45, Tonix (Antonio Nati) a écrit :

Il 09/09/2010 11:50, Julien Escario ha scritto:

You could setup a version of qmail-smtpd with chkuser debug on, and run
it on a different port, then see detailed log.
You can add custom logging instructions if needed.

Check
http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html#Debugging
for compilation instructions.

But, before that, if you add a brand new domain, and simulate a
delivery, do you have the same problem?


Yeah ! I think we made it ;-)

Actually, creating another new domain reproduce the same problem.

And I fianlly found what is different from the other domains : the content of 
.qmail-default.


I changed from :
| /var/lib/vpopmail/bin/vdelivermail '' bounce-no-mailbox

To :
| /var/lib/vpopmail/bin/vdelivermail '' delete

And it works ! Yeah, I checked the message is in the maildir.

I'll now have to check why bounce-no-mailbox is giving a chkuser error.

Many thanks for your help,
Julien Escario

!DSPAM:4c88ec3232719815917165!



Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Tonix (Antonio Nati)

 Il 09/09/2010 16:16, Julien Escario ha scritto:

Le 09/09/2010 15:46, Tonix (Antonio Nati) a écrit :

Il 09/09/2010 15:26, Julien Escario ha scritto:

Le 09/09/2010 13:45, Tonix (Antonio Nati) a écrit :

Il 09/09/2010 11:50, Julien Escario ha scritto:

You could setup a version of qmail-smtpd with chkuser debug on, and run
it on a different port, then see detailed log.
You can add custom logging instructions if needed.

Check
http://www.interazioni.it/opensource/chkuser/documentation/chkuser_settings.html#Debugging 


for compilation instructions.

But, before that, if you add a brand new domain, and simulate a
delivery, do you have the same problem?


Yeah ! I think we made it ;-)

Actually, creating another new domain reproduce the same problem.

And I fianlly found what is different from the other domains : the 
content of .qmail-default.


I changed from :
| /var/lib/vpopmail/bin/vdelivermail '' bounce-no-mailbox

To :
| /var/lib/vpopmail/bin/vdelivermail '' delete

And it works ! Yeah, I checked the message is in the maildir.

I'll now have to check why bounce-no-mailbox is giving a chkuser error.

Many thanks for your help,
Julien Escario






You have a problem with chkuser setup... Could be it is linked to a old 
vpopmail library, before important changes... or something else like 
that (like not opening vpopmail.mysql).


With that change (delete instead of bounce), you are excluding chkuser 
except chkuser logging.


Double check your configuration, because bounce is better than delete.

Regards,

Tonino

--

in...@zioniInterazioni di Antonio Nati
   http://www.interazioni.it  to...@interazioni.it



!DSPAM:4c88f01b32711282214076!



Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/09/2010 04:50 AM, Julien Escario wrote:
 No mysql connection error.

Check to be sure your MySQL server information in
~vpopmail/etc/vpopmail.mysql works, and that the server is responsive
to queries.

 User can authenticate in the webmail (squirrelmail, IMAP, dovecot)

Dovecot caches information so it doesn't repeatedly hit the database.
 It will continue to authenticate users without a database backend.
- -- 
/*
Matt Brookings m...@inter7.com   GnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyI8DwACgkQIwet2/rgZyxDJACfcENy80nG/a78udL175MW4WtM
jf0Ani44cRalQyjlKZ5eAj7ayJMo2hLo
=fguS
-END PGP SIGNATURE-


Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Julien Escario

Le 09/09/2010 16:32, Tonix (Antonio Nati) a écrit :

Il 09/09/2010 16:16, Julien Escario ha scritto:

Le 09/09/2010 15:46, Tonix (Antonio Nati) a écrit :

Il 09/09/2010 15:26, Julien Escario ha scritto:

Le 09/09/2010 13:45, Tonix (Antonio Nati) a écrit :


You have a problem with chkuser setup... Could be it is linked to a old
vpopmail library, before important changes... or something else like
that (like not opening vpopmail.mysql).


Don't think it's a mysql access problem.
I just checked and everything is fine, my vpopmail user can connect.

I don't know exactly what to check for libraries. I just installed the debian 
package :

# dpkg -l vpopmail-mysql
||/ NomVersionDescription
+++-==-==-
ii  vpopmail-mysql 5.4.17-6   vpopmail with mysql backend


With that change (delete instead of bounce), you are excluding chkuser
except chkuser logging.

Double check your configuration, because bounce is better than delete.


I dont think so. delete is what I want to remove those fake bounces that 
spammers are using now.


Julien

!DSPAM:4c88f2e232712018560058!



Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Julien Escario

Le 09/09/2010 16:33, Matt Brookings a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/09/2010 04:50 AM, Julien Escario wrote:

No mysql connection error.


Check to be sure your MySQL server information in
~vpopmail/etc/vpopmail.mysql works, and that the server is responsive
to queries.


It is.


User can authenticate in the webmail (squirrelmail, IMAP, dovecot)


Dovecot caches information so it doesn't repeatedly hit the database.
  It will continue to authenticate users without a database backend.


Ok, I won't rely on this test so.

Julien

!DSPAM:4c88f32432711273842712!



Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/09/2010 09:44 AM, Julien Escario wrote:
 I don't know exactly what to check for libraries. I just installed the
 debian package :

ps auwx | grep mysql

 I dont think so. delete is what I want to remove those fake bounces that
 spammers are using now.

delete is bad.  You want bounce-no-mailbox.  The delete setting
accepts mail to bad recipients and silently drops it.  It makes
spammers think they're getting through to your users.  You will get
dictionary attacked.  bounce-no-mailbox will reject during the SMTP
session, no mail data will be transferred, and the spammer will give up.
- -- 
/*
Matt Brookings m...@inter7.com   GnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyI838ACgkQIwet2/rgZyyVRACfYxmuh/mTqCzk2Lif9livW7FL
NN8An1QL0JBPOeJcsaNmqdH9y7thTDj9
=TmqI
-END PGP SIGNATURE-


Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Matt Brookings
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/09/2010 09:45 AM, Julien Escario wrote:
 On 09/09/2010 04:50 AM, Julien Escario wrote:
 No mysql connection error.

 Check to be sure your MySQL server information in
 ~vpopmail/etc/vpopmail.mysql works, and that the server is responsive
 to queries.
 
 It is.

I am stumped then.  vpopmail says it can't connect to your database,
but your database is responsive.  Not sure where to go from there.  If
you would like us to take a look at it, give us a call.
- -- 
/*
Matt Brookings m...@inter7.com   GnuPG Key FAE0672C
Software developer Systems technician
Inter7 Internet Technologies, Inc. (815)776-9465
*/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyI9E8ACgkQIwet2/rgZyyQRQCfSeuJ/794IFQdgesAKvTihzXs
zpAAn1mxxPW5pf3U51yKb8F0adX9UNR7
=cfR1
-END PGP SIGNATURE-


Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Julien Escario

Le 09/09/2010 16:47, Matt Brookings a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/09/2010 09:44 AM, Julien Escario wrote:

I don't know exactly what to check for libraries. I just installed the
debian package :


ps auwx | grep mysql


Nothing special :

root   678  0.0  0.0   3608   696 pts/0S+   16:51   0:00 grep mysql
root  2421  0.0  0.0   2844  1084 ?SAug27   0:00 /bin/sh 
/usr/bin/mysqld_safe
mysql 2460  0.3 20.0 1177528 416212 ?  Sl   Aug27  55:20 
/usr/sbin/mysqld --basedir=/usr --datadir=/home/mysql --user=mysql 
--pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --port=3306 
--socket=/var/run/mysqld/mysqld.sock
root  2461  0.0  0.0   1748   452 ?SAug27   0:00 logger -p 
daemon.err -t mysqld_safe -i -t mysqld


Mysql is listening on the port AND on the socket. In my configuration, I'm using 
socket ('localhost').



I dont think so. delete is what I want to remove those fake bounces that
spammers are using now.


delete is bad.  You want bounce-no-mailbox.  The delete setting
accepts mail to bad recipients and silently drops it.  It makes
spammers think they're getting through to your users.  You will get
dictionary attacked.  bounce-no-mailbox will reject during the SMTP
session, no mail data will be transferred, and the spammer will give up.


Thanks for this explaination.

I think I'll have to take my chkuser configuration from start.
that's not a problem : I'm currently installing the replacement for this one ;-)

Julien

!DSPAM:4c88f52e32711498614991!



Re: [vchkpw] no mailbox here by that name (chkuser) ?

2010-09-09 Thread Julien Escario

Le 09/09/2010 16:50, Matt Brookings a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/09/2010 09:45 AM, Julien Escario wrote:

On 09/09/2010 04:50 AM, Julien Escario wrote:

No mysql connection error.


Check to be sure your MySQL server information in
~vpopmail/etc/vpopmail.mysql works, and that the server is responsive
to queries.


It is.


I am stumped then.


I don't think so ;-)

  vpopmail says it can't connect to your database,

but your database is responsive.  Not sure where to go from there.  If
you would like us to take a look at it, give us a call.


No need to bother you longer with this. As I said, I'll take all this setup from 
scratch in a few days.


Thanks for your help guys,
Julien

!DSPAM:4c88f58d32711022318732!



Re: [vchkpw] no mailbox?!

2008-05-27 Thread Rakesh Sharma
Hi All,

As bounce says user not created on vpopnmail.


--Rakesh Sharma


On Tuesday 27 May 2008 11:13:49 am kalin m wrote:
 cant figure this out

 freebsd 7.

 messages to [EMAIL PROTECTED] and [EMAIL PROTECTED] fail with:

 May 26 22:55:44 host qmail: 1211856944.665478 delivery 1: failure:
 Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/


 qmail control:

 -rw-r--r--   1 root  qmail3 May 26 20:47 concurrencyincoming
 -rw-r--r--   1 root  qmail3 May 26 23:03 concurrencylocal
 -rw-r--r--   1 root  qmail   19 May 26 14:48 defaultdomain
 -rw-r--r--   1 root  qmail   57 May 26 22:30 locals
 -rw---   1 root  qmail0 May 26 20:25 locals.lock
 -rw-r--r--   1 root  qmail   13 May 26 23:05 me
 -rw-r--r--   1 root  qmail7 May 26 23:05 plusdomain
 -rw-r--r--   1 root  qmail   57 May 26 20:25 rcpthosts
 -rw---   1 root  qmail0 May 26 20:25 rcpthosts.lock
 -rw-r--r--   1 root  qmail   28 May 26 20:25 virtualdomains
 -rw---   1 root  qmail0 May 26 20:25 virtualdomains.lock


 pwd
 /usr/home/vpopmail/domains/domain.com
 perro# ls -al
 total 20
 drwx--  5 vpopmail  vchkpw   512 May 26 21:57 .
 drwx--  3 vpopmail  vchkpw   512 May 26 20:25 ..
 -rw---  1 vpopmail  vchkpw34 May 26 21:57 .dir-control
 -rw---  1 vpopmail  vchkpw55 May 26 20:25 .qmail-default
 -rw---  1 vpopmail  vchkpw 0 May 26 21:57 .vpasswd.lock
 drwx--  3 vpopmail  vchkpw   512 May 26 20:56 caca
 drwx--  3 vpopmail  vchkpw   512 May 26 21:57 moo
 drwx--  3 vpopmail  vchkpw   512 May 26 20:25 postmaster
 -rw---  1 vpopmail  vchkpw   331 May 26 21:57 vpasswd
 -rw---  1 vpopmail  vchkpw  2445 May 26 21:57 vpasswd.cdb



 vi .qmail-default

 | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

 ~


 vi /var/qmail/rc

 !/bin/sh

 # Using splogger to send the log through syslog.
 # Using qmail-local to deliver messages to ~/Mailbox by default.

 exec env - PATH=/var/qmail/bin:$PATH \
 qmail-start ./Maildir/ splogger qmail




 vi virtualdomains

 domain.com:domain.com


 # vi rcpthosts

 localhost
 domain.com


 hope this gets to the list

 ps: i havent been getting the messages for this list since 11/04/07. and
 wondering how to reactivate my subscription. the automatic message said
 i'm still a subscriber?!?





 



-- 

ThanksRegards,

Rakesh Sharma | Linux System Administrator | Y A T R A |
Yatra Online Pvt. Ltd. | B-21 | Infocity | Sector - 34 | 
Gurgaon - 122002 | Contact: +91-9350762340, +91-124-3040608

!DSPAM:483ba38c32351969910647!



Re: [vchkpw] no mailbox?!

2008-05-27 Thread kalin m

not sure if i follow

i did the users with:
/home/vpopmail/bin/vadduser [EMAIL PROTECTED]

thay both appear in domain.com's vpasswd, besides postmaster.

it's below.../usr/home/vpopmail/domains/domain.com below:...


Rakesh Sharma wrote:

Hi All,

As bounce says user not created on vpopnmail.


--Rakesh Sharma


On Tuesday 27 May 2008 11:13:49 am kalin m wrote:
  

cant figure this out

freebsd 7.

messages to [EMAIL PROTECTED] and [EMAIL PROTECTED] fail with:

May 26 22:55:44 host qmail: 1211856944.665478 delivery 1: failure:
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/


qmail control:

-rw-r--r--   1 root  qmail3 May 26 20:47 concurrencyincoming
-rw-r--r--   1 root  qmail3 May 26 23:03 concurrencylocal
-rw-r--r--   1 root  qmail   19 May 26 14:48 defaultdomain
-rw-r--r--   1 root  qmail   57 May 26 22:30 locals
-rw---   1 root  qmail0 May 26 20:25 locals.lock
-rw-r--r--   1 root  qmail   13 May 26 23:05 me
-rw-r--r--   1 root  qmail7 May 26 23:05 plusdomain
-rw-r--r--   1 root  qmail   57 May 26 20:25 rcpthosts
-rw---   1 root  qmail0 May 26 20:25 rcpthosts.lock
-rw-r--r--   1 root  qmail   28 May 26 20:25 virtualdomains
-rw---   1 root  qmail0 May 26 20:25 virtualdomains.lock


pwd
/usr/home/vpopmail/domains/domain.com
perro# ls -al
total 20
drwx--  5 vpopmail  vchkpw   512 May 26 21:57 .
drwx--  3 vpopmail  vchkpw   512 May 26 20:25 ..
-rw---  1 vpopmail  vchkpw34 May 26 21:57 .dir-control
-rw---  1 vpopmail  vchkpw55 May 26 20:25 .qmail-default
-rw---  1 vpopmail  vchkpw 0 May 26 21:57 .vpasswd.lock
drwx--  3 vpopmail  vchkpw   512 May 26 20:56 caca
drwx--  3 vpopmail  vchkpw   512 May 26 21:57 moo
drwx--  3 vpopmail  vchkpw   512 May 26 20:25 postmaster
-rw---  1 vpopmail  vchkpw   331 May 26 21:57 vpasswd
-rw---  1 vpopmail  vchkpw  2445 May 26 21:57 vpasswd.cdb



vi .qmail-default

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

~


vi /var/qmail/rc

!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH=/var/qmail/bin:$PATH \
qmail-start ./Maildir/ splogger qmail




vi virtualdomains

domain.com:domain.com


# vi rcpthosts

localhost
domain.com


hope this gets to the list

ps: i havent been getting the messages for this list since 11/04/07. and
wondering how to reactivate my subscription. the automatic message said
i'm still a subscriber?!?











  



!DSPAM:483baa0032352100320540!


Re: [vchkpw] no mailbox?!

2008-05-27 Thread Bob Hutchinson
On Tuesday 27 May 2008 06:43, kalin m wrote:
 cant figure this out

 freebsd 7.

 messages to [EMAIL PROTECTED] and [EMAIL PROTECTED] fail with:

 May 26 22:55:44 host qmail: 1211856944.665478 delivery 1: failure:
 Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/

what is in qmail/users/assign?



 qmail control:

 -rw-r--r--   1 root  qmail3 May 26 20:47 concurrencyincoming
 -rw-r--r--   1 root  qmail3 May 26 23:03 concurrencylocal
 -rw-r--r--   1 root  qmail   19 May 26 14:48 defaultdomain
 -rw-r--r--   1 root  qmail   57 May 26 22:30 locals
 -rw---   1 root  qmail0 May 26 20:25 locals.lock
 -rw-r--r--   1 root  qmail   13 May 26 23:05 me
 -rw-r--r--   1 root  qmail7 May 26 23:05 plusdomain
 -rw-r--r--   1 root  qmail   57 May 26 20:25 rcpthosts
 -rw---   1 root  qmail0 May 26 20:25 rcpthosts.lock
 -rw-r--r--   1 root  qmail   28 May 26 20:25 virtualdomains
 -rw---   1 root  qmail0 May 26 20:25 virtualdomains.lock


 pwd
 /usr/home/vpopmail/domains/domain.com
 perro# ls -al
 total 20
 drwx--  5 vpopmail  vchkpw   512 May 26 21:57 .
 drwx--  3 vpopmail  vchkpw   512 May 26 20:25 ..
 -rw---  1 vpopmail  vchkpw34 May 26 21:57 .dir-control
 -rw---  1 vpopmail  vchkpw55 May 26 20:25 .qmail-default
 -rw---  1 vpopmail  vchkpw 0 May 26 21:57 .vpasswd.lock
 drwx--  3 vpopmail  vchkpw   512 May 26 20:56 caca
 drwx--  3 vpopmail  vchkpw   512 May 26 21:57 moo
 drwx--  3 vpopmail  vchkpw   512 May 26 20:25 postmaster
 -rw---  1 vpopmail  vchkpw   331 May 26 21:57 vpasswd
 -rw---  1 vpopmail  vchkpw  2445 May 26 21:57 vpasswd.cdb



 vi .qmail-default

 | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

 ~


 vi /var/qmail/rc

 !/bin/sh

 # Using splogger to send the log through syslog.
 # Using qmail-local to deliver messages to ~/Mailbox by default.

 exec env - PATH=/var/qmail/bin:$PATH \
 qmail-start ./Maildir/ splogger qmail




 vi virtualdomains

 domain.com:domain.com


 # vi rcpthosts

 localhost
 domain.com


 hope this gets to the list

 ps: i havent been getting the messages for this list since 11/04/07. and
 wondering how to reactivate my subscription. the automatic message said
 i'm still a subscriber?!?





 

-- 
-
Bob Hutchinson
Midwales dot com
-

!DSPAM:483bc13132352470719592!



Re: [vchkpw] no mailbox?!

2008-05-27 Thread Boris Pavlov

do [EMAIL PROTECTED] receives mail?

edi.


!DSPAM:483bbc0e32358322360014!



Re: [vchkpw] no mailbox?!

2008-05-27 Thread kalin m

domain.com-:domain.com:1010:1003:/home/vpopmail/domains/domain.com:-::

Bob Hutchinson wrote:

On Tuesday 27 May 2008 06:43, kalin m wrote:
  

cant figure this out

freebsd 7.

messages to [EMAIL PROTECTED] and [EMAIL PROTECTED] fail with:

May 26 22:55:44 host qmail: 1211856944.665478 delivery 1: failure:
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/



what is in qmail/users/assign?

  

qmail control:

-rw-r--r--   1 root  qmail3 May 26 20:47 concurrencyincoming
-rw-r--r--   1 root  qmail3 May 26 23:03 concurrencylocal
-rw-r--r--   1 root  qmail   19 May 26 14:48 defaultdomain
-rw-r--r--   1 root  qmail   57 May 26 22:30 locals
-rw---   1 root  qmail0 May 26 20:25 locals.lock
-rw-r--r--   1 root  qmail   13 May 26 23:05 me
-rw-r--r--   1 root  qmail7 May 26 23:05 plusdomain
-rw-r--r--   1 root  qmail   57 May 26 20:25 rcpthosts
-rw---   1 root  qmail0 May 26 20:25 rcpthosts.lock
-rw-r--r--   1 root  qmail   28 May 26 20:25 virtualdomains
-rw---   1 root  qmail0 May 26 20:25 virtualdomains.lock


pwd
/usr/home/vpopmail/domains/domain.com
perro# ls -al
total 20
drwx--  5 vpopmail  vchkpw   512 May 26 21:57 .
drwx--  3 vpopmail  vchkpw   512 May 26 20:25 ..
-rw---  1 vpopmail  vchkpw34 May 26 21:57 .dir-control
-rw---  1 vpopmail  vchkpw55 May 26 20:25 .qmail-default
-rw---  1 vpopmail  vchkpw 0 May 26 21:57 .vpasswd.lock
drwx--  3 vpopmail  vchkpw   512 May 26 20:56 caca
drwx--  3 vpopmail  vchkpw   512 May 26 21:57 moo
drwx--  3 vpopmail  vchkpw   512 May 26 20:25 postmaster
-rw---  1 vpopmail  vchkpw   331 May 26 21:57 vpasswd
-rw---  1 vpopmail  vchkpw  2445 May 26 21:57 vpasswd.cdb



vi .qmail-default

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

~


vi /var/qmail/rc

!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH=/var/qmail/bin:$PATH \
qmail-start ./Maildir/ splogger qmail




vi virtualdomains

domain.com:domain.com


# vi rcpthosts

localhost
domain.com


hope this gets to the list

ps: i havent been getting the messages for this list since 11/04/07. and
wondering how to reactivate my subscription. the automatic message said
i'm still a subscriber?!?









  



!DSPAM:483c2cf032351689772284!


Re: [vchkpw] no mailbox?!

2008-05-27 Thread kalin m

no:

May 27 09:05:25 machine qmail: 1211893525.434591 info msg 353625: bytes 
714 from [EMAIL PROTECTED] qp 6000 uid 1010
May 27 09:05:25 machine qmail: 1211893525.436006 starting delivery 7: 
msg 353625 to local [EMAIL PROTECTED]
May 27 09:05:25 machine qmail: 1211893525.436045 status: local 1/50 
remote 0/20
May 27 09:05:25 machine qmail: 1211893525.438273 delivery 7: failure: 
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
May 27 09:05:25 machine qmail: 1211893525.438400 status: local 0/50 
remote 0/20

May 27 09:05:25 machine qmail: 1211893525.441724 bounce msg 353625 qp 6003



Boris Pavlov wrote:

do [EMAIL PROTECTED] receives mail?

edi.






!DSPAM:483c2d0632351276381033!



Re: [vchkpw] no mailbox?!

2008-05-27 Thread Dvorkin Dmitry

check permissions and contents:

# ls -l
итого 20
-rw-r--r-- 1 root root 6964 2008-04-04 19:55 assign
-rw--- 1 root root 0 2007-06-11 19:19 assign.lock
-rw-r--r-- 1 root root 10904 2008-04-04 19:55 cdb
# pwd
/var/qmail/users

# head -n 1 ./assign
+comain.ru-:domain.ru:508:503:/home/vpopmail/domains/domain.ru:-::

it's my running system. look at the + before domain name


kalin m пишет:

no:

May 27 09:05:25 machine qmail: 1211893525.434591 info msg 353625: 
bytes 714 from [EMAIL PROTECTED] qp 6000 uid 1010
May 27 09:05:25 machine qmail: 1211893525.436006 starting delivery 7: 
msg 353625 to local [EMAIL PROTECTED]
May 27 09:05:25 machine qmail: 1211893525.436045 status: local 1/50 
remote 0/20
May 27 09:05:25 machine qmail: 1211893525.438273 delivery 7: failure: 
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
May 27 09:05:25 machine qmail: 1211893525.438400 status: local 0/50 
remote 0/20
May 27 09:05:25 machine qmail: 1211893525.441724 bounce msg 353625 qp 
6003




Boris Pavlov wrote:

do [EMAIL PROTECTED] receives mail?

edi.










--
С уважением,
Дмитрий Солдатов (Dvorkin)


!DSPAM:483c5e8a32359341315960!



Re: [vchkpw] no mailbox?!

2008-05-27 Thread Bob Hutchinson
On Tuesday 27 May 2008 16:46, kalin m wrote:
 domain.com-:domain.com:1010:1003:/home/vpopmail/domains/domain.com:-::

Add + at start of line


 Bob Hutchinson wrote:
  On Tuesday 27 May 2008 06:43, kalin m wrote:
  cant figure this out
 
  freebsd 7.
 
  messages to [EMAIL PROTECTED] and [EMAIL PROTECTED] fail with:
 
  May 26 22:55:44 host qmail: 1211856944.665478 delivery 1: failure:
  Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/
 
  what is in qmail/users/assign?
 
  qmail control:
 
  -rw-r--r--   1 root  qmail3 May 26 20:47 concurrencyincoming
  -rw-r--r--   1 root  qmail3 May 26 23:03 concurrencylocal
  -rw-r--r--   1 root  qmail   19 May 26 14:48 defaultdomain
  -rw-r--r--   1 root  qmail   57 May 26 22:30 locals
  -rw---   1 root  qmail0 May 26 20:25 locals.lock
  -rw-r--r--   1 root  qmail   13 May 26 23:05 me
  -rw-r--r--   1 root  qmail7 May 26 23:05 plusdomain
  -rw-r--r--   1 root  qmail   57 May 26 20:25 rcpthosts
  -rw---   1 root  qmail0 May 26 20:25 rcpthosts.lock
  -rw-r--r--   1 root  qmail   28 May 26 20:25 virtualdomains
  -rw---   1 root  qmail0 May 26 20:25 virtualdomains.lock
 
 
  pwd
  /usr/home/vpopmail/domains/domain.com
  perro# ls -al
  total 20
  drwx--  5 vpopmail  vchkpw   512 May 26 21:57 .
  drwx--  3 vpopmail  vchkpw   512 May 26 20:25 ..
  -rw---  1 vpopmail  vchkpw34 May 26 21:57 .dir-control
  -rw---  1 vpopmail  vchkpw55 May 26 20:25 .qmail-default
  -rw---  1 vpopmail  vchkpw 0 May 26 21:57 .vpasswd.lock
  drwx--  3 vpopmail  vchkpw   512 May 26 20:56 caca
  drwx--  3 vpopmail  vchkpw   512 May 26 21:57 moo
  drwx--  3 vpopmail  vchkpw   512 May 26 20:25 postmaster
  -rw---  1 vpopmail  vchkpw   331 May 26 21:57 vpasswd
  -rw---  1 vpopmail  vchkpw  2445 May 26 21:57 vpasswd.cdb
 
 
 
  vi .qmail-default
 
  | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
 
  ~
 
 
  vi /var/qmail/rc
 
  !/bin/sh
 
  # Using splogger to send the log through syslog.
  # Using qmail-local to deliver messages to ~/Mailbox by default.
 
  exec env - PATH=/var/qmail/bin:$PATH \
  qmail-start ./Maildir/ splogger qmail
 
 
 
 
  vi virtualdomains
 
  domain.com:domain.com
 
 
  # vi rcpthosts
 
  localhost
  domain.com
 
 
  hope this gets to the list
 
  ps: i havent been getting the messages for this list since 11/04/07. and
  wondering how to reactivate my subscription. the automatic message said
  i'm still a subscriber?!?

 

-- 
-
Bob Hutchinson
Midwales dot com
-

!DSPAM:483c6c9432358883293103!



Re: [vchkpw] no mailbox?!

2008-05-27 Thread kalin m

it has it  sorry...

+domain.com-:domain.com:1010:1003:/home/vpopmail/domains/domain.com:-::

i omitted it  my bad


Bob Hutchinson wrote:

On Tuesday 27 May 2008 16:46, kalin m wrote:
  

domain.com-:domain.com:1010:1003:/home/vpopmail/domains/domain.com:-::



Add + at start of line

  

Bob Hutchinson wrote:


On Tuesday 27 May 2008 06:43, kalin m wrote:
  

cant figure this out

freebsd 7.

messages to [EMAIL PROTECTED] and [EMAIL PROTECTED] fail with:

May 26 22:55:44 host qmail: 1211856944.665478 delivery 1: failure:
Sorry,_no_mailbox_here_by_that_name._(#5.1.1)/


what is in qmail/users/assign?

  

qmail control:

-rw-r--r--   1 root  qmail3 May 26 20:47 concurrencyincoming
-rw-r--r--   1 root  qmail3 May 26 23:03 concurrencylocal
-rw-r--r--   1 root  qmail   19 May 26 14:48 defaultdomain
-rw-r--r--   1 root  qmail   57 May 26 22:30 locals
-rw---   1 root  qmail0 May 26 20:25 locals.lock
-rw-r--r--   1 root  qmail   13 May 26 23:05 me
-rw-r--r--   1 root  qmail7 May 26 23:05 plusdomain
-rw-r--r--   1 root  qmail   57 May 26 20:25 rcpthosts
-rw---   1 root  qmail0 May 26 20:25 rcpthosts.lock
-rw-r--r--   1 root  qmail   28 May 26 20:25 virtualdomains
-rw---   1 root  qmail0 May 26 20:25 virtualdomains.lock


pwd
/usr/home/vpopmail/domains/domain.com
perro# ls -al
total 20
drwx--  5 vpopmail  vchkpw   512 May 26 21:57 .
drwx--  3 vpopmail  vchkpw   512 May 26 20:25 ..
-rw---  1 vpopmail  vchkpw34 May 26 21:57 .dir-control
-rw---  1 vpopmail  vchkpw55 May 26 20:25 .qmail-default
-rw---  1 vpopmail  vchkpw 0 May 26 21:57 .vpasswd.lock
drwx--  3 vpopmail  vchkpw   512 May 26 20:56 caca
drwx--  3 vpopmail  vchkpw   512 May 26 21:57 moo
drwx--  3 vpopmail  vchkpw   512 May 26 20:25 postmaster
-rw---  1 vpopmail  vchkpw   331 May 26 21:57 vpasswd
-rw---  1 vpopmail  vchkpw  2445 May 26 21:57 vpasswd.cdb



vi .qmail-default

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

~


vi /var/qmail/rc

!/bin/sh

# Using splogger to send the log through syslog.
# Using qmail-local to deliver messages to ~/Mailbox by default.

exec env - PATH=/var/qmail/bin:$PATH \
qmail-start ./Maildir/ splogger qmail




vi virtualdomains

domain.com:domain.com


# vi rcpthosts

localhost
domain.com


hope this gets to the list

ps: i havent been getting the messages for this list since 11/04/07. and
wondering how to reactivate my subscription. the automatic message said
i'm still a subscriber?!?




  



!DSPAM:483c6d6632355648314090!


Re: [vchkpw] sendmail mailbox conversion

2005-07-27 Thread Bob Hutchinson
On Wednesday 27 Jul 2005 03:51, suranga wrote:
 ***
 No virus was detected in the attachment no filename
 No virus was detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***


 Dear qmail friends,

 Please can you send me the steps of how to migrate sendmail mail mailboxes
 to qmail, that is converting mbox format to maildir format.

http://www.qmail.org/mbox2maildir


 Suranga.

   - Original Message -
   From: Rizwan Iqbal Malik
   To: vchkpw@inter7.com
   Sent: Monday, July 25, 2005 12:52 PM
   Subject: RE: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename
 No virus was detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




   dear suranga,

create this .qmail file in the domains/domain-name directory under
 vpopmail folder and not under qmail/alias folder.

   Regards,
   Rizwan Iqbal Malik
   Network Mgt Team
   Data Centre
   Jammu  Kashmir Bank
   508 Ext 137




 ---
--- From: suranga [mailto:[EMAIL PROTECTED]
   Sent: Monday, July 25, 2005 12:10 PM
   To: vchkpw@inter7.com
   Subject: Re: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename
 No virus was detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




   Dear Malik,

   Yes I am using vpopmail and I followed Bill's Linux Qmail Toaster

   Thanking you,

   Suranga.
 - Original Message -
 From: Rizwan Iqbal Malik
 To: vchkpw@inter7.com
 Sent: Monday, July 25, 2005 12:32 PM
 Subject: RE: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename
 No virus was detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




 are you using vpopmail???

 Regards,
 Rizwan Iqbal Malik
 Network Mgt Team
 Data Centre
 Jammu  Kashmir Bank
 508 Ext 137




 ---
- From: suranga [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 25, 2005 11:48 AM
 To: vchkpw@inter7.com
 Subject: Re: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename
 No virus was detected in the attachment no filename
 No virus was detected in the attachment output.gif

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




 Dear Friends,

 I did following

 #echo \[EMAIL PROTECTED]  /var/qmail/alias/.qmail-itc

 #qmailctl stop

 #qmailctl start

 but I am getting the error in my squirrelmail interface when I try to
 send a mail to [EMAIL PROTECTED] saying that Server replied: 511 sorry, no
 mailbox here by that name (#5.1.1 - chkuser)

 What could be the mistake ?

 Herewith I am attaching the output of squirrelmail

 Thanking you dear friends!!! you are brilliant!!!

 Suranga.




   - Original Message -
   From: Rizwan Iqbal Malik
   To: vchkpw@inter7.com
   Sent: Monday, July 25, 2005 11:40 AM
   Subject: RE: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename
 No virus was detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




   dear suranga,
   create a .qmail-itc file and add all email ids in the format
 [EMAIL PROTECTED]

   Regards,
   Rizwan Iqbal Malik
   Network Mgt Team
   Data Centre
   Jammu  Kashmir Bank
   508 Ext 137




 --
   From: suranga [mailto:[EMAIL PROTECTED]
   Sent: Monday, July 25, 2005 10:46 AM
   To: vchkpw@inter7.com
   Subject: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename
 No virus was detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




   Dear All

   We have the following requirement with regards to aliases in qmail

   All the users of ITC department should get the mail when someone
 sends a mail to [EMAIL PROTECTED]

   Can you please help me on this ?

   Suranga.
 - Original Message -
 From: Manish Jain
 To: vchkpw@inter7.com
 Sent: Monday, July 25, 2005 11:02 AM
 Subject: [vchkpw] How to bind IP address to a virtual domain


 ***
 No virus was detected in the attachment no filename
 No virus was detected in the attachment no filename

 Your mail has been scanned by Janashakthi 

RE: [vchkpw] sendmail mailbox conversion

2005-07-27 Thread Rizwan Iqbal Malik
 
Dear bob ,

Mbox2maildir  is still not properly developed.Many issues arise in the
conversion atleast they did for me.

Regards,
Rizwan Iqbal Malik
-Original Message-
From: Bob Hutchinson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 27, 2005 1:49 PM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] sendmail mailbox conversion

On Wednesday 27 Jul 2005 03:51, suranga wrote:
 ***
 No virus was detected in the attachment no filename No virus was 
 detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***


 Dear qmail friends,

 Please can you send me the steps of how to migrate sendmail mail 
 mailboxes to qmail, that is converting mbox format to maildir format.

http://www.qmail.org/mbox2maildir


 Suranga.

   - Original Message -
   From: Rizwan Iqbal Malik
   To: vchkpw@inter7.com
   Sent: Monday, July 25, 2005 12:52 PM
   Subject: RE: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename No virus was 
 detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




   dear suranga,

create this .qmail file in the domains/domain-name directory under 
 vpopmail folder and not under qmail/alias folder.

   Regards,
   Rizwan Iqbal Malik
   Network Mgt Team
   Data Centre
   Jammu  Kashmir Bank
   508 Ext 137




 
---

--- From: suranga [mailto:[EMAIL PROTECTED]
   Sent: Monday, July 25, 2005 12:10 PM
   To: vchkpw@inter7.com
   Subject: Re: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename No virus was 
 detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




   Dear Malik,

   Yes I am using vpopmail and I followed Bill's Linux Qmail Toaster

   Thanking you,

   Suranga.
 - Original Message -
 From: Rizwan Iqbal Malik
 To: vchkpw@inter7.com
 Sent: Monday, July 25, 2005 12:32 PM
 Subject: RE: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename No virus was 
 detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




 are you using vpopmail???

 Regards,
 Rizwan Iqbal Malik
 Network Mgt Team
 Data Centre
 Jammu  Kashmir Bank
 508 Ext 137




 
---

- From: suranga [mailto:[EMAIL PROTECTED]
 Sent: Monday, July 25, 2005 11:48 AM
 To: vchkpw@inter7.com
 Subject: Re: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename No virus was 
 detected in the attachment no filename No virus was detected in the 
 attachment output.gif

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




 Dear Friends,

 I did following

 #echo \[EMAIL PROTECTED]  /var/qmail/alias/.qmail-itc

 #qmailctl stop

 #qmailctl start

 but I am getting the error in my squirrelmail interface when I try 
 to send a mail to [EMAIL PROTECTED] saying that Server replied: 511 sorry, 
 no mailbox here by that name (#5.1.1 - chkuser)

 What could be the mistake ?

 Herewith I am attaching the output of squirrelmail

 Thanking you dear friends!!! you are brilliant!!!

 Suranga.




   - Original Message -
   From: Rizwan Iqbal Malik
   To: vchkpw@inter7.com
   Sent: Monday, July 25, 2005 11:40 AM
   Subject: RE: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename No virus was 
 detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




   dear suranga,
   create a .qmail-itc file and add all email ids in the format 
 [EMAIL PROTECTED]

   Regards,
   Rizwan Iqbal Malik
   Network Mgt Team
   Data Centre
   Jammu  Kashmir Bank
   508 Ext 137




 --
   From: suranga [mailto:[EMAIL PROTECTED]
   Sent: Monday, July 25, 2005 10:46 AM
   To: vchkpw@inter7.com
   Subject: [vchkpw] Alias problem


 ***
 No virus was detected in the attachment no filename No virus was 
 detected in the attachment no filename

 Your mail has been scanned by Janashakthi InterScan MSS.
 ***




   Dear All

   We have the following requirement with regards to aliases in 
 qmail

   All the users of ITC department should get the mail when someone 
 sends a mail to [EMAIL PROTECTED]

   Can you please help me on this ?

   Suranga.
 - Original Message

Re: [vchkpw] sendmail mailbox conversion

2005-07-27 Thread Bob Hutchinson
On Wednesday 27 Jul 2005 11:19, Rizwan Iqbal Malik wrote:
 Dear bob ,

 Mbox2maildir  is still not properly developed.Many issues arise in the
 conversion atleast they did for me.

oh dear, I haven't used it myself, but google gives quite a few links, might 
be worth exploring.

http://untroubled.org/mbox2maildir


 Regards,
 Rizwan Iqbal Malik
 -Original Message-
 From: Bob Hutchinson [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 27, 2005 1:49 PM
 To: vchkpw@inter7.com
 Subject: Re: [vchkpw] sendmail mailbox conversion

 On Wednesday 27 Jul 2005 03:51, suranga wrote:
  ***
  No virus was detected in the attachment no filename No virus was
  detected in the attachment no filename
 
  Your mail has been scanned by Janashakthi InterScan MSS.
  ***
 
 
  Dear qmail friends,
 
  Please can you send me the steps of how to migrate sendmail mail
  mailboxes to qmail, that is converting mbox format to maildir format.

 http://www.qmail.org/mbox2maildir

  Suranga.
 
- Original Message -
From: Rizwan Iqbal Malik
To: vchkpw@inter7.com
Sent: Monday, July 25, 2005 12:52 PM
Subject: RE: [vchkpw] Alias problem
 
 
  ***
  No virus was detected in the attachment no filename No virus was
  detected in the attachment no filename
 
  Your mail has been scanned by Janashakthi InterScan MSS.
  ***
 
 
 
 
dear suranga,
 
 create this .qmail file in the domains/domain-name directory under
  vpopmail folder and not under qmail/alias folder.
 
Regards,
Rizwan Iqbal Malik
Network Mgt Team
Data Centre
Jammu  Kashmir Bank
508 Ext 137
 
 
 
 
 
 ---
 
 --- From: suranga [mailto:[EMAIL PROTECTED]
Sent: Monday, July 25, 2005 12:10 PM
To: vchkpw@inter7.com
Subject: Re: [vchkpw] Alias problem
 
 
  ***
  No virus was detected in the attachment no filename No virus was
  detected in the attachment no filename
 
  Your mail has been scanned by Janashakthi InterScan MSS.
  ***
 
 
 
 
Dear Malik,
 
Yes I am using vpopmail and I followed Bill's Linux Qmail Toaster
 
Thanking you,
 
Suranga.
  - Original Message -
  From: Rizwan Iqbal Malik
  To: vchkpw@inter7.com
  Sent: Monday, July 25, 2005 12:32 PM
  Subject: RE: [vchkpw] Alias problem
 
 
  ***
  No virus was detected in the attachment no filename No virus was
  detected in the attachment no filename
 
  Your mail has been scanned by Janashakthi InterScan MSS.
  ***
 
 
 
 
  are you using vpopmail???
 
  Regards,
  Rizwan Iqbal Malik
  Network Mgt Team
  Data Centre
  Jammu  Kashmir Bank
  508 Ext 137
 
 
 
 
 
 ---
 
 - From: suranga [mailto:[EMAIL PROTECTED]
  Sent: Monday, July 25, 2005 11:48 AM
  To: vchkpw@inter7.com
  Subject: Re: [vchkpw] Alias problem
 
 
  ***
  No virus was detected in the attachment no filename No virus was
  detected in the attachment no filename No virus was detected in the
  attachment output.gif
 
  Your mail has been scanned by Janashakthi InterScan MSS.
  ***
 
 
 
 
  Dear Friends,
 
  I did following
 
  #echo \[EMAIL PROTECTED]  /var/qmail/alias/.qmail-itc
 
  #qmailctl stop
 
  #qmailctl start
 
  but I am getting the error in my squirrelmail interface when I try
  to send a mail to [EMAIL PROTECTED] saying that Server replied: 511 sorry,
  no mailbox here by that name (#5.1.1 - chkuser)
 
  What could be the mistake ?
 
  Herewith I am attaching the output of squirrelmail
 
  Thanking you dear friends!!! you are brilliant!!!
 
  Suranga.
 
 
 
 
- Original Message -
From: Rizwan Iqbal Malik
To: vchkpw@inter7.com
Sent: Monday, July 25, 2005 11:40 AM
Subject: RE: [vchkpw] Alias problem
 
 
  ***
  No virus was detected in the attachment no filename No virus was
  detected in the attachment no filename
 
  Your mail has been scanned by Janashakthi InterScan MSS.
  ***
 
 
 
 
dear suranga,
create a .qmail-itc file and add all email ids in the format
  [EMAIL PROTECTED]
 
Regards,
Rizwan Iqbal Malik
Network Mgt Team
Data Centre
Jammu  Kashmir Bank
508 Ext 137
 
 
 
 
  -
 - From: suranga [mailto:[EMAIL PROTECTED]
Sent: Monday, July 25, 2005 10:46 AM
To: vchkpw@inter7.com
Subject: [vchkpw] Alias problem
 
 
  ***
  No virus was detected in the attachment no filename No virus was
  detected in the attachment no filename
 
  Your mail has

Re: [vchkpw] sendmail mailbox conversion

2005-07-27 Thread Jeremy Kitchen
On Wednesday 27 July 2005 03:19 am, Rizwan Iqbal Malik wrote:
 Dear bob ,

 Mbox2maildir  is still not properly developed.Many issues arise in the
 conversion atleast they did for me.

I've used it countless times without any issues.  Also, if you had issues, you 
certainly haven't brought them up on the bgware mailing list, perhaps you 
should do that.

What problems did you have?

-Jeremy

-- 
Jeremy Kitchen ++ [EMAIL PROTECTED]
Club an otter http://www.nomorewhales.com/register.php?ref=949 


pgpcaYrWpCQEy.pgp
Description: PGP signature


Re: [vchkpw] sendmail mailbox conversion

2005-07-27 Thread Jeremy Kitchen
On Wednesday 27 July 2005 04:41 pm, Jeremy Kitchen wrote:
 On Wednesday 27 July 2005 03:19 am, Rizwan Iqbal Malik wrote:
  Dear bob ,
 
  Mbox2maildir  is still not properly developed.Many issues arise in the
  conversion atleast they did for me.

 I've used it countless times without any issues.  Also, if you had issues,
 you certainly haven't brought them up on the bgware mailing list, perhaps
 you should do that.

 What problems did you have?

*ahem* my bad.. I was thinking of the untroubled.org one, I haven't had any 
problems with it.. I've never used the qmail.org one, probably because it 
didn't have features I needed or something.

-Jeremy

-- 
Jeremy Kitchen ++ [EMAIL PROTECTED]
Club an otter http://www.nomorewhales.com/register.php?ref=949 


pgp1ufBAG50jc.pgp
Description: PGP signature


RE: [vchkpw] Clear mailbox

2004-03-17 Thread Shane Chrisp
Hello,

In the process to install a new qmail/vpopmail server, I have a problem
with some mail that arrives before any spam filter is installed. There
is a lot of mailboxes and in each I can see some mail. I check some of
them : it's only spam.

# l /var/lib/vpopmail/domains/domain/user/Maildir/new/
1079125101.15754.domain,S=339
1079377059.25707.domain,S=338
1079445378.1694.domain,S=861
1079445647.2649.domain,S=881
1079457438.27107.domain,S=1963

I'm looking for a way to erase these mails before I give my 
users access
to this server.

I can telnet on localhost:110 and use dele for each account but it will
be a long task, boring. Is there another way ?
Can I remove the files with 'rm' without problem ?

Thanks for your help (and sorry for my poor english),

You can just rm the files from the Maildir. Once they have reached the
users Maildir, qmail is finished with them.

Shane 



RE: [vchkpw] Clear mailbox

2004-03-17 Thread Patrick Paysant
 You can just rm the files from the Maildir. Once they have reached the
 users Maildir, qmail is finished with them.

Is there no problem with the Maildir/maildirsize file ?

-- 
Patrick


RE: [vchkpw] Clear mailbox

2004-03-17 Thread Shane Chrisp
Delete the maildir file as well and it will be recreated.

Shane 

-Original Message-
From: Patrick Paysant [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 17 March 2004 8:49 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] Clear mailbox

 You can just rm the files from the Maildir. Once they have 
reached the
 users Maildir, qmail is finished with them.

Is there no problem with the Maildir/maildirsize file ?

-- 
Patrick




RE: [vchkpw] Clear mailbox

2004-03-17 Thread Patrick Paysant
 
 Delete the maildir file as well and it will be recreated.
 

Ok, many thanks

-- 
Patrick


RE: [vchkpw] per mailbox virus scan + spamassasssin

2003-10-23 Thread Neo Wee Teck
Oh instaling spamassassin is very easy if you have CPAN installed

You might want to try these steps.

Get CPAN if you don't have
http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.76.tar.gz

If you are using Linux 2.4.xx, you might need to set these environment
variable

export LANG=C
export CFLAGS=-O3

After installing CPAN, you might want to run CPAN for the first time

# perl -MCPAN -e shell[as root]

After which type

o conf prerequisites_policy ask

install Mail::SpamAssassin

There should be some Yes/No question to be answered

Enjoy

Cheers,

Neo
-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:17 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Do you have tipps for installing spamassassin for me?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:08
An: [EMAIL PROTECTED]
Betreff: [vchkpw] per mailbox virus scan + spamassasssin


Hi,

  I am struggling to set a configuration to allow per mailbox setting to
enable virus scan and spam filtering.

Setting in .qmail-default will enable for the whole domain.

Any help?


Cheers

Neo













RE: [vchkpw] per mailbox virus scan + spamassasssin

2003-10-23 Thread Neo Wee Teck
No. It's not all

You will have to choose between the standalone spamassassin and the
demonized one (spamd/spamc). I preferred the demonized (More efficient)

I tried out with spamd/spamc using .qmail-default

Instead of

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

you might have (In a single line)

| /usr/local/bin/spamc | /home/vpopmail/bin/vdelivermail ''
bounce-no-mailbox

This should enable spam filtering domain-wide

Correct me if I'm wrong somewhere. :)

Cheers,

Neo



-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:54 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Is that all? And it works then together with qmail, vpopmail etc.
without any other options?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:50
An: [EMAIL PROTECTED]
Betreff: RE: [vchkpw] per mailbox virus scan + spamassasssin


Oh instaling spamassassin is very easy if you have CPAN installed

You might want to try these steps.

Get CPAN if you don't have
http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.76.tar.gz

If you are using Linux 2.4.xx, you might need to set these environment
variable

export LANG=C
export CFLAGS=-O3

After installing CPAN, you might want to run CPAN for the first time

# perl -MCPAN -e shell[as root]

After which type

o conf prerequisites_policy ask

install Mail::SpamAssassin

There should be some Yes/No question to be answered

Enjoy

Cheers,

Neo
-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:17 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Do you have tipps for installing spamassassin for me?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:08
An: [EMAIL PROTECTED]
Betreff: [vchkpw] per mailbox virus scan + spamassasssin


Hi,

  I am struggling to set a configuration to allow per mailbox setting to
enable virus scan and spam filtering.

Setting in .qmail-default will enable for the whole domain.

Any help?


Cheers

Neo





















RE: [vchkpw] per mailbox virus scan + spamassasssin

2003-10-23 Thread Neo Wee Teck
Your path for spamd/spamc might be different from mine ;)

It is either /usr/bin or /usr/local/bin



-Original Message-
From: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 5:07 PM
To: [EMAIL PROTECTED]
Subject: RE: [vchkpw] per mailbox virus scan + spamassasssin

No. It's not all

You will have to choose between the standalone spamassassin and the
demonized one (spamd/spamc). I preferred the demonized (More efficient)

I tried out with spamd/spamc using .qmail-default

Instead of

| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

you might have (In a single line)

| /usr/local/bin/spamc | /home/vpopmail/bin/vdelivermail ''
bounce-no-mailbox

This should enable spam filtering domain-wide

Correct me if I'm wrong somewhere. :)

Cheers,

Neo



-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:54 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Is that all? And it works then together with qmail, vpopmail etc.
without any other options?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:50
An: [EMAIL PROTECTED]
Betreff: RE: [vchkpw] per mailbox virus scan + spamassasssin


Oh instaling spamassassin is very easy if you have CPAN installed

You might want to try these steps.

Get CPAN if you don't have
http://search.cpan.org/CPAN/authors/id/A/AN/ANDK/CPAN-1.76.tar.gz

If you are using Linux 2.4.xx, you might need to set these environment
variable

export LANG=C
export CFLAGS=-O3

After installing CPAN, you might want to run CPAN for the first time

# perl -MCPAN -e shell[as root]

After which type

o conf prerequisites_policy ask

install Mail::SpamAssassin

There should be some Yes/No question to be answered

Enjoy

Cheers,

Neo
-Original Message-
From: Björn Hahnefeld [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2003 4:17 PM
To: 'Neo Wee Teck'
Subject: AW: [vchkpw] per mailbox virus scan + spamassasssin

Do you have tipps for installing spamassassin for me?

-Ursprüngliche Nachricht-
Von: Neo Wee Teck [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 23. Oktober 2003 10:08
An: [EMAIL PROTECTED]
Betreff: [vchkpw] per mailbox virus scan + spamassasssin


Hi,

  I am struggling to set a configuration to allow per mailbox setting to
enable virus scan and spam filtering.

Setting in .qmail-default will enable for the whole domain.

Any help?


Cheers

Neo


























Re: [vchkpw] Invalid mailbox handling / bouncing bounce handling

2002-08-30 Thread Peter Palmreuther

Hello Jan,

On Friday, August 30, 2002 at 8:33:10 AM you wrote:

 It is possible to reject a SMTP connection for a mailbox that does not
 exists?

Using qmail? No. Maybe some day there'll be a patch that can be used
for a limited number of scenarios like this, but AFAIK there's none
yet.

 What is the best way to deal with a bounce than bounced...

REading 'man qmail-control', search for 'doublebouncehost' and
'doublebounceto' and if you get too much double-bounces and are not
interested in reading them setting up a 'blackhole alias' for
double-bounces.

E.g.

 $ echo '#' ~alias/.qmail-dblbounce
 $ echo 'dblbounce' /var/qmail/control/doublebounceto
 $ killall -HUP qmail-send

-- 
Best regards
Peter Palmreuthermailto:[EMAIL PROTECTED]




Re: [vchkpw] Invalid mailbox handling / bouncing bounce handling

2002-08-30 Thread tonix (Antonio Nati)

At 30/08/2002 30/08/2002 -0400, Jan Knepper wrote:
Hi, this has probably been asked several times, but...

It is possible to reject a SMTP connection for a mailbox that does not exists?

Yes, the patch is at www.interazioni.it/qmail, specifically made for vpopmail.

This patch rejects SMTP connections for not existing local mailboxes.


What is the best way to deal with a bounce than bounced... Happens 
expecially with the vacation solution processing spam... It replies to an 
address that does not exists or is being bounced. The next thing I know is 
I get it in my mailbox being the administrator of the main domain.

But in the examples provided the problem is different. The local mailbox 
exists, it is the sender mailbox that does not exist.

Qmail accepts the message (and the patch would let the message flow, 
because the mailing list exists), then the mailing list (or the 
auto-responder) replies to a not existing user.

Here starts a completely different problem, related only to bouncing, and 
not to rejecting not existing local users.

Tonino


Thanks!
Jan



Example:

Hi. This is the qmail-send program at digitaldaemon.com.
I tried to deliver a bounce message to this address, but the bounce bounced!

[EMAIL PROTECTED]:
216.136.129.82 does not like recipient.
Remote host said: 553 VS10-RT Possible forgery or deactivated due to abuse 
- see http://help.yahoo.com/help/us/mail/spam/spam-18.html (#5.1.1)
Giving up on 216.136.129.82.

--- Below this line is the original bounce.

Return-Path: 
Received: (qmail 60172 invoked for bounce); 30 Aug 2002 02:28:07 -
Date: 30 Aug 2002 02:28:07 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: failure notice

Hi. This is the qmail-send program at digitaldaemon.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
Sorry, I've been told to reject non-subscriber posts, Contact 
[EMAIL PROTECTED] if you have questions about this (#5.7.2)

--- Below this line is a copy of the message.

Return-Path: [EMAIL PROTECTED]
Received: (qmail 60164 invoked from network); 30 Aug 2002 02:28:06 -
Received: from adsl-63-194-21-125.dsl.lsan03.pacbell.net (HELO 
67.40.34.29) (63.194.21.125)
  by lgal.org with SMTP; 30 Aug 2002 02:28:06 -
From: Vitamins of Life [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: Save 20%-30% on Vitamins and Herbs Date: Thu, 29 Aug 2002 
19:40:39 -0700
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=b4724c48-bb7c-11d6-96ff-00c0f04e1634


This is a multi-part message in MIME format





 Inter@zioniInterazioni di Antonio Nati
http://www.interazioni.it  [EMAIL PROTECTED]