Über Shell kann ich Mail in mein Linux Postfach (/var/mail) schicken,
und auch außerhalb des Internet.
echo "TEST123" | mail -s "test" wohin@hier.de
Wie erreiche ich dass , das ich über mein Windows- Mail senden kann.
Leider bekomme ich nicht einmal einen Log-eintrag, wenn ich auf senden gehe.
Im Mailclient habe ich direkt die IP des Server eingetragen
Das Programm meldet: es ist ein Fehler aufgetragen,
ich vermute, Postfix nimmt nichts von außen an:
Firewall ist off
Hat jemand eine Idee?
Must etvl. noch was installiert werden?
Der Rechner läuft z.z noch im Extranet 192.168.40.x
Meine Domaine ist beispiel.de
Code: Select all
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_alias_domains = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
myhostname = beispiel.de
mydomain=beispiel.de
delay_warning_time = 1h
message_strip_characters = \0
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
mynetworks = 127.0.0.0/8, 192.168.40.0/24
defer_transports =
mynetworks_style = subnet
disable_dns_lookups = no
relayhost =
content_filter =
mailbox_command =
mailbox_transport =
strict_8bitmime = no
disable_mime_output_conversion = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtp_sasl_auth_enable = no
smtpd_sasl_auth_enable = yes
smtpd_use_tls = no