Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
github.com/digibib/gosmtpd
A server that accepts smtp request and saves the emails in memory for later retrieval.
usage: gosmtpd [<flags>]
Flags:
--help Show help (also see --help-long and --help-man).
--webport=WEBPORT Port the web server should run on (Default: 8000)
--hostname="localhost"
Hostname for the smtp server to listen to
--port="2525" Port for the smtp server to listen to
--forwardhost=FORWARD_HOST
The hostname after the @ that we should forward i.e. gmail.com
--forwardsmtp=FORWARD_SMTP
SMTP server to forward the mail to
--forwardport=FORWARD_PORT
The port on which email should be forwarded (Default: 25)
--forwarduser=FORWARD_USER
The username for the forward host
--forwardpassword=FORWARD_PASSWORD
Password for the user
--mailexpiration=300
Time in seconds for a mail to expire, and be removed from database
--version Show application version.
Returns a 200 if the service is up
List all mails
List all email for a given email address
Get an email by id
Delete all mails for a given email
Delete a email via the id
You can install it by doing
docker pull sorenmat/gosmtpd
docker start sorenmat/gosmtpd
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.