Re: avoid aliasing

2009-08-26 Thread Stefan Palme
On Wed, 2009-08-26 at 18:12 -0600, LuKreme wrote: > On 26-Aug-2009, at 03:14, Stefan Palme wrote: > > user+noduplicate: user+noduplicate > > user: user, otheru...@otherdomain.com > > Seems to me this would be an ideal use of procmail. Thanks for the tip, but procmail is no option he

Re: Block messages from *.mydomain.dom

2009-08-26 Thread Voytek Eymont
On Wed, August 26, 2009 5:49 am, ghe wrote: > I've done this by declaring my own internal domain names: slsware.dmz > and .lan in the 192.168 1918 IP block and adding them to mynetworks. Then I > just reject all mail from my .com domain by putting "check_helo_access > hash:/etc/postfix/helo_check

Re: Training spam as ham and forwarding

2009-08-26 Thread MySQL Student
Hi, Ugh, I'm so sorry. Completely wrong list. I've been studying spam for twelve hours straight. Thanks, Alex On Wed, Aug 26, 2009 at 10:40 PM, MySQL Student wrote: > Hi, > > I have a few messages found in the quarantine that I need to train as > ham because they were marked as spam incorrectly.

Training spam as ham and forwarding

2009-08-26 Thread MySQL Student
Hi, I have a few messages found in the quarantine that I need to train as ham because they were marked as spam incorrectly. To do this, I added the following to the top of the file so it becomes a normal email: From DUMMY-LINE Thu Jan 1 00:00:00 1970 Is this correct? (without the leading spac

Re: Forwarding to two servers

2009-08-26 Thread Michael Orlitzky
Julien Vehent wrote: Michael Orlitzky wrote: Jie Wang wrote: Hello everyone, Here is my question: I use Postfix as a SMTP gateway, and need to forward each email to two mail servers with the same domain names but different IP addresses. More specifically, I have two email servers, with i

Re: avoid aliasing

2009-08-26 Thread LuKreme
On 26-Aug-2009, at 03:14, Stefan Palme wrote: user+noduplicate: user+noduplicate user: user, otheru...@otherdomain.com Seems to me this would be an ideal use of procmail. /etc/procmailrc ARG=$1 :0 * TO_user { :0 * ! ARG { DROPPRIVS :0c !otheru...@otherdo

Re: postfix terminating on signal 15

2009-08-26 Thread Jeroen van Aart
Wietse Venema wrote: The 15-minute distance suggests that the system was already in trouble long before the qmgr voluntarily exited with status 1. True, it was only when the load began blocking processes for extended amounts of time that the problems would occur. One of the monitors, outputti

[IGNORE] THREAD HIJACKED (Was: Forwarding to two servers)

2009-08-26 Thread mouss
Jie Wang a écrit : > Hello everyone, > > Here is my question: > > I use Postfix as a SMTP gateway, and need to forward each email to two > mail servers with the same domain names but different IP addresses. > > More specifically, I have two email servers, with ip_address_1 and > ip_address_2, ea

Re: Address Extension

2009-08-26 Thread mouss
Winfried Trumper a écrit : > Hi, > > I would like to have a generating-only base for address extensions. > Where the base address without extension results in "user unknown". > Example: > > lst+postfix-us...@wt.tuxomania.net is base "lst" plus extension > "postfix-users", but > l...@wt.tuxomania.

Re: login without adding domain name

2009-08-26 Thread mouss
Ashok Kumar J a écrit : > I installed virtual mail server with mysql + squirellmail by postfix. > Now I login as u...@example.com (ie, i have to > add the domain name at the end of the user), But I need to login as > direct user login through webmail. > > > How i can en

Re: Forwarding to two servers

2009-08-26 Thread Julien Vehent
Michael Orlitzky wrote: Jie Wang wrote: Hello everyone, Here is my question: I use Postfix as a SMTP gateway, and need to forward each email to two mail servers with the same domain names but different IP addresses. More specifically, I have two email servers, with ip_address_1 and ip_ad

Re: postfix terminating on signal 15

2009-08-26 Thread Wietse Venema
Jeroen van Aart: > Wietse Venema wrote: > > Jeroen van Aart: > >> Yes I did: > >> egrep '(warning|error|fatal|panic):' /var/log/mail.* | grep qmgr > >> gunzip -c /var/log/mail.*.*.gz | egrep '(warning|error|fatal|panic):' | > >> grep qmgr > > > > How much time is between the LAST qmgr[9582] logfi

Re: postfix terminating on signal 15

2009-08-26 Thread Jeroen van Aart
Victor Duchovni wrote: exit(1) is NOT a segfault. The queue manager exited voluntarily. Such voluntary exists are typically (i.e. Postfix always tries) logged. I understand. I was referring to unrelated processes which segfaulted around the time postfix was having problems. Unexplained segfaul

Re: postfix terminating on signal 15

2009-08-26 Thread Victor Duchovni
On Wed, Aug 26, 2009 at 12:52:39PM -0700, Jeroen van Aart wrote: > Wietse Venema wrote: >> Jeroen van Aart: >>> Yes I did: >>> egrep '(warning|error|fatal|panic):' /var/log/mail.* | grep qmgr >>> gunzip -c /var/log/mail.*.*.gz | egrep '(warning|error|fatal|panic):' | >>> grep qmgr >> How much tim

Re: postfix terminating on signal 15

2009-08-26 Thread Jeroen van Aart
Wietse Venema wrote: Jeroen van Aart: Yes I did: egrep '(warning|error|fatal|panic):' /var/log/mail.* | grep qmgr gunzip -c /var/log/mail.*.*.gz | egrep '(warning|error|fatal|panic):' | grep qmgr How much time is between the LAST qmgr[9582] logfile record BEFORE the master warning? If the

Re: smarthost issue

2009-08-26 Thread Wietse Venema
Ing. Davy Leon: > ok, thank a lot, it seems to solve my problem. Now how postmaster get > noticed about the fact one SASL authentication was rejected? If postmaster > doesn't get noticed and take an action, it will happen indefinitelly. How > postmaster get noticed? I suggest that you exercise

Re: smarthost issue

2009-08-26 Thread Ing. Davy Leon
ok, thank a lot, it seems to solve my problem. Now how postmaster get noticed about the fact one SASL authentication was rejected? If postmaster doesn't get noticed and take an action, it will happen indefinitelly. How postmaster get noticed? Thanks David - Original Message - From:

Re: Forwarding to two servers

2009-08-26 Thread Michael Orlitzky
Jie Wang wrote: Hello everyone, Here is my question: I use Postfix as a SMTP gateway, and need to forward each email to two mail servers with the same domain names but different IP addresses. More specifically, I have two email servers, with ip_address_1 and ip_address_2, each is under the

Re: smarthost issue

2009-08-26 Thread Wietse Venema
Ing. Davy Leon: > Hi all > > I have a postfix 2.3.3 running on Centos 5.3. Postfix delivers > mail through an authenticated smarthost based on a per user > authentication. Everything works fine until some smarthost's > account get blocked for some brute force attack or something. The > fact is tha

Re: Strange behaviour of Postfix + LDAP

2009-08-26 Thread Brian Evans - Postfix List
Olivier wrote: > It is working fine for most of the users, except few of them that bounce > email every time, complaining that there is a loop in forwarding. > > I have tracked the issue down to a problem between the rewriting of > username->firstname.lastname and having a forwarding rule that poin

Re: Strange behaviour of Postfix + LDAP

2009-08-26 Thread Evgeniy Arbatov
Hello, > Is there a way for me to see the various Postfix rewriting and calls to > LDAP maps, so I can track down where it loops? Check where the rewriting is taking place (http://www.postfix.org/ADDRESS_REWRITING_README.html) Then just add a -v switch to a corresponding daemon in the master.cf (

Re: how can I search this mailing list

2009-08-26 Thread Julien Vehent
On Wed, 26 Aug 2009 15:08:15 +0300, Hilel New wrote: > how can I search all the archives of this mailing list for some key > work or expression? Why not asking google ? Use the following site command with your keywords site:http://archives.neohapsis.com/archives/postfix/ Julien -- http://

smarthost issue

2009-08-26 Thread Ing. Davy Leon
Hi all I have a postfix 2.3.3 running on Centos 5.3. Postfix delivers mail through an authenticated smarthost based on a per user authentication. Everything works fine until some smarthost's account get blocked for some brute force attack or something. The fact is that any mail from that user w

how can I search this mailing list

2009-08-26 Thread Hilel New
how can I search all the archives of this mailing list for some key work or expression?

Address Extension

2009-08-26 Thread Winfried Trumper
Hi, I would like to have a generating-only base for address extensions. Where the base address without extension results in "user unknown". Example: lst+postfix-us...@wt.tuxomania.net is base "lst" plus extension "postfix-users", but l...@wt.tuxomania.net is the base only, so I would like to

Forwarding to two servers

2009-08-26 Thread Jie Wang
Hello everyone, Here is my question: I use Postfix as a SMTP gateway, and need to forward each email to two mail servers with the same domain names but different IP addresses. More specifically, I have two email servers, with ip_address_1 and ip_address_2, each is under the same four domain

login without adding domain name

2009-08-26 Thread Ashok Kumar J
I installed virtual mail server with mysql + squirellmail by postfix. Now I login as u...@example.com (ie, i have to add the domain name at the end of the user), But I need to login as direct user login through webmail. How i can enable this? -- with regards Ashok Kumar J

avoid aliasing

2009-08-26 Thread Stefan Palme
Hi list, I have a (probably simple) alias configuration problem, but currently have no idea how to solve it. Have a postfix server which has "mydestination=example.com". There is a valid email address u...@example.com For certain reasons I wanto to duplicate mails sent to u...@example.com to an

Strange behaviour of Postfix + LDAP

2009-08-26 Thread Olivier
Hi, I am trying to launch my new Postfix + LDAP server. It is working fine for most of the users, except few of them that bounce email every time, complaining that there is a loop in forwarding. I have tracked the issue down to a problem between the rewriting of username->firstname.lastname and