Re: mailq command

2010-11-10 Thread Tom Kinghorn
On 2010/11/11 07:59 AM, Kaushal Shriyan wrote: Hi, is there a way to grep for sender email address using mailq command ? i did sudo mailq | grep senderemailaddress didnot worked Thanks Kaushal If you want to see the top sender in the queue, say for Today, use: mailq | grep "Nov 11" | awk

Re: mailq command

2010-11-10 Thread Ram
On 11/11/2010 11:42 AM, Kaushal Shriyan wrote: On Thu, Nov 11, 2010 at 11:38 AM, Sahil Tandon wrote: On Thu, 2010-11-11 at 11:29:58 +0530, Kaushal Shriyan wrote: is there a way to grep for sender email address using mailq command ? Yes, if you mean the *envelope* sender address. i did sudo

Re: mailq command

2010-11-10 Thread Kaushal Shriyan
On Thu, Nov 11, 2010 at 11:38 AM, Sahil Tandon wrote: > On Thu, 2010-11-11 at 11:29:58 +0530, Kaushal Shriyan wrote: > >> is there a way to grep for sender email address using mailq command ? > > Yes, if you mean the *envelope* sender address. > >> i did sudo mailq | grep senderemailaddress didnot

Re: mailq command

2010-11-10 Thread Sahil Tandon
On Thu, 2010-11-11 at 11:29:58 +0530, Kaushal Shriyan wrote: > is there a way to grep for sender email address using mailq command ? Yes, if you mean the *envelope* sender address. > i did sudo mailq | grep senderemailaddress didnot worked This is an insufficient problem description. -- Sahil

mailq command

2010-11-10 Thread Kaushal Shriyan
Hi, is there a way to grep for sender email address using mailq command ? i did sudo mailq | grep senderemailaddress didnot worked Thanks Kaushal

Re: confused on reject_unknown_recipient_domain

2010-11-10 Thread Jeroen Geilman
On 11/10/2010 11:49 PM, PA wrote: 1^st thanks for reading this email. Recently I been getting hit with a lot of dictionary attacks and I was wondering if someone can shed some light on this. I using the following postfix options: smtpd_sender_restrictions = permit_mynetworks, reject_unauth

Re: Does postfix support POP3 & anyone used Cerberus Helpdesk with Postfix

2010-11-10 Thread Stan Hoeppner
sunhux G put forth on 11/10/2010 10:04 AM: >> What we need to know is where the messages will exist, after this >> corporate change. > All messages will be in Cerberus after this change. I asked the question 3 different ways hoping to get the answer I was looking for. Unfortunately, either you

confused on reject_unknown_recipient_domain

2010-11-10 Thread PA
1st thanks for reading this email. Recently I been getting hit with a lot of dictionary attacks and I was wondering if someone can shed some light on this. I using the following postfix options: smtpd_sender_restrictions = permit_mynetworks, reject_unauth_pipelining, reject_non_fqdn_sende

Re: Postfix and multi-threaded

2010-11-10 Thread Wietse Venema
Quanah Gibson-Mount: > My understanding is that postfix is not multi-threaded in general, but I > saw this: > > > and it made me wonder if that changed with 2.6 and later. > > If it remains that it is not mult

Re: Postfix and multi-threaded

2010-11-10 Thread Victor Duchovni
On Wed, Nov 10, 2010 at 10:43:24AM -0800, Quanah Gibson-Mount wrote: > My understanding is that postfix is not multi-threaded in general, but I > saw this: Correct. There is no code in Postfix that creates threads. Any such code would be found in libraries. >

Re: Narcissistic Mail Server

2010-11-10 Thread Victor Duchovni
On Wed, Nov 10, 2010 at 09:47:56AM -0800, Bryan Harrison wrote: > Thanks. My default as shown by postconf -d is? Yes, and the actual value is shown by just "postconf" with no option switches. Apple's Postfix likely has Apple-specific directory integration, that may consult data sources you are

Postfix and multi-threaded

2010-11-10 Thread Quanah Gibson-Mount
My understanding is that postfix is not multi-threaded in general, but I saw this: and it made me wonder if that changed with 2.6 and later. If it remains that it is not multi-threaded, are there portions of p

Re: Narcissistic Mail Server

2010-11-10 Thread Bryan Harrison
Thanks. My default as shown by postconf -d is… ___ … which seems reasonable, if perhaps irrelevant. Each of my hosts is meant to receive mail only for its virtual_alias_domains. I'm not entirely clear if its even necessary to receive under any of the mydestinations.

Re: Relay from local network and EHLO

2010-11-10 Thread Toomas Vendelin
Found it! proxy_interfaces = was missing. Works fine now. On Wed, Nov 10, 2010 at 4:55 PM, /dev/rob0 wrote: > On Wed, Nov 10, 2010 at 02:45:57PM +0200, Toomas Vendelin wrote: >> I've tried to configure postfix to relay mail from the hosts on the >> local network to the outside world. In my cas

Re: Does postfix support POP3 & anyone used Cerberus Helpdesk with Postfix

2010-11-10 Thread sunhux G
>Will the messages still be located on the Exch server after POP3 is >disabled? No, there's no messages stored on the Exch server : in fact currently the Cerberus Hdesk software will connect up to the Exch server quite frequently (I'm not sure how frequent) such that any emails sent to the MS Exch

Re: Rewriting the envelope_sender

2010-11-10 Thread Steven King
I got the REPLACE from the syntax of header_checks man page. http://www.postfix.org/header_checks.5.html I was originally trying to implement this as a regexp header check. /\"From:(.*)\"@(.*)/$...@${2} That regexp in sender_canonical worked. Thanks. On 11/10/10 9:35 AM, Jeroen Geilman wr

Re: postfix and thousands unix user

2010-11-10 Thread Rich
The number of spindles gained is offset by the algorythms used to write the parity on the raid 5. On writes the 10 should out perform the 5. Also if a drive is lost there will be a big hit in performance until the drive is replaced in a raid5/6 configuration. On Wed, Nov 10, 2010 at 4:10 AM, Sta

Re: Relay from local network and EHLO

2010-11-10 Thread /dev/rob0
On Wed, Nov 10, 2010 at 02:45:57PM +0200, Toomas Vendelin wrote: > I've tried to configure postfix to relay mail from the hosts on the > local network to the outside world. In my case the server host is > 192.168.50.9 and the host that originates the mail is 192.168.50.14 > > When I try to send a

Re: Rewriting the envelope_sender

2010-11-10 Thread Jeroen Geilman
On 11/10/2010 08:17 AM, Steven King wrote: Hey everyone, Does anyone have any good documentation on how to rewrite the envelope_sender based on an regexp map? I need to do the following. I have an application that is broken, and sets the "mail from" envelope-sender value to "From:user"@domain.t

Re: Permissions issue with virtual maildirs

2010-11-10 Thread Toomas Vendelin
Jeroen, On Wed, Nov 10, 2010 at 3:07 PM, Jeroen Geilman wrote: >> The problem was that I have put /sbin/nologin for a login shell >> instead of /bin/false. > > I seriously doubt that this would cause the reported error. You were right, I've changed it back to /sbin/nologin, and it still works. S

Announcing another greylisting implementation

2010-11-10 Thread Michael Moritz
Hi six years after announcing my first stable implementation of a greylisting service for postfix I'm pleased to announce yet another implementation of the same thing. More info and download is here http://mimo.gn.apc.org/greylist. For those of you who already use gps it's main advantages ar

Re: split domain config

2010-11-10 Thread citoyen citoyen
this is my postconf -n: alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes command_directory = /usr/sbin config_directory = /etc/postfix debug_peer_level = 2 html_directory = no inet_interfaces = all local_recipient_maps = mail_owner = postfix manpage_

Re: split domain config

2010-11-10 Thread citoyen citoyen
good idea but i can't install zimbra for the moment, i have postfix + mysql+ dovecot + open-xchange setup and I want to redirect unknown users from postfix server to the old excahnge server. 2010/11/10 Ralf Hildebrandt > * citoyen citoyen : > > split domain is the way to share the same smtp doma

Re: Does postfix support POP3 & anyone used Cerberus Helpdesk with Postfix

2010-11-10 Thread Ralf Hildebrandt
* lst_ho...@kwsoft.de : > >>Does postfix support POP3? > > > >No. You need a pop server for that. Postfix is an SMTP server. Use > >something like dovecot, courier... > > Don't overly confuse the OP. He probably needs a SMTP *and* a POP3 > server because the mail have to come in (SMTP) and go to

Re: Permissions issue with virtual maildirs

2010-11-10 Thread Jeroen Geilman
On 11/10/2010 08:37 AM, Toomas Vendelin wrote: Jeroen, thank you for taking time to answer. The problem was that I have put /sbin/nologin for a login shell instead of /bin/false. Don't ask, why on Earth did I do that (I'm asking that myself). Anyway, with this changed, mail goes through as expec

Re: split domain config

2010-11-10 Thread Ralf Hildebrandt
* citoyen citoyen : > split domain is the way to share the same smtp domain between 2 different > servers. Since zimbra uses postfix, you can simply look at the zimbra config :)= There are many way to do this, either virtual_alias_maps (which alias a recipient address to one of the two servers) o

Relay from local network and EHLO

2010-11-10 Thread Toomas Vendelin
HELO! I've tried to configure postfix to relay mail from the hosts on the local network to the outside world. In my case the server host is 192.168.50.9 and the host that originates the mail is 192.168.50.14 When I try to send a message from a Mac OS X client using Apple Mail with 192.168.50.9 as

Re: UTF8 header matching problem

2010-11-10 Thread Vincent Lefevre
On 2010-11-09 15:37:33 +0100, Louis-David Mitterrand wrote: > On Tue, Jul 20, 2010 at 12:29:09PM -0400, Victor Duchovni wrote: > > On Tue, Jul 20, 2010 at 10:14:01AM +0200, Louis-David Mitterrand wrote: > > > > > I can't seem to get postfix to match that header: > > > > > > Subject: > > > =?UTF-

Does postfix support POP3 & anyone used Cerberus Helpdesk with Postfix

2010-11-10 Thread sunhux G
Currently I have a Cerberus Helpdesk/CRM application (refer to http://www.cerberusweb.com/) which uses POP3 method to download mails from our MS Exchange server via POP3. We have to cease using this MS Exchange server soon as POP3 will be disabled soon due to a corporate directive. I thought of

Re: split domain config

2010-11-10 Thread citoyen citoyen
split domain is the way to share the same smtp domain between 2 different servers. 2010/11/10 Ralf Hildebrandt > * citoyen citoyen : > > Hi, > > > > I know that under zimbra we can do a split domain config easily, > > my question is how to do the same thing using postfix 2.5 ( i googled a > long

Re: split domain config

2010-11-10 Thread Ralf Hildebrandt
* citoyen citoyen : > Hi, > > I know that under zimbra we can do a split domain config easily, > my question is how to do the same thing using postfix 2.5 ( i googled a long > time whithout success). What is a "split domain config"? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwer

Re: split domain config

2010-11-10 Thread Ralf Hildebrandt
* citoyen citoyen : > good idea but i can't install zimbra for the moment, > i have postfix + mysql+ dovecot + open-xchange setup and I want to redirect > unknown users from postfix server to the old > excahnge server. Show postconf -n please -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung

Re: postfix and thousands unix user

2010-11-10 Thread Charles Marcus
On 2010-11-10 2:52 AM, Rich wrote: > The only difference I would have on this server is I would make it a > 10 raid and not raid5. This is a much more higher performing with all > the writes to maildir. Its also better fault tolerance. I fail to see any reference to RAID5 in the text you quoted...

Re: Does postfix support POP3 & anyone used Cerberus Helpdesk with Postfix

2010-11-10 Thread Ralf Hildebrandt
* sunhux G : > Currently I have a Cerberus Helpdesk/CRM application > (refer to http://www.cerberusweb.com/) which uses POP3 method > to download mails from our MS Exchange server via POP3. > > We have to cease using this MS Exchange server soon as POP3 > will be disabled soon due to a corporate

Re: Does postfix support POP3 & anyone used Cerberus Helpdesk with Postfix

2010-11-10 Thread Stan Hoeppner
sunhux G put forth on 11/10/2010 3:01 AM: > Currently I have a Cerberus Helpdesk/CRM application > (refer to http://www.cerberusweb.com/) which uses POP3 method > to download mails from our MS Exchange server via POP3. > > We have to cease using this MS Exchange server soon as POP3 > will be disa

Re: postfix and thousands unix user

2010-11-10 Thread Stan Hoeppner
Rich put forth on 11/10/2010 1:52 AM: > The only difference I would have on this server is I would make it a 10 raid > and not raid5. This is a much more higher performing with all the writes to > maildir. Its also better fault tolerance. I typically use RAID10 for most high load transaction hea

Re: Does postfix support POP3 & anyone used Cerberus Helpdesk with Postfix

2010-11-10 Thread lst_hoe02
Zitat von Ralf Hildebrandt : * sunhux G : Currently I have a Cerberus Helpdesk/CRM application (refer to http://www.cerberusweb.com/) which uses POP3 method to download mails from our MS Exchange server via POP3. We have to cease using this MS Exchange server soon as POP3 will be disabled soo

Re: UTF8 header matching problem

2010-11-10 Thread Louis-David Mitterrand
On Tue, Nov 09, 2010 at 10:11:00AM -0500, Victor Duchovni wrote: > On Tue, Nov 09, 2010 at 03:52:33PM +0100, Louis-David Mitterrand wrote: > > > On Tue, Nov 09, 2010 at 09:44:55AM -0500, Victor Duchovni wrote: > > > On Tue, Nov 09, 2010 at 03:37:33PM +0100, Louis-David Mitterrand wrote: > > > > >

split domain config

2010-11-10 Thread citoyen citoyen
Hi, I know that under zimbra we can do a split domain config easily, my question is how to do the same thing using postfix 2.5 ( i googled a long time whithout success). Thinks in advance.