How to stop rembak sending mail...?

Ask a Question related to AIX, Design and Development.

  1. #1

    Default How to stop rembak sending mail...?

    Hi,

    we are using lots (>5000) of remote printers defined in /etc/qconfig and all
    of them use "/usr/lib/lpd/rembak" as backend. If there is something wrong
    with the remote printer rembak tries to send a status report per mail to the
    user, and because there is no such an user account, thousands of mails per
    day are filling Postmaster's Inbox.

    Is there a possibility to stop rembak from sending mails? Or how can we get
    rid of all those mails without losing any important mail sent to Postmaster?

    Here is an example of the original rembak-Mail (It's in german):

    Nachricht vom Warteschlangensystem:

    : (WARNUNG) 0781-375 Verbindung zu Server fehlgeschlagen.
    rembak: errno = 4: Ein Systemaufruf hat eine Unterbrechung empfangen.


    Thanks a lot in advance.

    Best regards,
    Andreas.


    Andreas Lieser Guest

  2. Similar Questions and Discussions

    1. Sending streaming recorded FLV to end and stop
      I'm having a surprisingly hard time doing this. I have a recorded FLV which multiple users are simultaneously pushed into starting via a NetStream,...
    2. Sending a recordset from CF to Flash: Stop thecapitalization!
      Hi there, I've seen a few posts with suggestions on how to deal with this issue. Most talk about using array notation to describe keys. I sort...
    3. sending mail without the mail client popping up
      hi! I was wondering how I could send a mail without the mail client popping up to the user. I would like a mail to be sent to myself when...
    4. #25357 [Com]: Mail() function is loosing cahracters when sending mail
      ID: 25357 Comment by: dj_canard at yahoo dot com Reported By: pjsmith at microtech dot co dot gg Status: Bogus...
    5. #25357 [NEW]: Mail() function is loosing cahracters when sending mail
      From: pjsmith at microtech dot co dot gg Operating system: Windows 2003, IIS, ISAPI PHP version: 4.3.3 PHP Bug Type: *Mail...
  3. #2

    Default how to stop rembak?

    hey

    I am not sure how to stop emails with rembak, but....

    here is how to stop emails from being sent to the end user from most other backends except rembak

    step #1 - create entry in /etc/aliases, "nobody: /dev/null"

    step #2 - from UNIX command prompt, type lsvirprt, use up and down arrows to scroll to the print queue that you are wanting to stop emails from being sent, and enter the line number (from the column on the left)

    step #3 -

    To LIST attributes, enter AttributeName1 ... (* for all attributes)
    To CHANGE an attribute value, enter AttributeName=NewValue
    To FORMAT and EDIT an attribute value, enter AttributeName~v
    To EDIT the attribute file, enter ~v
    To terminate, press Enter:

    enter "A=0" and then press Enter

    then enter "si=nobody" and then press Enter

    at the next prompt, just hit Enter again to return to the UNIX prompt

    step #4 - repeat for all your (non-rembak) printers that you wish to stop emails from being sent

    if you have already figured out how to stop emails with printers that use rembak, can you post that solution?

    thanks
    Unregistered Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139