donovan jeffrey j:
> version 2.5.5,
>
> greetings
> im upgrading a couple of xserves to 10.6 from 10.4. the main.cf
> used to be pretty straight forward. The default main.cf on 10.6
> snow leopard server has overwhelmed my old eyeballs. may new lines
> most i understand but they pretty much list every option known to
> man. anyhoo.
The simplest way to upgrade an existing configuration is:
- Back up the new main.cf, master.cf, postfix-files, postfix-script
and post-install files.
- Install the old main.cf and old master.cf and any files that
you have added to the old Postfix setup.
- DO NOT INSTALL THE OLD POSTFIX-FILES, POSTFIX-SCRIPT AND POST-INSTALL
FILES. You must use the new versions of those files.
- Execute (as root): "postfix upgrade-configuration". This will
update the old main.cf and old master.cf files and add missing
entries that Postfix needs.
This procedure assumes that your vendor did not break "postfix
upgrade-configuration" or any of the files that it depends on.
Wietse
> I want to use this system to pickup with postfix, send it to amavis
> and have either prostfix or amavis realy to another server.
>
> from what i can remember in main.cf
>
> content_filter = smtp-amavis:[127.0.0.1]:10024
> this should send to amavis right ?
>
>
>
> then in amavisd.conf
> $forward_method = 'smtp:smtp.beth.k12.pa.us:2525';
>
> after scanning relay to another system on port 2525
>
> I just want to make sure i have that config down, I don't want
> the mail to stop and stay on this server. Do I have to add a
> transport or edit the master to make sure mail hits the content
> filter?
> -j
>