You must login to view /lordwelch/chasquid/src/commit/1d7a207e00f2e2419737b974b3a80f3ef45f6d85/cmd/smtp-check.
The GitHub option should be usable for most people, it only links via username.

Files
chasquid/cmd/chasquid-util/test_general.cmy
Albert ARIBAUD fa074ec16c chasquid-util: switch --configdir into --config_dir and deprecate --configdir
There's an inconsistency between chasquid (which uses `--config_dir`) and
chasquid-util (which uses `--configdir`).

That is prone to cause confusion, so this patch renames chasquid-util's
flag, leaving the old one as deprecated with a warning message.

Closes https://github.com/albertito/chasquid/pull/60.

Amended-by: Alberto Bertogli <albertito@blitiri.com.ar>
  Added test case for the deprecated option, adjusted commit message.
2025-03-31 09:19:45 +01:00

30 lines
800 B
Plaintext

# --help
c = ./chasquid-util --config_dir=.config --help
c <-
c <- Usage:
c wait 0
# print-config
c = ./chasquid-util -C=.config print-config
c <~ hostname: +".*"
c <~ max_data_size_mb: +50
c <~ smtp_address: +"systemd"
c <~ submission_address: +"systemd"
c <~ submission_over_tls_address: +"systemd"
c <~ mail_delivery_agent_bin: +"maildrop"
c <~ mail_delivery_agent_args: +"-f"
c <~ mail_delivery_agent_args: +"%from%"
c <~ mail_delivery_agent_args: +"-d"
c <~ mail_delivery_agent_args: +"%to_user%"
c <~ data_dir: +".data"
c <~ suffix_separators: +"\+"
c <~ drop_characters: +"\."
c <~ mail_log_path: +"<syslog>"
c wait 0
# Deprecated --configdir.
c = ./chasquid-util --configdir=.config print-config
c <- Option --configdir is deprecated, use --config_dir instead
c <~ hostname: +".*"
c wait 0