Introduction
The Postfix SMTP server receives mail from the network and is exposed to the big bad world of junk email and viruses. This document introduces the built-in and external methods that control what SMTP mail Postfix will accept, what mistakes to avoid, and how to test your configuration.
http://www.linux.com/feature/113831
virtual_maps = hash:/etc/postfix/virtusertable This will give you the path to the virtual user table and the means to set up these different domains with equivalent users. The format of the file is simple: username@somedomain.dom realuser@someotherdomain.dom In the case of my info example, my virtusertable would look like this: info@mycompany.dom mary@localdomain.dom info@myseconddomain.dom tom@remotedomain.dcom info@myinfosite.dom natika@bigschool.edu
Konfiguration virtual_maps = hash:/etc/postfix/virtusertable der aliases
Scharfmachen der database postmap hash:/etc/postfix/virtusertable
/etc/postfix/local-host-name is now correct, only domain.tld is added /etc/postfix/virtusertable is correct to, nothing is added
ONFIGURATION PARAMETERS
- Changes to main.cf are not picked up automatically, because tlsmgr(8) is a persistent processes. Use the com- mand "postfix reload" after a configuration change.
Postfix Relay Access Denied
/etc/postfix/sasl/smtpd.conf
root 2891 0.0 0.0 7336 1648 ? Ss Jan07 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 root 2892 0.0 0.0 7336 1624 ? S Jan07 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 root 2893 0.0 0.0 7336 1636 ? S Jan07 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 root 2894 0.0 0.0 7336 1596 ? S Jan07 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 root 2895 0.0 0.0 7336 1620 ? S Jan07 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 postfix 7006 0.0 0.0 4820 1628 ? S 12:38 0:00 pickup -l -t fifo -u -c postfix 12727 0.0 0.1 6384 3140 ? S 13:23 0:00 smtpd -n smtp -t inet -u -c -s 2 postfix 12728 0.0 0.0 4820 1596 ? S 13:23 0:00 proxymap -t unix -u postfix 12731 0.0 0.0 4828 1936 ? S 13:23 0:00 trivial-rewrite -n rewrite -t unix -u -c postfix 12853 0.0 0.1 6384 3132 ? S 13:24 0:00 smtpd -n smtp -t inet -u -c -s 2 postfix 13267 0.0 0.1 6384 3124 ? S 13:28 0:00 smtpd -n smtp -t inet -u -c -s 2 root 26135 0.0 0.0 4812 1624 ? Ss Feb01 0:00 /usr/lib/postfix/master postfix 26138 0.0 0.0 4856 1736 ? S Feb01 0:00 qmgr -l -t fifo -u postfix 26532 0.0 0.1 4944 2096 ? S Feb01 0:00 tlsmgr -l -t unix -u -c
Linux/Internet/Mail/Postfix Konfiguration im Überblick (last edited 2010-01-07 14:59:44 by DetlevLengsfeld)