I'm pretty sure I missed something, but I'm not finding exactly what it is. When I try to start up Postfix after configuring it to use Amavis for content filtering, I get: Feb 14 11:12:14 nova postfix/postfix-script[27804]: starting the Postfix mail system Feb 14 11:12:14 nova postfix/master[27805]: fatal: /etc/postfix/master.cf: line 115: missing "transport type" field
Everything I've set up Amavis related, which seems to be where the problem is, is below. #in the initial SMTP configuration (master.cf) smtp inet n - n - - smtpd -o content_filter=smtp-amavis:[127.0.0.1]:10024 #The Amavis-specific settings smtp-amavis unix - - y - 4 smtp -o smtp_data_done_timeout=1200 -o disable_dns_lookups=yes 127.0.0.1:10025 inet n - n - - smtpd #Line 115, per the log -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o smtpd_restriction_classes= -o smtpd_client_restrictions= -o smtpd_helo_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8 -o strict_rfc821_envelopes=yes -o smtpd_error_sleep_time=0 -o smtpd_soft_error_limit=1001 -o smtpd_hard_error_limit=1000 retry unix - - n - - error I'd appreciate it greatly if someone could point me in the general direction of what I've managed to break without realizing it. Thank you very much in advance. James