Ze zeggen dat Postfix relatief makkelijk is om aan de gang te krijgen, nou.. ik snapt er nix van
en dat lijdt als resultaat tot dit:
Ik ben er al twee weken mee bezig(een server crash en een week downtime inbegrepen) en ik kom er maar niet uit.
Zoals eerst pakt hij wel de username(user-0001@creative-minds.com) maar niet de alias(daredevil@creative-minds.com) wat toch best irri is.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| blackbox:/var/log # postconf -n command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/libexec/postfix debug_peer_level = 2 mail_owner = postfix mailbox_transport = cyrus mailq_path = /usr/bin/mailq manpage_directory = /usr/local/man mydestination = creative-minds.com mydomain = creative-minds.com myhostname = blackbox.creative-minds.com queue_directory = /var/spool/postfix readme_directory = no relay_domains = creative-minds.com sample_directory = /etc/postfix sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf sendmail_path = /usr/sbin/sendmail setgid_group = postdrop virtual_maps = mysql:/etc/postfix/mysql-virtual.cf |
en dat lijdt als resultaat tot dit:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| This is the Postfix program at host blackbox.creative-minds.com.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
<creativemind-0001@blackbox.creative-minds.com>: mail for
blackbox.creative-minds.com loops back to myself |
Ik ben er al twee weken mee bezig(een server crash en een week downtime inbegrepen) en ik kom er maar niet uit.
Zoals eerst pakt hij wel de username(user-0001@creative-minds.com) maar niet de alias(daredevil@creative-minds.com) wat toch best irri is.