Re: [qmailadmin] Deactivating double bounces

2004-06-19 Thread Sascha Ebach
Hi,
another question. I don't understand what
/var/qmail/control/doublebouncehost
is for. I understand
/var/qmail/control/doublebounceto
but what host do you have to put in it? Do you have to use both?

I think that if doublebouncehost isn't defined, it will use control/me 
instead.

It will send the email to [EMAIL PROTECTED]
Ah, thanks. If you deactivate doublebounces the host has no bearing 
anyway. But can't hurt to know.

--
Sascha Ebach   Hexatex Holistic-Webdesign
Hugo-Junkers-Str. 26   50739 Köln
Web: http://www.hexatex.de mailto:[EMAIL PROTECTED]
Tel: 0221 / 5994393Fax: 0221 / 5994394


Re: [qmailadmin] Deactivating double bounces

2004-06-19 Thread Tom Collins
On Jun 18, 2004, at 1:59 PM, Sascha Ebach wrote:
another question. I don't understand what
/var/qmail/control/doublebouncehost
is for. I understand
/var/qmail/control/doublebounceto
but what host do you have to put in it? Do you have to use both?
I think that if doublebouncehost isn't defined, it will use control/me 
instead.

It will send the email to [EMAIL PROTECTED]
--
Tom Collins  -  [EMAIL PROTECTED]
QmailAdmin: http://qmailadmin.sf.net/  Vpopmail: http://vpopmail.sf.net/
Info on the Sniffter hand-held Network Tester: http://sniffter.com/


Re: [qmailadmin] Deactivating double bounces

2004-06-19 Thread B. Mahesh
Hi every body,


I am faceing a problem with rblsmptd it is giveing error in smtp log
report,because of this i am not getting mails even my self.
Could you please guide me how can i rettify this problem please.


Regards


Mahesh




Re: [qmailadmin] Deactivating double bounces

2004-06-18 Thread Sascha Ebach
Hi,
another question. I don't understand what
/var/qmail/control/doublebouncehost
is for. I understand
/var/qmail/control/doublebounceto
but what host do you have to put in it? Do you have to use both?
Sascha


Re: [qmailadmin] Deactivating double bounces

2004-06-18 Thread Jeremy Kitchen
On Friday 18 June 2004 12:33 pm, Sascha Ebach wrote:
> Hi,
>
> first, as this is the first email to this list, thanks for your
> software. It is great.
>
> I deactivated the catch all account for a certain domain and now I would
> like to deactivate double bounces on this domain. The .qmail-default
> file for this domain contains the line
>
> /home/vpopmail/domains/some-domain.xy:
> $ cat .qmail-default
>
> | /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

ok.

> Is it right that I could do a
>
> $ echo '#' > .qmail-default

well, since .qmail-default in a vpopmail domain is what handles most 
deliveries, you'd throw all email to that domain in the trash!

what you should do is either go into qmailadmin and click on "set catchall 
deleted" or change the 'bounce-no-mailbox' to 'delete', so it looks something 
like this:
| /home/vpopmail/bin/vdelivermail '' delete

That will simply discard mails to invalid users.  That doesn't get rid of 
double bounces, that keeps any mails to invalid accounts from bouncing at 
all.

If you want to just discard double bounces, there are several methods of doing 
this, one of which Nick told you about, and the other (what I, myself use), 
Russell Nelson's doublebounce-trim.patch (for qmail).  you can find it on 
qmail.org

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [qmailadmin] Deactivating double bounces

2004-06-18 Thread Sascha Ebach
Hi Nick,
If you want to get rid of double bounces server wide, edit
/var/qmail/control/doublebounceto
/var/qmail/control/doublebouncehost
In doublebounceto put like doublebounce
Then create an alias for /var/qmail/alias/.qmail-doublebounce with # in it.
Thanks for the fast response. It is good to know how to do it server 
wide, but I am not sure if I want to do that (yet). Is it possible to do 
it only for a single vpopmail domain?

Sascha


RE: [qmailadmin] Deactivating double bounces

2004-06-18 Thread Nick Twaddell
If you want to get rid of double bounces server wide, edit

/var/qmail/control/doublebounceto
/var/qmail/control/doublebouncehost

In doublebounceto put like doublebounce

Then create an alias for /var/qmail/alias/.qmail-doublebounce with # in it.

Nick 

-Original Message-
From: Sascha Ebach [mailto:[EMAIL PROTECTED] 
Sent: Friday, June 18, 2004 10:33 AM
To: [EMAIL PROTECTED]
Subject: [qmailadmin] Deactivating double bounces

Hi,

first, as this is the first email to this list, thanks for your software. It
is great.

I deactivated the catch all account for a certain domain and now I would
like to deactivate double bounces on this domain. The .qmail-default file
for this domain contains the line

/home/vpopmail/domains/some-domain.xy:
$ cat .qmail-default
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

Is it right that I could do a

$ echo '#' > .qmail-default

and the double bounces are off? That is what I read on the qmail list, but I
am uncertain if this is the right thing to do. qmail-admin doesn't seem to
have an option to do that.

Thanks for any help
-- 
Sascha Ebach   Hexatex Holistic-Webdesign
Hugo-Junkers-Str. 26   50739 Köln
Web: http://www.hexatex.de mailto:[EMAIL PROTECTED]
Tel: 0221 / 5994393Fax: 0221 / 5994394



[qmailadmin] Deactivating double bounces

2004-06-18 Thread Sascha Ebach
Hi,
first, as this is the first email to this list, thanks for your 
software. It is great.

I deactivated the catch all account for a certain domain and now I would 
like to deactivate double bounces on this domain. The .qmail-default 
file for this domain contains the line

/home/vpopmail/domains/some-domain.xy:
$ cat .qmail-default
| /home/vpopmail/bin/vdelivermail '' bounce-no-mailbox
Is it right that I could do a
$ echo '#' > .qmail-default
and the double bounces are off? That is what I read on the qmail list, 
but I am uncertain if this is the right thing to do. qmail-admin doesn't 
seem to have an option to do that.

Thanks for any help
--
Sascha Ebach   Hexatex Holistic-Webdesign
Hugo-Junkers-Str. 26   50739 Köln
Web: http://www.hexatex.de mailto:[EMAIL PROTECTED]
Tel: 0221 / 5994393Fax: 0221 / 5994394