John Schmerold

  • Total activity 101
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 25

Posts

Recent activity by John Schmerold Recent activity Votes
  • Calendars and Contacts

  • One account two domains

    We have a client with two domains, domain2.com is configured as an alias and has its own email addresses. The client had been hosting

  • Easy Apache is stuck on Downloading

    An hour ago, I followed these instructions:

  • Three DKIM DNS Records

    When I setup my accounts for DKIM using this little snipit: for i in `ls /var/cpanel/users` ;do /usr/local/cpanel/bin/dkim_keys_install $i ;done The domains end up with three DKIM TXT records defa...

  • Certificate Intermediates

    Our website certificates work fine in Chrome & IE, Firefox reports: "This Connection is Untrusted You have asked Firefox to connect securely to katy.com, but we can't confirm that your connection i...

  • Changing the Sending IP for Outbound Mailman email

    I have been studying [url=http://docs.cpanel.net/twiki/bin/view/AllDocumentation/WHMDocs/EximDifferentIps]Changing the Sending IP for Outbound Email in Exim to find a way to use its techniques to s...

  • List of all hosted email addresses

    This four liner produces a list of your email addresses, it is helpful if you are using an external spam filter #!/bin/bash find /etc/valiases/* -type f | xargs -ifile sed -e 's/:.*//' file > /us...

  • Odd spam - looks as if directly injected via IMAP

    Lately, I have been getting odd spam, not many a few every couple of days. What's odd is that these messages seem to be bypassing EXIM and going directly into my inbox. Any idea what could be happe...

  • All deliveries are handled by MailScanner

    We are experiencing the situation where emails are stuck in the Pending Queue. When we try re-sending the message, the error message is: All deliveries are handled by MailScanner After searching a...

  • Lots of email

    I have a couple clients with large mail storage requirements. If we mount an additional drive whose job it is to store these clients' message stores, is it as simple as this: mkdir /big/home/exam...