• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Postfix nimmt nicht an oder Leitet nicht weiter

Status
Für weitere Antworten geschlossen.

mamama

Newbie
Ich sende von meiner Windows Maschiene (mit smtp dienst) eine eMail.
- eMail wird an Linux suse 10 Maschiene gesendet. (Maschiene nimmt die Mail an (ich kann sie arbeiten hören^^))
- eMail soll weitergeleitet werden an eine andere Maschiene (Groupwise), mit Transport und relayhost versucht.
- eMail sollte am Novell Groupwise server ankommen (Leider tut sie das nicht)
Zusatzinfo: Ich benutze nur noch Spamassassin auf der Linux Maschiene.

Wo ist mein Fehler?

Postfix Main.cf
Code:
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
proxy_interfaces = 192.168.100.126 #router adresse
unknown_local_recipient_reject_code = 550
mynetworks = 192.168.100.0/24, 127.0.0.0/8
smptd_banner = $myhostname ESMTP
debug_peer_level = 2
debugger_command =
         PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
         xxgdb $daemon_directory/$process_name $process_id & sleep 5
mailq_path = /usr/bin/mailq
setgid_group = maildrop
html_directory = /usr/share/doc/packages/postfix/html
readme_directory = /usr/share/doc/packages/postfix/README_FILES
inet_protocols = all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = 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 = mo3p.sapf.loc
mydomain = sapf.loc
program_directory = /usr/lib/postfix
#inet_interfaces = 127.0.0.1 ::1
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost = [192.168.100.53]
mailbox_command =
mailbox_transport =
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 = no
#########smtpd_sasl_auth_enable = yes
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 210240000

master.cf
Code:
smtp      inet  n       -       n       -       -       smtpd -o content_filter=spamassassin
.
.
.
spamassassin
          unix  -       n       n       -       -       pipe
   user=nobody argv=/usr/bin/spamc -e /usr/sbin/postfix -oi -f ${sender} ${recipient}

transport
Code:
solitarspieler.de smtp:[192.168.100.53]
.solitarspieler.de smtp.[192.168.100.53]


Wie gesagt ausprobiert habe ich es schon mit Relayhost, Transport.
Ich möchte eMails doch nur gefiltert (Spamassassin) weiterleiten an 192.168.100.53.

[/quote]
 
Status
Für weitere Antworten geschlossen.
Oben