PDA

View Full Version : delivery temporarily suspended


cheesewizz
9th March 2010, 03:12
Hello

i have a problem in the ispconfig everyday i got message like this, but i dont know where exactly of the scripts that i must remove it or disable...

please anyone can help me


message:
This is the mail system at host local.dns.com.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

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 attached returned message.

The mail system

<admispconfig@d.elv8.net>: delivery temporarily suspended: connect to
d.elv8.net[72.44.38.213]: Connection timed out




thanks

till
9th March 2010, 08:37
The admispconfig messages are nescessary for the mail statistics in ispconfig. It looks as if your hostname is not configured correctly as it should be admispconfig@localhost and not admispconfig@d.elv8.net. Please post the contents of the /etc/hosts file.

cheesewizz
13th March 2010, 02:08
Hello


thanks for your reply...


here is the content of my hosts

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
192.168.1.88 local.dns.com local
::1 localhost6.localdomain6 localhost6

falko
13th March 2010, 15:01
What are the outputs of hostname and hostname -f? What's in /etc/postfix/main.cf?

cheesewizz
15th March 2010, 01:17
What are the outputs of hostname and hostname -f? What's in /etc/postfix/main.cf?

thanks for your reply

here is my hostname:

[root@local ~]# hostname -f
local.dns.com

and copy my last part of my main.cf

main.cf

#
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
mynetworks = 127.0.0.0/8
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtpd_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
myhostname = local.dns.com
home_mailbox = Maildir/
mailbox_command =

virtual_maps = hash:/etc/postfix/virtusertable

mydestination = /etc/postfix/local-host-names



thanks

falko
15th March 2010, 14:29
What's in /etc/postfix/local-host-names?

cheesewizz
16th March 2010, 01:06
What's in /etc/postfix/local-host-names?


hello


thanks for your reply


i think that is the dns name that i created


################################### # #
ISPConfig local-host-names Configuration File # Version 1.0 # ################################### localhost local.dns.com
localhost.local.dns.com
localhost.dns.com localhost.localdomain
www.tailin.localgroupware.com
www.server.localtime.com
www.tailin.localemail.net
www.server.tailin.net
www.server.pidgin.com
www.tailin-netmot.com
www.tailin.oracle.com
www.mcastillo-local.com
tailin.localgroupware.com
server.localtime.com
tailin.localemail.net
server.tailin.net
server.pidgin.com
tailin-netmot.com
mcastillo-local.com
tailin.oracle.com
#### MAKE MANUAL ENTRIES BELOW THIS LINE! ####

till
16th March 2010, 09:05
The file seems to be a bit corrupted. the first lines in the file must be:

localhost
local.dns.com
localhost.local.dns.com
localhost.dns.com
localhost.localdomain
www.tailin.localgroupware.com
..............

cheesewizz
16th March 2010, 09:36
The file seems to be a bit corrupted. the first lines in the file must be:

localhost
local.dns.com
localhost.local.dns.com
localhost.dns.com
localhost.localdomain
www.tailin.localgroupware.com
..............


Hello

thanks for your reply


but how does it happen i just followed one of the tutorials in howtoforge site and i'v been using this many times

still I cannot figure it out which file of conf I must edit



thanks :)

falko
16th March 2010, 14:52
I still have no idea where d.elv8.net is coming from. Do you use it in ISPConfig somewhere (e.g. under Management)?