* Ian Evans :
> On Sat, Jan 18, 2014 at 3:07 AM, Patrick Ben Koetter wrote:
>
> > * Ian Evans :
> > > Just curious if there are any config tools or analyzers that are able to
> > > parse the config files/logs and make suggestions for tweaks or point out
> > > holes, etc. Just thinking of a tool l
On Sat, Jan 18, 2014 at 3:07 AM, Patrick Ben Koetter wrote:
> * Ian Evans :
> > Just curious if there are any config tools or analyzers that are able to
> > parse the config files/logs and make suggestions for tweaks or point out
> > holes, etc. Just thinking of a tool like the ones mysql has.
>
>
>
> Am 18.01.2014 20:06, schrieb r...@grimdar.com:
>> I can send mail apparently anywhere via the command line or a local
>> telnet session, but my squirrelmail seems to have an issue that I cannot
>> identify. I would not come here for squirrelmail issues, I believe this
>> is a postfix config
Am 18.01.2014 20:06, schrieb r...@grimdar.com:
> I can send mail apparently anywhere via the command line or a local telnet
> session, but my squirrelmail seems to have an issue that I cannot identify.
> I would not come here for squirrelmail issues, I believe this is a postfix
> config issue
I can send mail apparently anywhere via the command line or a local telnet
session, but my squirrelmail seems to have an issue that I cannot identify. I
would not come here for squirrelmail issues, I believe this is a postfix config
issue that I just cannot see. There seems to be some kind of
> From: owner-postfix-us...@postfix.org [mailto:owner-postfix-
> us...@postfix.org] On Behalf Of Wietse Venema
>
> Juerg Reimann:
> > !/^From:.*<.*@.*>/ REJECT No valid sender email address in mail header
>
> As documented that will match ALL message headers except From:
>
>!/pattern/flags a
Juerg Reimann:
> !/^From:.*<.*@.*>/REJECT No valid sender email address in mail header
As documented that will match ALL message headers except From:
!/pattern/flags action
When /pattern/ does not match the input string, execute the cor-
responding action.
As documente
I'm trying to reject mail without a valid From:-address in the mail header
(other than reject_non_fqdn_sender which only affects the mail envelope).
However, the following rule in header_checks seems to match valid
From:-addresses instead of the opposite:
!/^From:.*<.*@.*>/ REJECT No valid
* Ian Evans :
> Just curious if there are any config tools or analyzers that are able to
> parse the config files/logs and make suggestions for tweaks or point out
> holes, etc. Just thinking of a tool like the ones mysql has.
The postconf, postalias and postmap commands check for syntactic correc