This is a discussion on Postdrop & Virtual Alias Tables within the mailing.postfix.users forums, part of the Mail Servers and Related category; Hello all, I am hoping that someone could help me out with a little configuration problem that I am having... ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello all,
I am hoping that someone could help me out with a little configuration problem that I am having... I am running a setup that includes a webmail program that sends via the sendmail protocol. Postdrop picks up the email and attempts to send it along it along. The same computer also serves as an MX server receiving email from the internet and sending it to the internal mail server. So, in short, from internet to mail server via virtual alias tables (which works) and from webmail to internet (& also internal mail server if needed) which does not work. Under postdrop, I tried to set the virtual maps to nothing and still no go. I use mysql as a database for the tables... Any ideas on this would be greatly appreciated... Thanks, John Main.cf --- (clip) virtual_alias_domains = mysql:/xxx/postfix/mydestination virtual_alias_maps = mysql:/xxx/postfix/valiases smtpd_reject_unlisted_recipient = yes alternate_config_directories = /xxx/postfix-mta1,/xxx/postfix-mta2 mydestination = mysql:/usr/local/postfix/mydestination smtpd_helo_required = yes smtpd_helo_restrictions = reject_invalid_hostname, reject_non_fqdn_hostname maps_rbl_domains = sbl.spamhaus.org, relays.ordb.org, opm.blitzed.org,dun.dnsrbl.net, spam.dnsrbl.net smtpd_sender_restrictions = permit_mynetworks, reject_unauth_pipelining , reject_non_fqdn_sender, reject_unknown_sender_domain smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, reject_non_fqdn_recipient content_filter = smtp-amavis:[localhost]:10024 Master.Cf ---(clip) pickup fifo n - n 60 1 pickup -o content_filter= smtp-amavis unix - - n - 3 smtp -o smtp_data_done_timeout=1200 -o disable_dns_lookups=yes -o virtual_alias_domains=mysql:/xxx/postfix/mydestination -o virtual_alias_maps=mysql:/xxx/postfix/valiases localhost:10026 inet n - n - - smtpd -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,rej ectq -o mynetworks=127.0.0.0/8,12.161.46.220/32 -o strict_rfc821_envelopes=yes -o virtual_alias_domains=mysql:/xxx/postfix/mydestination -o virtual_alias_maps=mysql:/xxx/postfix/valiases |