Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

in debian the smtp binary has a slightly different path #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 2, 2022

  1. in debian the smtp binary has a slightly different path

    When I was trying to set this up I blindly copied the contents of the smtp_tor script. I was then getting an error when postfix was calling out to it:
    
    ~~~
    Nov  1 23:14:54 bahr postfix/master[34566]: warning: process /usr/lib/postfix/sbin/smtp_tor pid 41692 exit status 1
    Nov  1 23:14:54 bahr postfix/master[34566]: warning: /usr/lib/postfix/sbin/smtp_tor: bad command startup -- throttling
    ~~~
    
    The path to the `smtp` binary was wrong for a default debian install so torsocks couldn't do anything useful.
    lelutin authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    fe50742 View commit details
    Browse the repository at this point in the history