Hejsa. Jeg startet ud med step 1 : dette resulteret i jeg ikke modtaget nogen mail overhovedet.
Main.cf – så sådanne ud: (har klippet alle ## ud) ellers ligger der en kopi her
http://www.induwebservice.dk/main.cfqueue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
myhostname = induwebservice.dk
mydomain = induwebservice.dk
myorigin = $myhostname
inet_interfaces = all
mydestination = $mydomain, $myhostname, localhost.$mydomain
local_recipient_maps = unix:passwd.byname $alias_maps
unknown_local_recipient_reject_code = 550
mynetworks = 10.0.0.0/10, 127.0.0.0/10
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
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
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.2.2/samples
readme_directory = /usr/share/doc/postfix-2.2.2/README_FILES
virtual_maps = hash:/etc/postfix/virtual
smtpd_hello_required = yes
smtpd_data_restrictions = reject_unauth_pipelining
mailbox_size_limit = 512000000
##SATTE SÅ FØLGENDE IND
maps_rbl_domains = sbl.spamhaus.org, rbl.maps.vix.com, relays.ordb.org
smtpd_sender_restrictions = permit_sasl_authenticated,reject_unauth_pipelining, reject_unknown_sender_domain, reject_non_fqdn_sender, reject_rhsbl_sender, dsn.rfc-ignorant.org
smtpd_recipient_restrictions = reject_invalid_hostname,
check_recipient_access hash:/etc/postfix/postmaster
reject_non_fqdn_sender,
reject_non_fqdn_recipient,
reject_unknown_sender_domain,
permit_mynetworks,
reject_unknown_recipient_domain,
reject_unauth_destination,
reject_rbl_client sbl.spamhaus.org,
reject_rbl_client list.dsbl.org,
reject_rbl_client bl.spamcop.net,
reject_rbl_client rbl.maps.vix.com,
reject_rbl_client relays.ordb.org,
permit