Per, I think that's a Majordomo mailing list error, not postfix. -- Richard Foley Ciao - shorter than aufwiedersehen http://www.rfi.net/...
Richard Foley
Richard.Foley@...
Feb 1, 2008 9:49 am
233605
Hi I have configured a server postfix only as "mx backup" in multiple domains using transport_maps. Everything works correctly, but I would like to know if it...
Jose Maria Nuñez
josemaria@...
Feb 1, 2008 10:15 am
233606
... That would be the most likely explanation ("postfix start" using an obsolete "postfix" executable). ... This change would be inconsistent with the man page...
Wietse Venema
wietse@...
Feb 1, 2008 12:04 pm
233607
Hi Linux Addict, ... while I hadn´t implemted such a setup now I would say try Zabbix if you´re not stuck too much with Nagios. You can nearly add any...
Mike Bobkiewicz
pfliste@...
Feb 1, 2008 12:21 pm
233608
Thank you. It worked. I was actually substituting my domain for domain.tld. I appreciate the help....
Jeff Duncan
jeff@...
Feb 1, 2008 1:13 pm
233609
Hello, My SMTP gateway gives always this error: dsn=4.4.2, status=deferred (delivery temporarily suspended: conversation with srv5.stt.loc[10.3.253.16] timed...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2008 1:42 pm
233610
... The SMTP RFC requires that a server can accept 100 recipients. /etc/postfix/master.cf: borked unix - - n - - smtp ...
Wietse Venema
wietse@...
Feb 1, 2008 1:55 pm
233611
... Wietse Venema ... The test is corrected, but the error message needs to be updated. When "postfix start" is done with an old postfix executable, the error...
Wietse Venema
wietse@...
Feb 1, 2008 2:23 pm
233612
... I don't think that is the cause of my problem. Infact I have checked that al the message destined to just one recipient could give the temporary error. ...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2008 2:41 pm
233613
Hi I am having a problem sending a Dos (CRLF) text file from Linux to Windows as an attachment (mimetype = text/plain, encoding = 7bit). I am using mutt as my...
scott.postfix@...
Feb 1, 2008 2:46 pm
233614
... Which temporary error? Once the queue is throttled by messages with too many recipients, yes single-recipient messages will also be deferred. Don't just...
Victor Duchovni
Victor.Duchovni@...
Feb 1, 2008 2:47 pm
233615
... UNIX systems don't use DOS textfile formats. Use the unix2dos command (or similar tool) to properly handle DOS text files on a UNIX system. If you MUST...
Wietse Venema
wietse@...
Feb 1, 2008 2:57 pm
233616
... From what I have managed to find on the web the SMTP protocol uses CRLF text to transfer text data around, now I assume that postfix is doing the ...
scott.postfix@...
Feb 1, 2008 3:11 pm
233617
... No this is incorrect. Local text MUST be in UNIX text format. Postfix will convert between network formats and local formats. To send DOS a textfile from a...
Wietse Venema
wietse@...
Feb 1, 2008 3:29 pm
233618
... Are you saying that a DOS text file on Linux is actually a "binary" file and should not have a text/plain mime type ? If I wanted to modify this behaviour...
scott.postfix@...
Feb 1, 2008 3:49 pm
233619
Feb 1 09:58:41 otto postfix/smtp[19235]: [ID 197553 mail.info] 1628B56E69: host mx.mail.isp.net.th[202.5.93.222] said: 453 sorry, mailbox currently...
Ralf Wiegand
mrsun2001@...
Feb 1, 2008 3:51 pm
233620
... Anyway, it seems that now the queue has been flushed. But I really don't have understood what has happened.. Could I get a brief explanation? Thanks...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2008 3:56 pm
233621
... We use nagios for this. We send a message and if the server doesn't receive the message in a certain amount of time, we take corrective measures....
Randy Ramsdell
rramsdell@...
Feb 1, 2008 3:58 pm
233622
... Different operating systems represent end-of-line conventions in different ways. 1) UNIX stores the end-of-line as a LF character. 2) DOS stores the...
Wietse Venema
wietse@...
Feb 1, 2008 4:01 pm
233623
Le Fri 1/02/2008, scott.postfix@... disait ... If you want the file to keep the exact binary representation through transport, then the transport...
Erwan David
erwan@...
Feb 1, 2008 4:01 pm
233624
... This sends one email message per recipient. Wietse...
Wietse Venema
wietse@...
Feb 1, 2008 4:02 pm
233625
... tr -d '\015' < dos_text_file > real_text_file Then mail the "real_text_file". If you want to undertake independent Postfix development, ... good luck. -- ...
Victor Duchovni
Victor.Duchovni@...
Feb 1, 2008 4:05 pm
233626
... This tells that a mail to cyprusnwj@... could not be sent. This could be one of your users sending to this address or backscatter originated by...
Jan P. Kessler
postfix@...
Feb 1, 2008 4:21 pm
233627
... OK. Why it happened that postfix does not send emails destined to more than one recipient? It is the first time that I see a such situation.. rocsca...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2008 4:23 pm
233628
It doesn't seem to work (both values give the same result, no duplicate removal). Maybe because adress rewrite takes place AFTER cleanup ? But this doesn't...
Alberto Avanzi
alberto.avanzi@...
Feb 1, 2008 4:28 pm
233629
... With the configuration that you deleted from the reply, Postfix sends one email message per recipient to the example.com destination. If you did not...
Wietse Venema
wietse@...
Feb 1, 2008 4:28 pm
233630
... You're not listening to the answer: ... -- Richard Foley Ciao - shorter than aufwiedersehen http://www.rfi.net/...
Richard Foley
Richard.Foley@...
Feb 1, 2008 4:30 pm
233631
... So you are saying that it is a matter of the receiving side (receiving mailserver, MS Exchange) that defers mails destined to multiple recipients? rocsca...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2008 4:34 pm
233632
... Have you set in main.cf: smtp_sasl_security_options = noanonymous so that LOGIN will be accepted as a method? Also, some microsoft products seem to prefer...
Noel Jones
njones@...
Feb 1, 2008 5:12 pm
233633
... Postfix reports: conversation with srv5.stt.loc[10.3.253.16] timed out while sending end of data This means that the conversation with srv5.stt.loc timed...