Re: [vchkpw] how to save ONLY outgoing messages

2006-05-19 Thread Istvan Köpe
Jeremy if you would read my post to the end probably you would not answer this. I already did this, I want get rid of the incomming messages, but I don't know how Anybody? On 5/19/06, Jeremy Kitchen <[EMAIL PROTECTED]> wrote: On Friday 19 May 2006 03:51, Istvan Köpe wrote: > Hello, > > I hav

RE: [vchkpw] Unwanted Local Delivery

2006-05-19 Thread Andy BIERLAIR
I am hosting a few hundred domains on that email server and people come and go. Most people who leave won't drop you a note and the domain stays in vpopmail. Even if most of you would say that it is not my fault, it is my responsibility to guarantee that the email trafic goes where it belongs to.

Re: [vchkpw] Unwanted Local Delivery

2006-05-19 Thread Tom Collins
On May 19, 2006, at 11:13 AM, Andy BIERLAIR wrote: So you say that there is no option to simply switch off local delivery and treat everything as coming from the outside? I guess I have to live with that :)   How would I do the script based idea below realtime based? I mean, each time an email

RE: [vchkpw] Unwanted Local Delivery

2006-05-19 Thread Andy BIERLAIR
Title: Ingo Claro So you say that there is no option to simply switch off local delivery and treat everything as coming from the outside? I guess I have to live with that :)   How would I do the script based idea below realtime based? I mean, each time an email is sent from the smtp.  

Re: [vchkpw] chkuser mystery

2006-05-19 Thread tonix (Antonio Nati)
At 19.28 19/05/2006, you wrote: I'm have a hell of a time tracking down why some of my user extensions won't work with chkuser. I'm running netqmail-1.05 with the qmail-toaster-0.8.1.patch from shupp.org and vpopmail-5.4.13 (on debian woody). Now, I have one .qmail-matt-default alias that works

[vchkpw] chkuser mystery

2006-05-19 Thread Matt Cornell
I'm have a hell of a time tracking down why some of my user extensions won't work with chkuser. I'm running netqmail-1.05 with the qmail-toaster-0.8.1.patch from shupp.org and vpopmail-5.4.13 (on debian woody). Now, I have one .qmail-matt-default alias that works, and a new one I created (with a c

[vchkpw] vchkpw + courier-authlib problem!!!!!!

2006-05-19 Thread Marco Spiga
Hello!!! Why when I compiling courier-authlib with vpopmail it don't create libauthvchkpw.so.0.0 in the /usr/courier-auth/lib/courier-auth/lib directory? The configure options of vpopmail are: ./configure \ --disable-roaming-users \ --enable-logging=p \ --disable-ip-alias-domains \ --disable-pass

Re: [vchkpw] how to save ONLY outgoing messages

2006-05-19 Thread Jeremy Kitchen
On Friday 19 May 2006 03:51, Istvan Köpe wrote: > Hello, > > I have the Qmailtoaster package installed. ok.. whatever that is. > I would like to save in a > mailbox all the outgoing messages. So far I managed to save all the > incoming and outgoing messages in a mailbox, using qmail-tap, but I >

Re: [vchkpw] Roaming-users could not work with secure pop3 ?

2006-05-19 Thread Jeremy Kitchen
On Thursday 18 May 2006 23:19, Bulent wrote: > Yes I use sslserver from ucspi-ssl. great :) > How can I solve this problem ? now that you've finally given the information I asked you for, I can give you a better answer. make sure you have the -e flag set so that sslserver will set the $TCP* e

Re: [vchkpw] Unwanted Local Delivery

2006-05-19 Thread Ingo Claro
Title: Ingo Claro to get only the domains that don't matches you should do: host -t MX $i | egrep "mail1.thiscouldbeme.com|mail2.thiscouldbemetoo.com" > /dev/null 2>&1 || echo $i regards, Ingo Claro F. Gerente de Operaciones

Re: [vchkpw] Unwanted Local Delivery

2006-05-19 Thread Michael Krieger
for i in `cat /var/qmail/control/{more,}rcpthosts`; do  host -t MX $i | egrep "mail1.thiscouldbeme.com|mail2.thiscouldbemetoo.com" 2>&1 || echo $idoneDone- will echo everything that does not include your _expression_ in its MX record.  If it has no matches, grep exits 1 and will trigger the echo. 

[vchkpw] qmailadmin 1.2.10 + vpopmail 5.4.16...do people have working instances ?

2006-05-19 Thread df
I'm planning on upgrading my vpopmail to .16 and was wondering if anyone has working instances of 5.4.16 and qmailadmin 1.2.10 successfully compiled on it. May as well ask to prevent a downgrade to get qmailadmin working again ;)

Re: [vchkpw] Unwanted Local Delivery

2006-05-19 Thread Tom Collins
On May 19, 2006, at 12:46 AM, Andy BIERLAIR wrote: How can I force vpopmail/qmail to deliver it to the right MX instead to a local zombie domain? You can't. You possibly need to write an auditing program that goes through the domains in your rcpthosts and morercpthosts and makes a list of do

[vchkpw] how to save ONLY outgoing messages

2006-05-19 Thread Istvan Köpe
Hello, I have the Qmailtoaster package installed. I would like to save in a mailbox all the outgoing messages. So far I managed to save all the incoming and outgoing messages in a mailbox, using qmail-tap, but I don't know how can I filter to keep only the outgoing messages. Any suggestions? Tha

[vchkpw] Unwanted Local Delivery

2006-05-19 Thread Andy BIERLAIR
Hi, Let's say you have to vpopmail domains: domaina.com, domainb.com with 2 respective email addresses: [EMAIL PROTECTED], [EMAIL PROTECTED] When A wants to email B it goes locally. Now let's suppose domainb.com has a different MX record to his company's exchange server but he forgets to delete t