Skip to content

Option to disable SMTP creds #1

@cron410

Description

@cron410

I have an old camera system and copier that are the only devices using this mail relay. They do not have an option for SMTP passwords. I was able to do a dirty hack and edit your entrypoint.sh to remove the following code:

[ -z "$SMTP_LOGIN" -o -z "$SMTP_PASSWORD" ] && {
	echo "SMTP_LOGIN and SMTP_PASSWORD _must_ be defined" >&2
	exit 1
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions