SMTP Server not responding to emails sent to 1 address externally

I've set up a mail server on a 10.4.11 machine. Everything was working fine until I accidentally deleted my personal account via Workgroup manager, I figured since it was IMAP I could just recreate it and everything would work as it once did. It didn't, now when I send emails to that address, the smtp log shows nothing, but yet I do not receive a failure message back to the sender. However, the messages sent internally from other addresses in that server work properly. In summation, I can't use an external address to send emails to one of my accounts, the smtp log doesn't even show an attempt made to connect to the server.
Also, all the other addresses work fine.
Here's my postconf -n:
always_bcc =
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
enable_server_options = yes
html_directory = no
inet_interfaces = all
local_recipient_maps =
luser_relay = postmaster
mail_owner = postfix
mailbox_size_limit = 0
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname,localhost.$mydomain,localhost, [removed for security]
mydomain = [removed for security]
mydomain_fallback = localhost
myhostname = [removed for security]
mynetworks = 127.0.0.1/32,[removed for security]
mynetworks_style = host
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_tls_key_file =
unknown_local_recipient_reject_code = 550
here's my postconf:
2bounce_notice_recipient = postmaster
access_map_reject_code = 554
address_verify_default_transport = $default_transport
address_verify_local_transport = $local_transport
address_verify_map =
address_verify_negative_cache = yes
address_verify_negative_expire_time = 3d
address_verify_negative_refresh_time = 3h
address_verify_poll_count = 3
address_verify_poll_delay = 3s
address_verify_positive_expire_time = 31d
address_verify_positive_refresh_time = 7d
address_verify_relay_transport = $relay_transport
address_verify_relayhost = $relayhost
address_verify_sender = postmaster
address_verify_service_name = verify
address_verify_transport_maps = $transport_maps
address_verify_virtual_transport = $virtual_transport
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
allow_mail_to_commands = alias, forward
allow_mail_to_files = alias, forward
allow_min_user = no
allow_percent_hack = yes
allow_untrusted_routing = no
alternate_config_directories =
always_bcc =
append_at_myorigin = yes
append_dot_mydomain = yes
application_event_drain_time = 100s
backwards_bounce_logfile_compatibility = yes
berkeley_db_create_buffer_size = 16777216
berkeley_db_read_buffer_size = 131072
best_mx_transport =
biff = yes
body_checks =
body_checks_size_limit = 51200
bounce_notice_recipient = postmaster
bounce_queue_lifetime = 5d
bounce_service_name = bounce
bounce_size_limit = 50000
broken_sasl_auth_clients = no
canonical_maps =
cleanup_service_name = cleanup
command_directory = /usr/sbin
command_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
command_time_limit = 1000s
config_directory = /etc/postfix
content_filter =
daemon_directory = /usr/libexec/postfix
daemon_timeout = 18000s
debug_peer_level = 2
debug_peer_list =
default_database_type = hash
default_delivery_slot_cost = 5
default_delivery_slot_discount = 50
default_delivery_slot_loan = 3
default_destination_concurrency_limit = 20
default_destination_recipient_limit = 50
default_extra_recipient_limit = 1000
default_minimum_delivery_slots = 3
default_privs = nobody
default_process_limit = 100
default_rbl_reply = $rbl_code Service unavailable; $rbl_class [$rbl_what] blocked using $rbl_domain${rbl_reason?; $rbl_reason}
default_recipient_limit = 10000
default_transport = smtp
default_verp_delimiters = +=
defer_code = 450
defer_service_name = defer
defer_transports =
delay_notice_recipient = postmaster
delay_warning_time = 0h
deliver_lock_attempts = 20
deliver_lock_delay = 1s
disable_dns_lookups = no
disable_mime_input_processing = no
disable_mime_output_conversion = no
disable_verp_bounces = no
disable_vrfy_command = no
dont_remove = 0
double_bounce_sender = double-bounce
duplicate_filter_limit = 1000
empty_address_recipient = MAILER-DAEMON
enable_errors_to = no
enable_original_recipient = yes
enable_server_options = yes
error_notice_recipient = postmaster
error_service_name = error
expand_owner_alias = no
export_environment = TZ MAIL_CONFIG
fallback_relay =
fallback_transport =
fast_flush_domains = $relay_domains
fast_flush_purge_time = 7d
fast_flush_refresh_time = 12h
fault_injection_code = 0
flush_service_name = flush
fork_attempts = 5
fork_delay = 1s
forward_expansion_filter = 1234567890!@%-_=+:,./abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
forward_path = $home/.forward${recipient_delimiter}${extension}, $home/.forward
hash_queue_depth = 1
hash_queue_names = incoming, active, deferred, bounce, defer, flush, hold, trace
header_address_token_limit = 10240
header_checks =
header_size_limit = 102400
helpful_warnings = yes
home_mailbox =
hopcount_limit = 50
html_directory = no
ignore_mx_lookup_error = no
import_environment = MAIL_CONFIG MAIL_DEBUG MAIL_LOGTAG TZ XAUTHORITY DISPLAY
in_flow_delay = 1s
inet_interfaces = all
initial_destination_concurrency = 5
invalid_hostname_reject_code = 501
ipc_idle = 100s
ipc_timeout = 3600s
ipc_ttl = 1000s
line_length_limit = 2048
lmtp_cache_connection = yes
lmtp_connect_timeout = 0s
lmtp_data_done_timeout = 600s
lmtp_data_init_timeout = 120s
lmtp_data_xfer_timeout = 180s
lmtp_destination_concurrency_limit = $default_destination_concurrency_limit
lmtp_destination_recipient_limit = $default_destination_recipient_limit
lmtp_lhlo_timeout = 300s
lmtp_mail_timeout = 300s
lmtp_quit_timeout = 300s
lmtp_rcpt_timeout = 300s
lmtp_rset_timeout = 120s
lmtp_sasl_auth_enable = no
lmtp_sasl_password_maps =
lmtp_sasl_security_options = noplaintext, noanonymous
lmtp_send_xforward_command = no
lmtp_skip_quit_response = no
lmtp_tcp_port = 24
lmtp_xforward_timeout = 300s
local_command_shell =
local_destination_concurrency_limit = 2
local_destination_recipient_limit = 1
local_recipient_maps =
local_transport = local:$myhostname
luser_relay = postmaster
mail_name = Postfix
mail_owner = postfix
mail_release_date = 20040915
mail_spool_directory = /var/mail
mail_version = 2.1.5
mailbox_command =
mailbox_command_maps =
mailbox_delivery_lock = flock
mailbox_size_limit = 0
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maps_rbl_domains =
maps_rbl_reject_code = 554
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains =
masquerade_exceptions =
max_idle = 100s
max_use = 100
maximal_backoff_time = 4000s
maximal_queue_lifetime = 5d
message_size_limit = 10240000
mime_boundary_length_limit = 2048
mime_header_checks = $header_checks
mime_nesting_limit = 100
minimal_backoff_time = 1000s
multi_recipient_bounce_reject_code = 550
mydestination = $myhostname,localhost.$mydomain,localhost,aetkinz.com,sellwiz.biz,riflematch.co m
mydomain = aetkinz.com
mydomain_fallback = localhost
myhostname = mail.aetkinz.com
mynetworks = 127.0.0.1/32,10.0.11.0/24,192.168.34.0/24
mynetworks_style = host
myorigin = $myhostname
nested_header_checks = $header_checks
newaliases_path = /usr/bin/newaliases
non_fqdn_reject_code = 504
notify_classes = resource, software
owner_request_special = yes
parent_domain_matches_subdomains = debug_peer_list,fast_flush_domains,mynetworks,permit_mx_backup_networks,qmqpd_a uthorized_clients,relay_domains,smtpd_access_maps
permit_mx_backup_networks =
pickup_service_name = pickup
prepend_delivered_header = command, file, forward
process_id_directory = pid
propagate_unmatched_extensions = canonical, virtual
proxy_interfaces =
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
qmgr_clog_warn_time = 300s
qmgr_fudge_factor = 100
qmgr_message_active_limit = 20000
qmgr_message_recipient_limit = 20000
qmgr_message_recipient_minimum = 10
qmqpd_authorized_clients =
qmqpd_error_delay = 1s
qmqpd_timeout = 300s
queue_directory = /private/var/spool/postfix
queue_file_attribute_count_limit = 100
queue_minfree = 0
queue_run_delay = 1000s
queue_service_name = qmgr
rbl_reply_maps =
readme_directory = /usr/share/doc/postfix
receive_override_options =
recipient_bcc_maps =
recipient_canonical_maps =
recipient_delimiter =
reject_code = 554
relay_clientcerts =
relay_destination_concurrency_limit = $default_destination_concurrency_limit
relay_destination_recipient_limit = $default_destination_recipient_limit
relay_domains = $mydestination
relay_domains_reject_code = 554
relay_recipient_maps =
relay_transport = relay
relayhost =
relocated_maps =
require_home_directory = no
resolve_dequoted_address = yes
resolve_null_domain = no
rewrite_service_name = rewrite
sample_directory = /usr/share/doc/postfix/examples
sender_based_routing = no
sender_bcc_maps =
sender_canonical_maps =
sendmail_path = /usr/sbin/sendmail
service_throttle_time = 60s
setgid_group = postdrop
show_user_unknown_table_name = yes
showq_service_name = showq
smtp_always_send_ehlo = yes
smtp_bind_address =
smtp_connect_timeout = 30s
smtp_data_done_timeout = 600s
smtp_data_init_timeout = 120s
smtp_data_xfer_timeout = 180s
smtp_defer_if_no_mx_address_found = no
smtp_destination_concurrency_limit = $default_destination_concurrency_limit
smtp_destination_recipient_limit = $default_destination_recipient_limit
smtp_enforce_tls = no
smtp_helo_name = $myhostname
smtp_helo_timeout = 300s
smtp_host_lookup = dns
smtp_line_length_limit = 990
smtp_mail_timeout = 300s
smtp_mx_address_limit = 0
smtp_mx_session_limit = 2
smtp_never_send_ehlo = no
smtp_pix_workaround_delay_time = 10s
smtp_pix_workaround_threshold_time = 500s
smtp_quit_timeout = 300s
smtp_quote_rfc821_envelope = yes
smtp_randomize_addresses = yes
smtp_rcpt_timeout = 300s
smtp_rset_timeout = 120s
smtp_sasl_auth_enable = no
smtp_sasl_password_maps =
smtp_sasl_security_options = noplaintext, noanonymous
smtp_sasl_tls_security_options = $var_smtp_sasl_opts
smtp_sasl_tls_verified_security_options = $var_smtp_sasl_tls_opts
smtp_send_xforward_command = no
smtp_skip_5xx_greeting = yes
smtp_skip_quit_response = yes
smtp_starttls_timeout = 300s
smtp_tls_CAfile =
smtp_tls_CApath =
smtp_tls_cert_file =
smtp_tls_cipherlist =
smtp_tls_dcert_file =
smtp_tls_dkey_file = $smtp_tls_dcert_file
smtp_tls_enforce_peername = yes
smtp_tls_key_file = $smtp_tls_cert_file
smtp_tls_loglevel = 0
smtp_tls_note_starttls_offer = no
smtp_tls_per_site =
smtp_tls_scert_verifydepth = 5
smtp_tls_session_cache_database =
smtp_tls_session_cache_timeout = 3600s
smtp_use_tls = no
smtp_xforward_timeout = 300s
smtpd_authorized_verp_clients = $authorized_verp_clients
smtpd_authorized_xclient_hosts =
smtpd_authorized_xforward_hosts =
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_connection_count_limit = 50
smtpd_client_connection_limit_exceptions = $mynetworks
smtpd_client_connection_rate_limit = 0
smtpd_client_restrictions =
smtpd_data_restrictions =
smtpd_delay_reject = yes
smtpd_enforce_tls = no
smtpd_error_sleep_time = 1s
smtpd_etrn_restrictions =
smtpd_expansion_filter = \t\40!"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghi jklmnopqrstuvwxyz{|}~
smtpd_hard_error_limit = 20
smtpd_helo_required = no
smtpd_helo_restrictions =
smtpd_history_flush_threshold = 100
smtpd_junk_command_limit = 100
smtpd_noop_commands =
smtpd_null_access_lookup_key =
smtpd_policy_service_max_idle = 300s
smtpd_policy_service_max_ttl = 1000s
smtpd_policy_service_timeout = 100s
smtpd_proxy_ehlo = $myhostname
smtpd_proxy_filter =
smtpd_proxy_timeout = 100s
smtpd_pw_server_security_options = none
smtpd_recipient_limit = 1000
smtpd_recipient_overshoot_limit = 1000
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
smtpd_reject_unlisted_recipient = yes
smtpd_reject_unlisted_sender = no
smtpd_restriction_classes =
smtpd_sasl_application_name = smtpd
smtpd_sasl_auth_enable = no
smtpd_sasl_exceptions_networks =
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sasl_tls_security_options = $smtpd_sasl_security_options
smtpd_sender_login_maps =
smtpd_sender_restrictions =
smtpd_soft_error_limit = 10
smtpd_starttls_timeout = 300s
smtpd_timeout = 300s
smtpd_tls_CAfile =
smtpd_tls_CApath =
smtpd_tls_ask_ccert = no
smtpd_tls_auth_only = no
smtpd_tls_ccert_verifydepth = 5
smtpd_tls_cert_file =
smtpd_tls_cipherlist =
smtpd_tls_dcert_file =
smtpd_tls_dh1024_param_file =
smtpd_tls_dh512_param_file =
smtpd_tls_dkey_file = $smtpd_tls_dcert_file
smtpd_tls_key_file =
smtpd_tls_loglevel = 0
smtpd_tls_received_header = no
smtpd_tls_req_ccert = no
smtpd_tls_session_cache_database =
smtpd_tls_session_cache_timeout = 3600s
smtpd_tls_wrappermode = no
smtpd_use_pw_server = no
smtpd_use_tls = no
soft_bounce = no
stale_lock_time = 500s
strict_7bit_headers = no
strict_8bitmime = no
strict_8bitmime_body = no
strict_mime_encoding_domain = no
strict_rfc821_envelopes = no
sun_mailtool_compatibility = no
swap_bangpath = yes
syslog_facility = mail
syslog_name = postfix
tls_daemon_random_bytes = 32
tls_daemon_random_source =
tls_random_bytes = 32
tls_random_exchange_name = ${config_directory}/prng_exch
tls_random_prng_update_period = 60s
tls_random_reseed_period = 3600s
tls_random_source =
trace_service_name = trace
transport_maps =
transport_retry_time = 60s
trigger_timeout = 10s
undisclosed_recipients_header = To: undisclosed-recipients:;
unknown_address_reject_code = 450
unknown_client_reject_code = 450
unknown_hostname_reject_code = 450
unknown_local_recipient_reject_code = 550
unknown_relay_recipient_reject_code = 550
unknown_virtual_alias_reject_code = 550
unknown_virtual_mailbox_reject_code = 550
unverified_recipient_reject_code = 450
unverified_sender_reject_code = 450
verp_delimiter_filter = -=+
virtual_alias_domains = $virtual_alias_maps
virtual_alias_expansion_limit = 1000
virtual_alias_maps = $virtual_maps
virtual_alias_recursion_limit = 1000
virtual_destination_concurrency_limit = $default_destination_concurrency_limit
virtual_destination_recipient_limit = $default_destination_recipient_limit
virtual_gid_maps =
virtual_mailbox_base =
virtual_mailbox_domains = $virtual_mailbox_maps
virtual_mailbox_limit = 51200000
virtual_mailbox_lock = fcntl
virtual_mailbox_maps =
virtual_minimum_uid = 100
virtual_transport = virtual
virtual_uid_maps =
Message was edited by: JVicious
Message was edited by: JVicious

Ok, so I used mailfbr to try and fix it anyways, just to see what would happen. That didn't fix it, so I thought I could use the Backup program and just restore to an earlier point to see if the original settings could be restored, tat didn't work either, that totally messed everything up worse. I've had problems connecting to the lmtp socket, reading the mailbox file, permissions, but I think I've fixed all those. The only problem now is that everything gets stuck in the queue. I've checked these topics almost the whole day for these problems, but the cause and solution are not the same for me. Anything I can do? Or should I just start fresh again?
postconf -n
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debugpeerlevel = 2
enableserveroptions = yes
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailboxsizelimit = 0
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname,localhost.$mydomain,localhost,aetkinz.com,sellwiz.biz,riflematch.co m
mydomain = aetkinz.com
mydomain_fallback = localhost
myhostname = mail.aetkinz.com
mynetworks = 127.0.0.1/32,10.0.11.0/24,192.168.34.0/24
mynetworks_style = host
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpdtls_keyfile =
unknownlocal_recipient_rejectcode = 550
70-91-236-58-BusName-Michigan:/usr/sbin root# postconf -n
always_bcc =
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debugpeerlevel = 2
enableserveroptions = yes
html_directory = no
inet_interfaces = all
localrecipientmaps =
luser_relay = postmaster
mail_owner = postfix
mailboxsizelimit = 0
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname,localhost.$mydomain,localhost,aetkinz.com,sellwiz.biz,riflematch.co m
mydomain = aetkinz.com
mydomain_fallback = localhost
myhostname = mail.aetkinz.com
mynetworks = 127.0.0.1/32,10.0.11.0/24,192.168.34.0/24
mynetworks_style = host
newaliases_path = /usr/bin/newaliases
queue_directory = /private/var/spool/postfix
readme_directory = /usr/share/doc/postfix
sample_directory = /usr/share/doc/postfix/examples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpdtls_keyfile =
unknownlocal_recipient_rejectcode = 550

Similar Messages

  • Mail Problems - SMTP server not responding: "offline"

    I am currently testing DSL service for a month; set up Mail just before I downloaded the 10.7.3 release. Tested it once and it worked; did not use it to send emails since because I am only testing this (including the email address). I have been receiving emails (which I forwarded to myself from my cable provider's website); today, I wanted to send an email and a 6 hour troubleshooting saga began....
    Total of 2 hours with Centurylink tech support; 1 1/2 hours with Applecare, and another 30 minutes with Centurylink.
    During that time, all different settings were tried, turned on/off. POP server ok, SMTP server not responding. With Applecare, tried it on both the iMac and the Macbook; also tried it after booting into Snow Leopard - SMTP server not responding ("offline"). Applecare tech stated that it has to be the server since we tried it on two machines as well as SL. Centurylink insists there is nothing wrong with their server, but it's Mail's fault.
    So, I finally gave up for the evening, but wonder if there is something amiss with Mail in 10.7.3 (both machines are on the same version) and during the troubleshooting, I noticed an anomaly: in a new message window, there was no choice to choose an account to send from which I thought was odd.
    I was thinking of a new install or to clone back? My clones are up to date though, I have no older clones. I do have a fresh install but it's also the latest one from MAS. Or I could just boot from the fresh install and set up Mail to see if it would work?
    Grateful for any ideas....

    Thanks to everyone; as you can imagine, all settings/configurations were tried yesterday (even booting into SL); Apple said it's Centurylink's fault, and they insisted there was nothing wrong with their server.
    FWIW, I unplugged my Comcast cable (it is still active though and I'm getting TV reception, just unplugged the modem for now); right now, my internet access and email account are with Centurylink for the test. I still access my Comcast mail via their web interface email account.
    Anyway, thanks to a good friend's idea, I decided to check keychain access and to make it short: the issue is fixed and the problem definitely had something to do with the OS because:
    When I first checked keychain, this is what I saw:
    I then checked Comcast settings and there were two: one was checked "allow all apps..." and the other had the "confirm" with Mail listed under the applications.
    So I figured it's so screwed up, I probably can't make it any worse, so I deleted the Internet Accounts and added Mail to the smtp.centurylink...:
    And......... it then worked! These default "internetaccounts" obviously aren't being recognized by Centurylink's server?
    And, to make sure that was it, I not only did the same thing on the Macbook, but also booted into a pristine "backup" fresh install (no added apps or files, just default OS), launched Mail and couldn't send. Launched Keychain, changed the apps to Mail, and I was able to send email.
    I would call that a bug? Or not? In any case, I'll be calling back Applecare and tell them to add the above to the very long log from yesterday and to make a note that "internetaccounts" doesn't work with everything.

  • Smtp server not responding

    imsimta version:-
    Sun Java(tm) System Messaging Server 6.1 (built Apr 28 2004)
    libimta.so 6.1 (built 13:10:36, Apr 28 2004)
    When I make some changes to the imta.cnf file,
    I get the following error
    18:17:57.85: Can't find channel in table
    in the file
    tcp_smtp_server.log-*
    (this file is in the log directory)
    The result of the above seems to be that though the smtp server is listening on port 25, as can be observed from
    netstat -an | grep *.25,
    yet when I do a "telnet localhost 25", the session
    gets hung.
    I see no reason why the smtp server is not responding.
    Can you give me any possible reason for it.
    thanks,
    Kamal.

    The configuration file is as follows:-
    ! IMTA configuration file
    ! part I : rewrite rules
    ! Domain Rewrite Rules.
    ! Uncomment this line to use domain rewrite rules
    ! from the configuration file instead of the domain database.
    ! Please refer to the iMS documentation for details.
    !<IMTA_TABLE:domains.rules
    ! Rules to select local users
    $* $A$E$F$U%[email protected]
    tapti.planetasia.com $U%[email protected]
    planetasia.com $U%[email protected]
    ! ims-ms
    .ims-ms-daemon $U%$H.ims-ms-daemon@ims-ms-daemon
    ! lmtp
    !.lmtp $U%$H@lmtpcs-daemon
    ! lmtpn
    !.lmtpn $U%$H@lmtpcn-daemon
    ! native
    .native-daemon $U%$H.native-daemon@native-daemon
    ! pipe
    .pipe-daemon $U%$H.pipe-daemon@pipe-daemon
    ! tcp_local
    ! Rules for top level internet domains
    <IMTA_TABLE:internet.rules
    ! tcp_intranet
    ! Do mapping lookup for internal IP addresses
    [] $E$R${INTERNAL_IP,$L}$U%[$L]@tcp_intranet-daemon
    .planetasia.com $U%$H.planetasia.com@tcp_intranet-daemon
    * $U%$&0.planetasia.com
    ! reprocess
    reprocess $U%reprocess.tapti.planetasia.com@reprocess-daemon
    reprocess.tapti.planetasia.com $U%reprocess.tapti.planetasia.com@reprocess-daemo
    n
    ! process
    process $U%process.tapti.planetasia.com@process-daemon
    process.tapti.planetasia.com $U%process.tapti.planetasia.com@process-daemon
    ! defragment
    defragment $U%defragment.tapti.planetasia.com@defragment-daemon
    defragment.tapti.planetasia.com $U%defragment.tapti.planetasia.com@defragment-da
    emon
    ! conversion
    conversion $U%conversion.tapti.planetasia.com@conversion-daemon
    conversion.tapti.planetasia.com $U%conversion.tapti.planetasia.com@conversion-da
    emon
    ! bitbucket
    bitbucket $U%bitbucket.tapti.planetasia.com@bitbucket-daemon
    bitbucket.tapti.planetasia.com $U%bitbucket.tapti.planetasia.com@bitbucket-daemo
    n
    ! deleted
    deleted-daemon $U%$H@deleted-daemon
    .deleted-daemon $U%$H@deleted-daemon
    ! inactive
    inactive-daemon $U%$H@inactive-daemon
    .inactive-daemon $U%$H@inactive-daemon
    ! hold
    hold-daemon $U%$H@hold-daemon
    .hold-daemon $U%$H@hold-daemon
    ! part II : channel blocks
    defaults notices 1 2 4 7 copywarnpost copysendpost postheadonly noswitchchannel
    immnonurgent maxjobs 7 defaulthost planetasia.com planetasia.com
    ! delivery channel to local /var/mail store
    l subdirs 20 viaaliasrequired maxjobs 7 pool LOCAL_POOL
    tapti.planetasia.com
    ! ims-ms
    ims-ms defragment subdirs 20 notices 1 7 14 21 28 backoff "pt5m" "pt10m" "pt30m"
    "pt1h" "pt2h" "pt4h" maxjobs 2 pool IMS_POOL fileinto $U+$S@$D
    ims-ms-daemon
    ! native
    native defragment subdirs 20 maxjobs 1
    native-daemon
    ! pipe
    pipe single defragment subdirs 20
    pipe-daemon
    ! tcp_local
    tcp_local smtp mx single_sys remotehost inner switchchannel identnonenumeric sub
    dirs 20 maxjobs 7 pool SMTP_POOL maytlsserver maysaslserver saslswitchchannel tc
    p_auth missingrecipientpolicy 0
    tcp-daemon
    ! tcp_intranet
    tcp_intranet smtp mx single_sys subdirs 20 dequeue_removeroute maxjobs 7 pool SM
    TP_POOL maytlsserver allowswitchchannel saslswitchchannel tcp_auth missingrecipi
    entpolicy 4
    tcp_intranet-daemon
    ! tcp_submit
    tcp_submit submit smtp mx single_sys mustsaslserver maytlsserver missingrecipien
    tpolicy 4
    tcp_submit-daemon
    ! tcp_auth
    tcp_auth smtp mx single_sys mustsaslserver missingrecipientpolicy 4
    tcp_auth-daemon
    ! tcp_tas
    tcp_tas smtp mx single_sys allowswitchchannel mustsaslserver maytlsserver delive
    ryflags 2
    tcp_tas-daemon
    ! tcp_lmtpss (LMTP server - store)
    !tcp_lmtpss lmtp subdirs 20
    !tcp_lmtpss-daemon
    ! tcp_lmtpsn (LMTP server - native)
    !tcp_lmtpsn lmtp subdirs 20
    !tcp_lmtpsn-daemon
    ! tcp_lmtpcs (LMTP client - store)
    !tcp_lmtpcs defragment lmtp port 225 nomx single_sys subdirs 20 maxjobs 7 pool S
    MTP_POOL dequeue_removeroute
    !lmtpcs-daemon
    ! tcp_lmtpcn (LMTP client - native)
    !tcp_lmtpcn defragment lmtp port 226 nomx single_sys subdirs 20 maxjobs 7 pool S
    MTP_POOL dequeue_removeroute
    !lmtpcn-daemon
    ! reprocess
    reprocess
    reprocess-daemon
    ! process
    process
    process-daemon
    ! defragment
    defragment
    defragment-daemon
    ! conversion
    conversion
    conversion-daemon
    ! bitbucket
    bitbucket
    bitbucket-daemon
    ! deleted
    deleted
    deleted-daemon
    ! inactive
    inactive
    inactive-daemon
    ! hold
    hold slave
    hold-daemon
    thanks.

  • When emailing from iPhoto I keep on getting 'server not responded' message.

    Would anyone be able to help with the issue I have with iPhoto. Every time I try to email photos directly from iPhoto I get this message 'server not responded'. I have the lates Mountain Lion OSX installed on MBA. Also, in addition to iCloud account I tried to add two more email accounts to iPhoto hoping that this might solve the problem, but it didn't. Would anyone have any ideas what I might be doing wrong?
    Thank you.

    Marius,
    set the mailer in the iPhoto Preferences to "Mail.app", not to "iPhoto"
    iPhoto > Preferences > General
              Email Photos using: Mail
    This way you will be able to mail your photos directly from iPhoto, but you cannot use the iPhoto cards; use the Mail Photo stationary instead, once the mail panel opens.
    For some reason mailing using iPhoto as Mailer works for me only, if I am mailing from my iCloud accoun,t and if Mail is set to use the iCloud account by default.
    Regards
    Léonie

  • I cannot access my email on i-pad or i-pod, get pop-up mail server not responding I have a problem with computer internrt

    I cannot access my email on i-pad or i-pod keep getting message server not responding although I am connected

    You need to go to options and switch back to classic

  • TS3899 iPhone 5 email will not send however emails sent via Pages or yahoo are sending ok? Help

    iPhone 5 email will not send however emails sent via Pages or yahoo are sending ok? Help

    I inserted the code and i am still getting the same error. Here's what i'm getting.
    Developer Details:
    E-mail couldn't be sent. Error returned: authentication failure [SMTP: Invalid response code received from server (code: 535, response: 5.7.3 Authentication unsuccessful)]. (EMAIL_FAILED)
    tNG Execution Trace - VIEW
    * tNG_insert.executeTransaction
    o STARTER.Trigger_Default_Starter
    o tNG_insert.doTransaction
    + BEFORE.Trigger_Default_FormValidation
    + BEFORE.Trigger_Registration_CheckUniqueUsername
    + BEFORE.Trigger_Registration_CheckPassword
    + BEFORE.Trigger_Registration_PrepareActivation
    + tNG_insert.prepareSQL
    + tNG_insert.executeTransaction - execute sql
    + tNG_insert.postExecuteSql
    + AFTER.Trigger_Registration_AddDynamicFields
    Error--> + AFTER.Trigger_ActivationEmail*
    + ERROR.Trigger_Default_Insert_RollBack
    * tNG_insert.getRecordset
    * tNG_insert.getFakeRsArr
    * tNG_insert.getLocalRecordset
    * tNG_insert.getFakeRecordset
    * tNG_insert.getFakeRecordset
    Are there any other file I can alter for authentication? Or perhaps i need to insert the code sting I was given into another file?

  • Exchange Server not responding - please try later

    Hi there
    Can anyone please help with my E75.
    I have had the phone over a year and since day 1 it has syncd perfectly well with my Outlook at work.
    Until a couple of days ago!!!
    Since then, it has refused to sync my calendar and contacts. It is still syncing e mail but about half way through the syncing process (once it has synced the e mails) I get the error message “exchange server not responding – please try later”.
    I have asked my work IT helpdesk but they have said speak to the mobile provider. They also said there’s nothing wrong with their servers but I got the feeling they hadn’t really checked.
    My problem is that I don’t know where to start.
    Is the problem to do with:-
    My phone?
    Its settings?
    Orange’s servers?
    My work’s servers?
    Nokia’s servers?
    I’m confused – please help.
    Ps I can’t believe it is my phone's settings as I haven’t changed these and it worked fine for a year. And, anyway, my credentials must be ok because it is still syncing my e mails.
    Thanks in advance
    Ian

    hi
    as i am still facing this problem also from couple of day one of my customers was complaining about yahoo messenger version 9 couldnt sign in after i make good troubleshooting i fond a massage in yahoo site and the massage is '
    Yahoo! Search Search:
    Welcome, ksatcw[Sign Out, My Account]
    • Messenger Home -
    • Help
    • Go Back to Yahoo! Messenger
    Yahoo! Messenger > Yahoo! Messenger > Messenger9 > Messenger
    Is my “Use Proxies – Enable HTTP Proxy” setting the reason why I can’t sign into the Yahoo! Messenger Beta?
    Yes. If your connection to the internet requires proxy authentication, then you won't be able to sign in with the current version of Yahoo! Messenger Beta. Instead, we recommend using Messenger version 8.1 for now. Sorry for the inconvenience! And thanks for reaching out early for the Beta. We’ll get this resolved as soon as possible.
    Email this page Print this page
    Was this article helpful?
    Yes
    No
    Contact Customer Care Click to contact Customer Care for further assistance.
    Top Questions
    • Questions about the closure of Yahoo! Messenger version 5.6?
    • Why do I need to upgrade to Yahoo! Messenger 9.0 if I have a firewall?
    • How do I install Yahoo! Messenger?
    • How do I configure my firewall/proxy server?
    Yahoo! Messenger crashes when I launch it.
    but if i disable my proxy the working fine without any problem and what i think is yahoo service the change some settings which not compatible with proxy settings or server .

  • Mail server not responding, have checked details in mail settings, i pkone 4s

    Mail server not responding, have checked my details, help

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this: Delete the account in Mail and then set it up again.
     Cheers, Tom

  • With 3g, I keep getting "server not responding" on my iPad2...what do I do?

    at home, where I do not have WIFI, I have been unsuccessful for the last day to get an internet connection via 3G. Getting emails is  not a problem, but when I try to access the internet, all I get is "server not responding".....do I contact ATT or is there something else I can try?  This problem appeared out of the blue.

    If you have a very slow 3 g signal, or worse, a signal so bad that it falls back to 2 g or edge, many servers will time out before you can get the data.  There are some apps that will let you test your connection speed, such as speed test. 
    If you are in a real congested area, or wayyyy out in the sticks, this may be the problem.  A good way to test is to goto a known good signal area, like a starbucks, join their wifi, and see if the pages work.  Then leave the wifi, but in a known good 3 g area, see if the it is better. 

  • TCL SMTP server not avalable

    Hello I use SMTP notification over EEM TCL.
    All work fine. But I need found way resend email message then WAN channel was down or SMTP server not working.
    Can it possible?

    There is no built-in code to do this, so you will need to design your own solution.  It is possible to do, though.  For example, you could cache the message to a file on flash and have an EEM policy periodically wake up to see if the file exists.  If it does, try to send the email, and if successful, delete the file.

  • Problem with premiere and encore export, Adobe QT32 Server (Not Responding)

    I could help.
    When exporting to Encore or Premiere, the program block.
    In the Activity Monitor shows me these two errors:
    Adobe QT32 Server (Not Responding)
    PPro Headless (Not Responding)
    Technical Specifications:
    MAC OS X 10.9.5
    Adobe Suite CS6
    graphics card: AJA KONA LHi
    Can you help me please
    Thank You

    Have you checked out this post from Adobe?  I know it says for After Effects but it definitely applies to Premiere too.  We have some AJA cards whose components in /library/QuickTime were causing similar Adobe QT32 server hangups; removing them solved our issue but also broke compatibility with older apps like FCP 7.

  • Hi I am using an iphone 4 and its was working fine.  Presently its giving browsing error.  Whenever I am trying to browse internet by using safari or any other browser it retruns with "server not responding" Can somebody give me a solution for this ?

    Hi I am using an iphone 4 and its was working fine.  Presently its giving browsing error.  Whenever I am trying to browse internet by using safari or any other browser it retruns with an error message "server not responding" Even the same thing is happening with youtube also. The worst part is am able to check my mails, able to chat and so on... only thing not able to browse through the browser.  I have tried restore option also.  This is happening with both Wlan and Data con. too
    Please help...

    I do not really know much about this kind of problem, but i may be your internet connection.
    If you are on your own #G network then:
    Go to Settings > then enable "Airplane Mode". Count to 10 and then disable it.
    Then wait patiently until you get a good connection and then try again.
    If you are on a nearby Wi-Fi connection then:
    Go to Settings > Wi-Fi > then disable then enable after counting to 10. Make sure that you are connected and then try again.
    If all else fails, then you need to contact your provider for assistance.
    Sprint:888-211-4727
    AT&T:?
    Verizon:?

  • ACC Setup Error - Remote Server not Responding in the Proper Manner - Windows 7 Pro

    Hello -
    I was able to install the CC upgrades to all my software on my laptop without issue. Whenever I try to upgrade them on my desktop I recieve the attached error. I am running Windows 7 Professional. My guess this is being caused my my company's firewall however my IT director claims he set me up to bypass the firewall when trying to install this.
    Thank you for your help.

    Hi Mike603,
    Please refer to the following help document on error " Remote Server not responding".
    http://helpx.adobe.com/creative-suite/kb/remote-server-responding-installing-aam.html
    Hope this helps.
    Please let me know in case of any problem.
    Regards,
    Sumit Singh

  • TS4006 Phone deactivated  -  My iphone 5 has on its' own de-activated itself.  It requires my apple id and password to re-activate.  Upon this command, I press next, to which it says: server not responding.  Rendering my phone useless...please help

    Iphone de-activated itself  -  it won't accept the ID and password as it says:  server not responding, rendering the phone useless...please help

    i'm in the same situation. waiting for an answer.

  • Mail server not responding. Need help how to verify my account

    Mail server not responding. Need help how to verify my account

    There are instructions on this page for how to create a new account without giving credit card details (the instructions won't work with existing accounts) : http://support.apple.com/kb/HT2534
    Unless an account is created via those instructions then credit card details will need to be entered on it before the account can be used.

Maybe you are looking for