[Postfixbuch-users] Fetchmail+Postfix+Interscan Viruswall smb

Patrick Marschall pa_ma at gmx.net
Do Mai 12 22:25:28 CEST 2005


Hallo Leute ich habe folgendes Problem.   
   
System Suse 9.1   
   
Bei einem Kunden weden über Fetchmail die Eamils von Strato abgeholt und   
über Postfix in ein lokales Postfach abgelegt. Die Mails werden dann über   
POP3 von einem Exchange server abgeholt.   
Läuft auch alles wunderbar.   
Mein Problem ist jetzt aber ich soll die Interscan Viruswall SMB von Trend  

Mico integrieren. Nach der Installation funktioniert aber überhaut nichts   
mehr.   
   
Bei der Installation werden folgende Daten abgefagt:   
   
Use MTA yes/no: YES   
Wich MTA do you want to use? POSTFIX   
Turn on /off: ON   
The MTA Listining Interface: ALL   
The MTA Listening Port: 25   
Domain name: (default:local) domain.local   
Incoming mail delivery IP: 192.168.100.50 (interne IP Postfix)   
Incoming mail delivery port: (default:25) 25   
And outgoing mail delivery use 1=DNS 2=MTA: 2   
Outgoing mail delivery IP: xxx.xx.xxx.xx (IP Relay bei Povider)   
Outgoing mail delivery port: (default:25) 25   
  
Folgende Einträge werden in Main.cf und Master.cf automtisch durch das  
Installationsscript erstellt.  
  
main.cf  
# InterScan_Viruswall_setup_addition_SiGnAtUrE begins #  
#  
myhostname = mail.meinedomain.dom 
mydomain = meinedomain.dom 
inet_interfaces = all  
relay_domains = meinedomain.dom 
mydestination =  
mynetworks = 127.0.0.0/8  
transport_maps = $default_database_type:$config_directory/transportList  
default_process_limit = 200  
imss_timeout = 10m  
imss_connect_timeout = 1s  
content_filter = imss:[127.0.0.1]:10025  
imss_destination_recipient_limit = 200  
imss_destination_concurrency_limit = 20  
smtpd_banner = InterScan VirusWall Mail Service ready  
smtpd_client_restrictions = $default_database_type: 
$config_directory/denyAccessList  
smtpd_recipient_restrictions = permit_mynetworks, permit_auth_destination,  
reject_unauth_destination, reject  
smtpd_recipient_limit = 100  
message_size_limit = 10485760  
# InterScan_Viruswall_setup_addition_SiGnAtUrE ends #  
  
master.cf  
# InterScan_Viruswall_setup_addition_SiGnAtUrE begins #  
#  
25      inet    n       -       n       -       -       smtpd  
imss    unix    -       -       n       -       -       smtp  
        -o disable_dns_lookup=yes  
        -o smtp_connect_timeout=$imss_connect_timeout  
        -o smtp_data_done_timeout=$imss_timeout  
localhost:10026 inet    n       -       n       -       20      smtpd  
        -o content_filter=  
        -o smtpd_timeout=$imss_timeout  
        -o local_recipient_maps=  
        -o relay_recipient_maps=  
        -o myhostname=localhost.$mydomain  
        -o smtpd_helo_restrictions=  
        -o smtpd_client_restrictions=  
        -o smtpd_sender_restrictions=  
        -o smtpd_recipient_restrictions=permit_mynetworks,reject  
        -o mynetworks=127.0.0.0/8  
# InterScan_Viruswall_setup_addition_SiGnAtUrE ends #  
  
Wenn ich jetzt lokal eine Mail verschicke oder Root eine Systemmail 
bekommt dann gibt es immer einen Loopback. 
Ausgabe /var/log/mail 
 
May 12 22:09:51 meinrechner postfix/smtp[5828]: AE4A13ED7: 
to=<root at mail.mainedomain.dom>, relay=n 
one, delay=0, status=bounced (mail for 192.168.100.50 loops back to 
myself) 
May 12 22:09:51 meinrechner postfix/qmgr[5652]: AE4A13ED7: removed 
 
 
Ich gebe zu ich bin alles andere als ein Profi aber ich weiss nicht wo der 
Fehler liegt. 
 
p.s Interscan legt noch eine neue Transportdatei anInhalt: 
 
# InterScan_Viruswall_setup_addition_SiGnAtUrE begins # 
# 
intellidat.dom   smtp:[192.168.100.50]:25 
.intellidat.dom   smtp:[192.168.100.50]:25 
*    smtp:[212.20.165.45]:25 
# InterScan_Viruswall_setup_addition_SiGnAtUrE ends # 
 
  
-------------- nächster Teil --------------
alias_maps = hash:/etc/aliases
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = 
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports = 
disable_dns_lookups = yes
inet_interfaces = 127.0.0.1, 192.168.100.50
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command = 
mailbox_size_limit = 0
mailbox_transport = 
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = 
masquerade_exceptions = root
mydestination = $myhostname, localhost.$mydomain
myhostname = abcde.local
mynetworks = 127.0.0.0/8, 192.168.100.0/24
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relayhost = relay.de
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls = no
smtpd_client_restrictions = 
smtpd_helo_required = no
smtpd_helo_restrictions = 
smtpd_recipient_restrictions = permit_mynetworks,reject_unauth_destination
smtpd_sasl_auth_enable = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 450
-------------- nächster Teil --------------
alias_maps = hash:/etc/aliases
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = imss:[127.0.0.1]:10025
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_process_limit = 200
defer_transports = 
disable_dns_lookups = yes
inet_interfaces = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command = 
mailbox_size_limit = 0
mailbox_transport = 
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = 
masquerade_exceptions = root
message_size_limit = 10485760
mydestination = 
mydomain = meinedomain.dom
myhostname = mail.meinedomain.dom
mynetworks = 127.0.0.0/8, 192.168.100.0/24
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relayhost = relay.de
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls = no
smtpd_banner = InterScan VirusWall Mail Service ready
smtpd_client_restrictions = $default_database_type:$config_directory/denyAccessList
smtpd_helo_required = no
smtpd_helo_restrictions = 
smtpd_recipient_limit = 100
smtpd_recipient_restrictions = permit_mynetworks, permit_auth_destination, reject_unauth_destination, reject
smtpd_sasl_auth_enable = no
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_rfc821_envelopes = no
transport_maps = $default_database_type:$config_directory/transportList
unknown_local_recipient_reject_code = 450


Mehr Informationen über die Mailingliste Postfixbuch-users