| bio | website | |
|---|---|---|
| location | Australia | |
| age | ||
| visits | member for | 4 years |
| seen | Jun 26 '12 at 1:23 | |
| stats | profile views | 79 |
|
Oct 8 |
awarded | Yearling |
|
Mar 6 |
awarded | Popular Question |
|
Jan 20 |
answered | Best tool to simulate SNMP Agent |
|
Sep 3 |
answered | Postfix mailq - send every x minutes |
|
Feb 1 |
awarded | Student |
|
Aug 17 |
awarded | Critic |
|
Aug 17 |
comment |
Link to a specific inode This doesn't work for me. Given that '3' is a dangling symlink, not a "real" file descriptor, it always just creates an empty file. |
|
Aug 7 |
awarded | Commentator |
|
Aug 7 |
awarded | Scholar |
|
Aug 7 |
accepted | Managing the puppet filebucket? |
|
Aug 7 |
comment |
Postfix — mail forwarding loop Looks to me like it's the content filter feeding the message back into istelf, and the double-bounce or 'too many hops' message generating that warning. |
|
Aug 7 |
answered | Postfix — mail forwarding loop |
|
Aug 7 |
comment |
Stop postfix logging “discarding EHLO keywords: 8BITMIME” It doesn't hurt to leave it as is, and it's one less thing to remember/troubleshoot if you add features that need 7-bit clean content later, so I'd be inclined to leave it. And as Devdas said, include the pseudo-keyword "silent-discard" in your smtp_discard_ehlo_keywords if you want to suppress logging. |
|
Jul 27 |
asked | Managing the puppet filebucket? |
|
Jul 26 |
answered | Stop postfix logging “discarding EHLO keywords: 8BITMIME” |
|
Jul 26 |
comment |
postfix - how do you redirect all emails to one user, eg *@example.com → user@example.com Postfix doesn't make it difficult at all. Virtual aliases are the standard way to do catchalls in Postfix and they're very easy. That said, on anything but a toy mail server for your own personal domain, catchalls are a very bad idea. |
|
Jul 26 |
comment |
Mailservers responding 220 ******************** Cisco PIX SMTP fixup makes SMTP less useful by effectively disabling ESMTP. Or it did when I last looked. It's almost never necessary or useful in front of a Real MTA. |
|
Jul 26 |
answered | Is there a postfix utility that will, given an email address input, output the address's destination? |
|
Jul 26 |
answered | Removing malicious scripts |
|
Jul 10 |
comment |
Postfix performance There shouldn't be any reason to try and reduce the amount of logging, as long as you have syslog logging asynchronously and (preferably) have the logs and spool on different spindles. Do make sure you're not doing any verbose logging for normal operation, though. |