justjaph

  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Posts

Recent activity by justjaph Recent activity Votes
  • Exim rule to deny spoofed senders

    Hi. I'd like to add something like: deny message = The sender name must be the same as the login id condition = ${if eq{${domain:$sender_address}}{${domain:$authenticated_id}}{no}{yes}} to the e...

  • Max defers and failures per hour

    I'm getting the message "Domain domain.dom has exceeded the max defers and failures per hour (5/5 (100%)) allowed. Message discarded." on my exim logs. As I've activated that option, all should be...

  • Setting minimum password strenght via script ?

    Hi all. Is there any way to change the minimum password strenght via command line ? Doing it on server by server basis via WHM is a bit painful ... Best regards, ./J

  • Route all *BUT* dedicated IP addresses through smarthost

    Hi all. I need to route all outbound email through a smart host but not the email that comes from the clients/resellers that have dedicate IP addresses. Using a suggestion found somewhere else, t...