
17th March 2007, 20:24
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
What's in your /etc/hosts file?
|

18th March 2007, 08:29
|
|
Junior Member
|
|
Join Date: Jun 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi sir falko thank you again for your reply and patience
here' the output of my /ets/hosts
127.0.0.1 localhost.localdomain localhost
192.168.57.100 mail.example.com mail
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
thank you sir .please help
TIA
-mark-
|

19th March 2007, 13:24
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
Is 192.168.57.100 your system's IP address, or does it belong to another system?
|

20th March 2007, 08:43
|
|
Junior Member
|
|
Join Date: Jun 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi sir falko tnx again.
yes 192.168.57.100 is my system's IP address, what shoukld be the problem.
thank you sir falko.
TIA
-mark-
|

21st March 2007, 14:47
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
Hm...
Can you post the output of ?
Do you have working nameservers in /etc/resolv.conf?
|

28th March 2007, 09:11
|
|
Junior Member
|
|
Join Date: Jun 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi sir falko thank you very much ,yes my nameserver is working
here's my the out put of my 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
inet_interfaces = all
mailbox_size_limit = 0
mydestination = $myhostname, localhost,localdomain
myhostname = mail.example.com
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks $virtual_mailbox_limit_maps
receive_override_options = no_address_mappings
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_use_tls = yes
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_alias_domains = $virtual_alias_maps
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_create_maildirsize = yes
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_maildir_limit_message = "The user you are trying to reach is over quota."
virtual_overquota_bounce = yes
virtual_uid_maps = static:5000
hope you can help meh sir falko i need solve this problem immediately sir falko thank you very much again.
TIA
-mark-
|

28th March 2007, 16:20
|
|
Junior Member
|
|
Join Date: Mar 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
replace...
mydestination = $myhostname, localhost,localdomain
mydestination = $myhostname, localhost.localdomain
Point... it's correct.
|

29th March 2007, 09:17
|
|
Junior Member
|
|
Join Date: Jun 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi sir thank you for your reply i changed wat you said but still got the error like this:
Mar 28 10:55:44 mail postfix/smtpd[1483]: connect from localhost.localdomain[127.0.0.1]
Mar 28 10:55:44 mail postfix/smtpd[1483]: EAFA9C948E: client=localhost.localdomain[127.0.0.1]
Mar 28 10:55:45 mail postfix/cleanup[1474]: EAFA9C948E: message-id=<20070328025504.4804DC948D@mail.example.com>
Mar 28 10:55:45 mail postfix/qmgr[1464]: EAFA9C948E: from=<dennis@example.com>, size=848, nrcpt=1 (queue active)
Mar 28 10:55:45 mail amavis[1262]: (01262-01) Passed, <dennis@example.com> -> <sales@example.com>, Message-ID: <20070328025504.4804DC948D@mail.example.com>, Hits: 0.319
Mar 28 10:55:45 mail postfix/smtp[1475]: 4804DC948D: to=<sales@example.com>, relay=127.0.0.1[127.0.0.1], delay=41, status=sent (250 2.6.0 Ok, id=01262-01, from MTA: 250 Ok: queued as EAFA9C948E)
Mar 28 10:55:45 mail postfix/qmgr[1464]: 4804DC948D: removed
Mar 28 10:55:45 mail postfix/smtpd[1483]: disconnect from localhost.localdomain[127.0.0.1]
Mar 28 10:55:48 mail postfix/smtpd[1466]: disconnect from localhost.localdomain[127.0.0.1]
Mar 28 10:55:51 mail postfix/smtp[1485]: EAFA9C948E: to=<sales@example.com>, relay=none, delay=7, status=bounced (mail for mail.example.com loops back to myself)
Mar 28 10:55:51 mail postfix/cleanup[1474]: B0228C948D: message-id=<20070328025551.B0228C948D@mail.example.com>
Mar 28 10:55:51 mail postfix/qmgr[1464]: B0228C948D: from=<>, size=2574, nrcpt=1 (queue active)
Mar 28 10:55:51 mail postfix/qmgr[1464]: EAFA9C948E: removed
Mar 28 10:55:51 mail postfix/smtp[1485]: B0228C948D: to=<dennis@example.com>, relay=none, delay=0, status=bounced (mail for mail.example.com loops back to myself)
Mar 28 10:55:51 mail postfix/qmgr[1464]: B0228C948D: removed
what the problem please meh solve that issue,thank you in advanced
TIA
-mark-
|

29th March 2007, 13:41
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,595 Times in 2,446 Posts
|
|
What's in /etc/mailname?
Please add mail.example.com to /etc/hosts.
|

29th March 2007, 18:20
|
|
Junior Member
|
|
Join Date: Mar 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
post "transport" table...
...
before...
please leave blank... table "transport"
postfix reload
retry mail test.
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 02:11.
|
|
Recent comments
1 day 49 min ago
1 day 5 hours ago
1 day 10 hours ago
1 day 12 hours ago
2 days 2 hours ago
2 days 2 hours ago
2 days 7 hours ago
2 days 14 hours ago
2 days 14 hours ago
2 days 16 hours ago