module.exports = function smtpMailboxUnavailable(mail, smtp) {
  logger.error(
    '[%s] Send smtp [550]'
    , smtp.session.id
  );