Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C cl-smtp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cl-smtp
  • cl-smtp
  • Issues
  • #7
Closed
Open
Issue created Feb 16, 2021 by x0r@xtab

HELO commands ignore :local-hostname parameter to send-email

The smtp-handshake function uses the supplied local-hostname keyword parameter when sending an EHLO command, but uses (usocket::get-host-name) directly for HELO commands.

This causes sending e-mails to fail on my setup, because my Postfix server is configured to reject HELO with non-FQDN names (reject_non_fqdn_hostname). This happens despite supplying a fully-qualified :local-hostname to send-email.

Assignee
Assign to
Time tracking