Dragon schrieb:
> Hallo,
> ich möchte schon bei Postfix bleiben und auch ein POP Connector kommt nicht 
> in Frage. Es sollte schon über Fetchmail und Postfix realisiert werden. Dort 
> sollen die Mails überprüft werden und dann an den Exchange ausgeliefert 
> werden. Hier mal ein Postconf -n
> 
> alias_database = hash:/etc/aliases
> alias_maps = hash:/etc/aliases
> append_dot_mydomain = no
> biff = no
> broken_sasl_auth_clients = yes
> config_directory = /etc/postfix
> content_filter = amavis:[127.0.0.1]:10024
> delay_warning_time = 30m
> html_directory = /usr/share/doc/postfix/html
> inet_interfaces = all
> mailbox_command = procmail -a "$EXTENSION"
> mailbox_size_limit = 0
> message_size_limit = 52428800
> mydestination = $myhostname, localhost, $mydomain, localhost.$mydomain
> mydomain = pit.local
> myhostname = mailsrv01.pit.local
> mynetworks = 127.0.0.0/8 192.168.0.0/8
> myorigin = pit.local
> readme_directory = /usr/share/doc/postfix
> recipient_delimiter = +
> relay_domains = pit.local, purwin-it.de, freenet.de
> relay_recipient_maps = hash:/etc/postfix/relay_recipients
> relay_transport = relay:[192.168.0.50]
> smtp_sasl_security_options = noanonymous
> smtp_tls_CAfile = /etc/postfix/ssl/CAcert.pem
> smtp_tls_cert_file = /etc/postfix/ssl/smtpd.crt
> smtp_tls_key_file = /etc/postfix/ssl/smtpd.key
> smtp_tls_note_starttls_offer = yes
> smtp_tls_security_level = may
> smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
> smtpd_banner = Unbekannt
> smtpd_enforce_tls = no
> smtpd_helo_required = yes
> smtpd_recipient_restrictions = permit_sasl_authenticated,    
> permit_mynetworks,    permit_mx_backup,    reject_unauth_destination,    
> permit
> smtpd_sasl_auth_enable = yes
> smtpd_tls_CAfile = /etc/postfix/ssl/CAcert.pem
> smtpd_tls_auth_only = yes
> smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
> smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
> smtpd_tls_loglevel = 1
> smtpd_tls_received_header = yes
> smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
> smtpd_use_tls = yes
> transport_maps = hash:/etc/postfix/transport
> virtual_alias_maps = hash:/etc/postfix/virtual_alias_maps
> 
> die transport:
> pit.local                       smtp:[192.168.0.50]
> purwin-it.de                    smtp:[192.168.0.50]
> [email protected]             smtp:[192.168.0.50]
> *                               smtp:[192.168.0.50]
> 
> braucht ihr noch mehr logs?
> sunny

das ist das postfix setup ( sieht nicht so verkehrt aus )
wobei mir nicht klar ist
was du hiermit erreichen willst
relay_transport = relay:[192.168.0.50]
ich mag da falsch liegen aber ich denke du brauchst das nicht
was fehlt ist sind die logs von postfix und evtl die fetchmail config
( wobei ich mit der wohl nichts anfangen kann ich habs vor Jahren schon
mit fetchmail aufgegeben aus diversen Gruenden )
aber es duerfte schon so sein wie ich gesagt die mail wird an einen
lokalen user zugestellt ( procmail ? ) und von dort weitergeleitet
deshalb neuer Absender, im uebrigen glaube ich nicht dass du viele
Antworten fuer das setup bekommen wirst weil es vom gesammten Ansatz her
vorsichtig ausgedrueckt einfach "nicht richtig" ist
du verkomplizierst die Sache schlichtweg unnoetig

-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria
_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an