Advertisement
Guest User

Untitled

a guest
Aug 27th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1.  
  2. # apt install sendmail
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. The following additional packages will be installed:
  7. procmail sendmail-base sendmail-bin sendmail-cf sensible-mda
  8. Suggested packages:
  9. sendmail-doc rmail logcheck sasl2-bin
  10. The following NEW packages will be installed:
  11. procmail sendmail sendmail-base sendmail-bin sendmail-cf sensible-mda
  12. 0 upgraded, 6 newly installed, 0 to remove and 2 not upgraded.
  13. Need to get 1,919 kB of archives.
  14. After this operation, 4,213 kB of additional disk space will be used.
  15. Do you want to continue? [Y/n]
  16. Get:1 http://cdn-fastly.deb.debian.org/debian sid/main amd64 sendmail-base all 8.15.2-11 [343 kB]
  17. Get:2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 sendmail-cf all 8.15.2-11 [291 kB]
  18. Get:3 http://cdn-fastly.deb.debian.org/debian sid/main amd64 sendmail-bin amd64 8.15.2-11 [695 kB]
  19. Get:4 http://cdn-fastly.deb.debian.org/debian sid/main amd64 procmail amd64 3.22-26 [142 kB]
  20. Get:5 http://cdn-fastly.deb.debian.org/debian sid/main amd64 sensible-mda amd64 8.15.2-11 [225 kB]
  21. Get:6 http://cdn-fastly.deb.debian.org/debian sid/main amd64 sendmail all 8.15.2-11 [223 kB]
  22. Fetched 1,919 kB in 3s (641 kB/s)
  23. Selecting previously unselected package sendmail-base.
  24. (Reading database ... 1536936 files and directories currently installed.)
  25. Preparing to unpack .../0-sendmail-base_8.15.2-11_all.deb ...
  26. Unpacking sendmail-base (8.15.2-11) ...
  27. Selecting previously unselected package sendmail-cf.
  28. Preparing to unpack .../1-sendmail-cf_8.15.2-11_all.deb ...
  29. Unpacking sendmail-cf (8.15.2-11) ...
  30. Selecting previously unselected package sendmail-bin.
  31. Preparing to unpack .../2-sendmail-bin_8.15.2-11_amd64.deb ...
  32. Unpacking sendmail-bin (8.15.2-11) ...
  33. Selecting previously unselected package procmail.
  34. Preparing to unpack .../3-procmail_3.22-26_amd64.deb ...
  35. Unpacking procmail (3.22-26) ...
  36. Selecting previously unselected package sensible-mda.
  37. Preparing to unpack .../4-sensible-mda_8.15.2-11_amd64.deb ...
  38. Unpacking sensible-mda (8.15.2-11) ...
  39. Selecting previously unselected package sendmail.
  40. Preparing to unpack .../5-sendmail_8.15.2-11_all.deb ...
  41. Unpacking sendmail (8.15.2-11) ...
  42. Setting up procmail (3.22-26) ...
  43. Setting up sendmail-base (8.15.2-11) ...
  44. adduser: Warning: The home directory `/var/lib/sendmail' does not belong to the user you are currently creating.
  45. update-inetd: warning: cannot add service, /etc/inetd.conf does not exist
  46. update-inetd: warning: cannot add service, /etc/inetd.conf does not exist
  47. update-inetd: warning: cannot add service, /etc/inetd.conf does not exist
  48. update-inetd: error: --group is only relevant with --add
  49. dpkg: error processing package sendmail-base (--configure):
  50. installed sendmail-base package post-installation script subprocess returned error exit status 255
  51. Processing triggers for systemd (239-7) ...
  52. Setting up sendmail-cf (8.15.2-11) ...
  53. Processing triggers for man-db (2.8.4-2) ...
  54. dpkg: dependency problems prevent configuration of sendmail-bin:
  55. sendmail-bin depends on sendmail-base (= 8.15.2-11); however:
  56. Package sendmail-base is not configured yet.
  57.  
  58. dpkg: error processing package sendmail-bin (--configure):
  59. dependency problems - leaving unconfigured
  60. dpkg: dependency problems prevent configuration of sensible-mda:
  61. sensible-mda depends on sendmail-bin | mail-transport-agent; however:
  62. Package sendmail-bin is not configured yet.
  63. Package mail-transport-agent is not installed.
  64. Package sendmail-bin which provides mail-transport-agent is not configured yet.
  65.  
  66. dpkg: error processing package sensible-mda (--configure):
  67. dependency problems - leaving unconfigured
  68. dpkg: dependency problems prevent configuration of sendmail:
  69. sendmail depends on sendmail-base; however:
  70. Package sendmail-base is not configured yet.
  71. sendmail depends on sendmail-bin; however:
  72. Package sendmail-bin is not configured yet.
  73. sendmail depends on sensible-mda; however:
  74. Package sensible-mda is not configured yet.
  75.  
  76. dpkg: error processing package sendmail (--configure):
  77. dependency problems - leaving unconfigured
  78. Errors were encountered while processing:
  79. sendmail-base
  80. sendmail-bin
  81. sensible-mda
  82. sendmail
  83. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement