Advertisement
Guest User

ganda

a guest
Apr 14th, 2010
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.31 KB | None | 0 0
  1. [root@cent ~]# ping mail.grandecom.net
  2. PING mail.grandecom.net (66.90.130.75) 56(84) bytes of data.
  3. 64 bytes from mx3.lsn.net (66.90.130.75): icmp_seq=1 ttl=59 time=28.9 ms
  4. 64 bytes from mx3.lsn.net (66.90.130.75): icmp_seq=2 ttl=59 time=28.7 ms
  5. 64 bytes from mx3.lsn.net (66.90.130.75): icmp_seq=3 ttl=59 time=15.0 ms
  6.  
  7. --- mail.grandecom.net ping statistics ---
  8. 3 packets transmitted, 3 received, 0% packet loss, time 2109ms
  9. rtt min/avg/max/mdev = 15.083/24.249/28.941/6.483 ms
  10. [root@cent ~]# nslookup mail.grandecom.net
  11. Server:         192.168.1.1
  12. Address:        192.168.1.1#53
  13.  
  14. Name:   mail.grandecom.net
  15. Address: 66.90.130.75
  16. Name:   mail.grandecom.net
  17. Address: 66.90.130.73
  18. Name:   mail.grandecom.net
  19. Address: 66.90.130.74
  20.  
  21. [root@cent ~]# telnet mail.grandecom.net 25
  22. Trying 66.90.130.75...
  23. Connected to mail.grandecom.net (66.90.130.75).
  24. Escape character is '^]'.
  25. 220 mx3.lsn.net ESMTP Grandemail 8.13.5/8.13.5; Wed, 14 Apr 2010 11:48:55 -0500
  26. ehlo mail.grandecom.net
  27. 250-mx3.lsn.net Hello 24-155-13-116.dyn.grandenetworks.net [24.155.13.116], pleased to meet you
  28. 250-ENHANCEDSTATUSCODES
  29. 250-PIPELINING
  30. 250-8BITMIME
  31. 250-SIZE 50000000
  32. 250-DSN
  33. 250-ETRN
  34. 250-DELIVERBY
  35. 250 HELP
  36. quit
  37. 221 2.0.0 mx3.lsn.net closing connection
  38. Connection closed by foreign host.
  39. [root@cent ~]# postconf -n
  40. alias_database = hash:/etc/aliases
  41. alias_maps = hash:/etc/aliases
  42. command_directory = /usr/sbin
  43. config_directory = /etc/postfix
  44. content_filter = amavisfeed:[127.0.0.1]:10024
  45. daemon_directory = /usr/libexec/postfix
  46. debug_peer_level = 2
  47. home_mailbox = Maildir/
  48. html_directory = no
  49. inet_interfaces = all
  50. mail_owner = postfix
  51. mailq_path = /usr/bin/mailq.postfix
  52. manpage_directory = /usr/share/man
  53. mydestination = gandacomputers.com, localhost.gandacomputers.com, localhost
  54. mydomain = gandacomputers.com
  55. myhostname = mail.gandacomputers.com
  56. mynetworks = 192.168.1.0/24, 127.0.0.0/8, 24.155.13.0/23
  57. myorigin = gandacomputers.com
  58. newaliases_path = /usr/bin/newaliases.postfix
  59. queue_directory = /var/spool/postfix
  60. readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
  61. relayhost = [mail.grandecom.net]:25
  62. sample_directory = /usr/share/doc/postfix-2.3.3/samples
  63. sendmail_path = /usr/sbin/sendmail.postfix
  64. setgid_group = postdrop
  65. smtpd_banner = $myhostname ESMTP $mail_name
  66. unknown_local_recipient_reject_code = 550
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement