Re: forward problem

2008-09-14 Thread mouss
Sahil Tandon wrote: Jeff Huang <[EMAIL PROTECTED]> wrote: Hi,if I use alias list or $HOME/.forward to forward the emails of a id to another email address,The orginal id has no the email's copy. So,if I want to keey a copy of the emails and forward them to another email address,How can I do?

[Singkawang] alung nopi telah mengundang Anda untuk bergabung dengan Friendster

2008-09-14 Thread alung nopi
Anda diundang untuk bergabung ke dalam jaringan pertemanan alung nopi. Dengan bergabung dengan Friendster, Anda dapat berhubungan kembali dengan teman lama, bertemu teman baru, membuat blog, membuat profil kustom, menyimpan tanggal ulang tahun, dan masih banyak lagi! Anda bahkan dapat tetap be

Re: forward problem

2008-09-14 Thread Sahil Tandon
Jeff Huang <[EMAIL PROTECTED]> wrote: > Hi,if I use alias list or $HOME/.forward to forward the emails of a id to > another email address,The orginal id has no the email's copy. > So,if I want to keey a copy of the emails and forward them to another email > address,How can I do? Read the man pa

forward problem

2008-09-14 Thread Jeff Huang
Hi,if I use alias list or $HOME/.forward to forward the emails of a id to another email address,The orginal id has no the email's copy. So,if I want to keey a copy of the emails and forward them to another email address,How can I do? thx! ---

Re: Exchange/LDAP Lookups?

2008-09-14 Thread Kurt Buff
On Sun, Sep 14, 2008 at 6:18 AM, Paul Hutchings <[EMAIL PROTECTED]> wrote: > We run Postfix in front of an Exchange 2003 box. I currently run a cron > job every hour to pull a list of valid email addresses of users (and all > associated aliases) and Public Folder email addresses down from the > Ex

#46081 [NEW]: Mysql and Mysqli features selected but not installed.

2008-09-14 Thread zitter at zitterwebdesign dot com
From: zitter at zitterwebdesign dot com Operating system: Vista PHP version: 5.2.6 PHP Bug Type: *General Issues Bug description: Mysql and Mysqli features selected but not installed. Description: Simply put, I checked five features, and only three showed up on p

Re: Spam from hotmail servers - how to kill?

2008-09-14 Thread mouss
James Robertson wrote: I sent this a little while ago and had some helpful responses but I had an idea last night and would like some feedback. consider starting a new thread. most people will miss this old thread. Its easiest if I use an example. [EMAIL PROTECTED] is valid email address [EM

Re: Running A Mail Server

2008-09-14 Thread Diego Ledesma
On Fri, Sep 12, 2008 at 6:06 PM, Neil <[EMAIL PROTECTED]> wrote: > I'm currently running a mail server, for my own use, on a VPS > (Postfix+Dovecot+Procmail on Gentoo). I've been toying with the idea of > moving back to a shared host though, mostly because I'm not sure what level > of skill is nec

Re: Exchange/LDAP Lookups?

2008-09-14 Thread Petri Riihikallio
It is very simple; Postfix supports LDAP natively, our Postfix queries our DSA for all the maps. It won't cache however. If you need caching you should run a localOpenLDAP server and proxy the queries. This is all true. Note, that the proxy-map in Postfix won't cache, but it will consoli

Re: Exchange/LDAP Lookups?

2008-09-14 Thread Adam Tauno Williams
> We run Postfix in front of an Exchange 2003 box. I currently run a cron > job every hour to pull a list of valid email addresses of users (and all > associated aliases) and Public Folder email addresses down from the > Exchange box. > Whilst we don't add/remove addresses terribly often, it's a g

Exchange/LDAP Lookups?

2008-09-14 Thread Paul Hutchings
We run Postfix in front of an Exchange 2003 box. I currently run a cron job every hour to pull a list of valid email addresses of users (and all associated aliases) and Public Folder email addresses down from the Exchange box. Whilst we don't add/remove addresses terribly often, it's a guaranteed

Re: vacation setup

2008-09-14 Thread Nicolas Bellemand
Hi there, When you mentioned : it seems he gets a virtual_map that splits [EMAIL PROTECTED] [EMAIL PROTECTED],[EMAIL PROTECTED] I tried to do that in virtual_alias_map but the result is that just the first gets delivered (that in my case was the autoresponder) This addres

Re: access

2008-09-14 Thread Ralf Hildebrandt
* [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hello > > I want to HOLD mail from an expecific user, well what i have done is > put in main.cf a line like this : > > smtpd_client_restrictions = check_client_access > hash:/etc/postfix/client_access Use "check_SENDER_access" -- Ralf Hildebrandt ([E

Re: access

2008-09-14 Thread mouss
[EMAIL PROTECTED] wrote: Hello I want to HOLD mail from an expecific user, well what i have done is put in main.cf a line like this : smtpd_client_restrictions = check_client_access hash:/etc/postfix/client_access and my client_access file : [EMAIL PROTECTED] REJECT [EMAIL PROTECTED] HOLD

access

2008-09-14 Thread okahei
Hello I want to HOLD mail from an expecific user, well what i have done is put in main.cf a line like this : smtpd_client_restrictions = check_client_access hash:/etc/postfix/client_access and my client_access file : [EMAIL PROTECTED] REJECT [EMAIL PROTECTED] HOLD But nothing happens when i

Re: Debugging custom pipe transports

2008-09-14 Thread mouss
Ian R. Justman wrote: Hi, all. Thanks for your thoughts on my previous questions. Now, I have a new dilemma on my hands. I'm trying to adapt the script "postfix-to-mailman.py" to operate with Ecartis rather than Mailman. What it boils down to is that I'm not having a lot of luck with it ri