Re: error daemon dsn code

2012-10-01 Thread Viktor Dukhovni
On Mon, Oct 01, 2012 at 04:51:15PM -0700, Quanah Gibson-Mount wrote: > >>We do use LDAP for our transport map for delivery: > > > >What is the error if it is not "User unknown in virtual alias table"? > > Hi Wieste, > > I'm not sure where the error is you are expecting me to find? This > is the

RE: postfix add a line in body of email.

2012-10-01 Thread Futchko, Rose
I have a question for this POSTFIX group dealing with SPAM. We currently have a Postfix - Mailman - SYMANTEC Cloud (VIRUS / SPAM FILTER) configuration. The Mailman service works well, as does basic mail for local Postfix users, plus we have some alias names redirecting to other email addresses. If

Re: postfix add a line in body of email.

2012-10-01 Thread The Stovebolt Geek
--On October 1, 2012 8:37:27 AM -0700 intelligent me wrote: I know that but addition of this in email message body can be effective as many providers use this. The fact that many providers use it is not evidence of effectiveness. It's evidence of popularity. I'd wager that no one has even

Re: error daemon dsn code

2012-10-01 Thread Quanah Gibson-Mount
--On Monday, October 01, 2012 8:04 PM -0400 Wietse Venema wrote: Quanah Gibson-Mount: If you do so, please include this problem report. You can delete your own text from the attached returned message. The mail system : zre-ldap002.eng.vmware.com I have two questions. Pl

Re: MTA Deferring e-mail

2012-10-01 Thread Jason T. Slack-Moehrle
>> So it looks like incoming e-mail might be working now, outgoing >> not so much. > >> Oct 1 16:34:03 www postfix/smtp[3362]: connect to >> gmail.com[74.125.224.149]:25: Connection timed out > > This looks quite like a "disable_dns_lookups=yes" issue. The question > then would be: how was it work

Re: error daemon dsn code

2012-10-01 Thread Wietse Venema
Quanah Gibson-Mount: > If you do so, please include this problem report. You can > delete your own text from the attached returned message. > >The mail system > > : zre-ldap002.eng.vmware.com I have two questions. Please answer both, if may save us 50% of the time. What is "

Re: MTA Deferring e-mail

2012-10-01 Thread /dev/rob0
On Mon, Oct 01, 2012 at 04:35:32PM -0700, Jason T. Slack-Moehrle wrote: > So it looks like incoming e-mail might be working now, outgoing > not so much. > Oct 1 16:34:03 www postfix/smtp[3362]: connect to > gmail.com[74.125.224.149]:25: Connection timed out This looks quite like a "disable_d

Re: error daemon dsn code

2012-10-01 Thread Quanah Gibson-Mount
--On Monday, October 01, 2012 7:32 PM -0400 Wietse Venema wrote: Quanah Gibson-Mount: >> There are tons of ways that mail can resolve to the error mailer; >> some may even be specified in access maps or transport maps. > > If the error is "User unknown in virtual alias table", then the fix >

Re: MTA Deferring e-mail

2012-10-01 Thread Wietse Venema
Jason T. Slack-Moehrle: > Oct 1 16:34:03 www postfix/smtp[3362]: connect to > gmail.com[74.125.224.149]:25: Connection timed out You have configured Postfix to connect to gmail.com instead of the MX HOSTS for gmail.com. If this is gobbledygook, I suggest that you send output from "postconf -n".

Re: script to adjust file date/time according to mail header?

2012-10-01 Thread /dev/rob0
On Mon, Oct 01, 2012 at 05:13:56PM +0200, Pat Erler wrote: > I have a server on which a restore job went wrong and all files in > Maildir have the date of the restore, not of the file creation. Is > there a script to extract the correct date from the mail headers > and touch the files itself wit

Re: MTA Deferring e-mail

2012-10-01 Thread Jason T. Slack-Moehrle
So it looks like incoming e-mail might be working now, outgoing not so much. Oct 1 16:33:32 www clamd[20590]: SelfCheck: Database status OK. Oct 1 16:33:33 www postfix/smtpd[32650]: connect from localhost.localdomain[127.0.0.1] Oct 1 16:33:33 www postfix/smtpd[32650]: 64D131A8045E: client=local

Re: error daemon dsn code

2012-10-01 Thread Wietse Venema
Quanah Gibson-Mount: > >> There are tons of ways that mail can resolve to the error mailer; > >> some may even be specified in access maps or transport maps. > > > > If the error is "User unknown in virtual alias table", then the fix > > is in trivial-rewrite/resolve.c: > > > > < vstring_

Re: MTA Deferring e-mail

2012-10-01 Thread Jason T. Slack-Moehrle
I noticed that, a typo from earlier. But now it seems I cannot send, nor receive e-mail: Oct 1 16:12:05 www zmmailboxdmgr[25272]: status OK Oct 1 16:12:20 www postfix/smtpd[25394]: connect from mail[192.168.1.27] Oct 1 16:12:20 www postfix/smtpd[25394]: A6EDD1A8043C: client=mail[192.168.1.27]

Re: error daemon dsn code

2012-10-01 Thread Viktor Dukhovni
On Mon, Oct 01, 2012 at 03:31:12PM -0700, Quanah Gibson-Mount wrote: > I read the page on transport maps, but I don't see a bit in there > for setting the recipient unknown dsn code. The nexthop syntax is naturally transport dependent, the specification for the error(8) transport is in the error

Re: error daemon dsn code

2012-10-01 Thread Quanah Gibson-Mount
--On Monday, October 01, 2012 5:28 PM -0400 Wietse Venema wrote: Wietse Venema: Quanah Gibson-Mount: > I got a complaint from a client that postfix is returning a "5.0.0" > DSN when emails are sent to an unknown user. I believe this is to > prevent backscatter. In any case, it appears thi

Re: MTA Deferring e-mail

2012-10-01 Thread Viktor Dukhovni
On Mon, Oct 01, 2012 at 03:10:38PM -0700, Jason T. Slack-Moehrle wrote: > >> Oct 1 14:31:37 www postfix/qmgr[15204]: warning: connect to transport > >> private/lsmtp: No such file or directory > > > > Fix that. > > I am not sure where it expects `private/lsmtp` to be located though. By fix tha

Re: MTA Deferring e-mail

2012-10-01 Thread Jason T. Slack-Moehrle
Hi Wietse, >> Oct 1 14:31:37 www postfix/qmgr[15204]: warning: connect to transport >> private/lsmtp: No such file or directory > > Fix that. I am not sure where it expects `private/lsmtp` to be located though. -Jason

Re: MTA Deferring e-mail

2012-10-01 Thread Wietse Venema
Jason T. Slack-Moehrle: > Oct 1 14:31:37 www postfix/qmgr[15204]: warning: connect to transport > private/lsmtp: No such file or directory Fix that. Wietse

Re: error daemon dsn code

2012-10-01 Thread Wietse Venema
Wietse Venema: > Quanah Gibson-Mount: > > I got a complaint from a client that postfix is returning a "5.0.0" DSN > > when emails are sent to an unknown user. I believe this is to prevent > > backscatter. In any case, it appears this 5.0.0 DSN response is hard coded > > into the error daemon?

Re: postfix add a line in body of email.

2012-10-01 Thread intelligent me
Thanks to all my problem is solved

Re: error daemon dsn code

2012-10-01 Thread Wietse Venema
Quanah Gibson-Mount: > I got a complaint from a client that postfix is returning a "5.0.0" DSN > when emails are sent to an unknown user. I believe this is to prevent > backscatter. In any case, it appears this 5.0.0 DSN response is hard coded > into the error daemon? > > >From my logs I see:

error daemon dsn code

2012-10-01 Thread Quanah Gibson-Mount
I got a complaint from a client that postfix is returning a "5.0.0" DSN when emails are sent to an unknown user. I believe this is to prevent backscatter. In any case, it appears this 5.0.0 DSN response is hard coded into the error daemon? From my logs I see: Oct 1 13:11:07 zre-ldap002 p

Re: smtpd_relay_restrictions, non-production version

2012-10-01 Thread Wietse Venema
_restrictions > http://www.porcupine.org/postfix-mirror/postconf.5.html#smtpd_recipient_restrictions > > This being a critical feature, I have put in multiple safety nets > to ensure compatibility for sites that upgrade. The text below is > taken from the RELEASE_NOTES file. I

Re: Can't send mails outside my domain

2012-10-01 Thread Reindl Harald
Am 01.10.2012 19:00, schrieb Alumno Etsii: > Well, I meant in the local 'mail' server, it actually resolves. Or does it > HAVE to exist the DNS registry by > imperative? the RCPT server does "sender verification" so it connects to the MX of the sender and starts a mail-converastion only if your

Re: postfix add a line in body of email.

2012-10-01 Thread Robert Schetterer
Am 01.10.2012 17:39, schrieb Reindl Harald: > *bruhahaha* *effective* > proven by what? > > Am 01.10.2012 17:37, schrieb intelligent me: >> I know that but addition of this in email message body can be effective as >> many providers use this. >> >> On Mon, Oct 1, 2012 at 8:34 AM, Mark Goodge >

Re: Can't send mails outside my domain

2012-10-01 Thread Ralf Hildebrandt
* Alumno Etsii : > 2012/10/1 Ralf Hildebrandt > > > * Alumno Etsii : > > > > > client.devels.es exists (and resolves), but root@client.devels.esdoesn't > > > > $ host client.devels.es > > Host client.devels.es not found: 3(NXDOMAIN) > > Well, I meant in the local 'mail' server, it actually resolv

Re: Can't send mails outside my domain

2012-10-01 Thread Alumno Etsii
2012/10/1 Ralf Hildebrandt > * Alumno Etsii : > > > client.devels.es exists (and resolves), but root@client.devels.esdoesn't > > $ host client.devels.es > Host client.devels.es not found: 3(NXDOMAIN) > > -- > Ralf Hildebrandt > Geschäftsbereich IT | Abteilung Netzwerk > Charité - Universitäts

Re: Can't send mails outside my domain

2012-10-01 Thread Ralf Hildebrandt
* Alumno Etsii : > client.devels.es exists (and resolves), but r...@client.devels.es doesn't $ host client.devels.es Host client.devels.es not found: 3(NXDOMAIN) -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung Netzwerk Charité - Universitätsmedizin Berlin Campus Benjamin Franklin Hi

Re: Can't send mails outside my domain

2012-10-01 Thread Alumno Etsii
2012/10/1 Wietse Venema > Alumno Etsii: > > Oct 1 17:08:44 mail postfix/qmgr[2661]: 579AA10042B: from=< > > r...@client.devels.es>, size=931, nrcpt=1 (queue active) > > > Oct 1 17:08:45 mail postfix/smtp[4952]: 579AA10042B: to=< > > todos.somos...@gmail.com>, relay=devels.es[91.215.158.237]:25,

Re: Can't send mails outside my domain

2012-10-01 Thread Wietse Venema
Alumno Etsii: > Oct 1 17:08:44 mail postfix/qmgr[2661]: 579AA10042B: from=< > r...@client.devels.es>, size=931, nrcpt=1 (queue active) > Oct 1 17:08:45 mail postfix/smtp[4952]: 579AA10042B: to=< > todos.somos...@gmail.com>, relay=devels.es[91.215.158.237]:25, > delay=1.3, delays=0.14/0.11/0.83/0

Re: postfix add a line in body of email.

2012-10-01 Thread Benny Pedersen
achal skrev den 01-10-2012 16:54: I want to add a line in body of every email sent from my postfix centos 5 smtp server. thanks for trying to make spammers aware of freedomains We want to add "welcome to our company we offer free SMTP services to those who do not spam". what if thay do, d

Re: Can't send mails outside my domain

2012-10-01 Thread Alumno Etsii
2012/10/1 Reindl Harald > > > Am 01.10.2012 18:17, schrieb Alumno Etsii: > > Hi list! > > > > I've successfully setup my Postfix server with virtual users (using > MySQL), let's call this machine 'mail'. I've > > another server (machine) that relays through 'mail' to send mails, let's > call it '

Re: Can't send mails outside my domain

2012-10-01 Thread Reindl Harald
Am 01.10.2012 18:17, schrieb Alumno Etsii: > Hi list! > > I've successfully setup my Postfix server with virtual users (using MySQL), > let's call this machine 'mail'. I've > another server (machine) that relays through 'mail' to send mails, let's call > it 'client'. Whenever I try to send > a

Re: Odd postfix and firewall log entries

2012-10-01 Thread Mike.
On 10/1/2012 at 3:35 PM Viktor Dukhovni wrote: |On Mon, Oct 01, 2012 at 11:05:59AM -0400, Mike. wrote: | |> I recently started seeing these log entries in the Postfix log and the |> firewall log. The sequence happens once a day, sometimes twice. Each |> time it appears to be a different client IP

Re: postfix add a line in body of email.

2012-10-01 Thread Reindl Harald
*bruhahaha* *effective* proven by what? Am 01.10.2012 17:37, schrieb intelligent me: > I know that but addition of this in email message body can be effective as > many providers use this. > > On Mon, Oct 1, 2012 at 8:34 AM, Mark Goodge > wrote: > > On 01/10/2

Re: Odd postfix and firewall log entries

2012-10-01 Thread Viktor Dukhovni
On Mon, Oct 01, 2012 at 11:05:59AM -0400, Mike. wrote: > I recently started seeing these log entries in the Postfix log and the > firewall log. The sequence happens once a day, sometimes twice. Each > time it appears to be a different client IP address. > > In summary, I see an aborted connecti

Re: postfix add a line in body of email.

2012-10-01 Thread Mark Goodge
On 01/10/2012 15:54, achal wrote: I want to add a line in body of every email sent from my postfix centos 5 smtp server. We want to add "welcome to our company we offer free SMTP services to those who do not spam". This is done to prevent spammers from using our mail services.I want this line to

Re: postfix add a line in body of email.

2012-10-01 Thread Reindl Harald
what the hell did you not understand in PLEASE DO NOT REPLY OFF-LIST PLEASE DO NOT REPLY ON TOP AFTER ANSWER AT BOTTOM better take your fingers off mailserver-administration as long you are unable to look at the target of your own mails Am 01.10.2012 17:29, schrieb intelligent me: > Can anybody

Re: postfix add a line in body of email.

2012-10-01 Thread Reindl Harald
PLEASE DO NOT REPLY OFF-LIST PLEASE DO NOT REPLY ON TOP AFTER ANSWER AT BOTTOM the negative attidtude is simple: frustration about the crap of long signatures, footers and disclaimers in mails repeated 20 times until you need a lense to find the message content in a longer conversation nobody ca

Re: postfix add a line in body of email.

2012-10-01 Thread Reindl Harald
PLEASE DO NOT REPLY OFF-LIST PLEASE DO NOT REPLY ON TOP AFTER ANSWER AT BOTTOM yes, better do this outside of postfix because you sould be caeful not mangle incoming messages too and consider how to make sure that in a longer conversation your footer is not included 10 times however, this all mak

script to adjust file date/time according to mail header?

2012-10-01 Thread Pat Erler
hi, I have a server on which a restore job went wrong and all files in Maildir have the date of the restore, not of the file creation. Is there a script to extract the correct date from the mail headers and touch the files itself with the correct date? PAT -- *Pat Erler* Gtalk/G+: per...@gmail.

Re: postfix add a line in body of email.

2012-10-01 Thread Reindl Harald
Am 01.10.2012 16:54, schrieb achal: > I want to add a line in body of every email sent from my postfix centos 5 > smtp server postfix is a MTA and does not mangle messages > We want to add "welcome to our company we offer free SMTP services to those > who do not spam". > This is done to prevent

Re: Do I need postscreen_blacklist_action = enforce to whitelist?

2012-10-01 Thread francis picabia
On Fri, Sep 28, 2012 at 5:41 PM, /dev/rob0 wrote: > On Fri, Sep 28, 2012 at 08:58:33AM -0300, francis picabia wrote: >> When the remote site attempts to deliver it is caught in blocklist: >> >> Sep 28 05:29:50 mx10 postfix/postscreen[15338]: NOQUEUE: reject: RCPT >> from [210.44.128.104]:33372: 55

Odd postfix and firewall log entries

2012-10-01 Thread Mike.
I recently started seeing these log entries in the Postfix log and the firewall log. The sequence happens once a day, sometimes twice. Each time it appears to be a different client IP address. In summary, I see an aborted connection attempt to Postfix, then a short while later I see Postfix tryi