Ezmlm Related Stuff: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
(Created page with "If you're getting errors about the address not being in the To: or CC: lines, enable the -T flag in your list file: edit your listfile (/home/vpopmail/domains/yourdomain.com/.qmail-yourlist) Change this line: |/usr/bin/ezmlm-reject '/home/vpopmail/domains/yourdomain.com/yourlist' To this: |/usr/bin/ezmlm-reject -T '/home/vpopmail/domains/yourdomain.com/yourlist'")
 
(Created page with "If you're getting errors about the address not being in the To: or CC: lines, enable the -T flag in your list file: edit your listfile (/home/vpopmail/domains/yourdomain.com/.qmail-yourlist) Change this line: |/usr/bin/ezmlm-reject '/home/vpopmail/domains/yourdomain.com/yourlist' To this: |/usr/bin/ezmlm-reject -T '/home/vpopmail/domains/yourdomain.com/yourlist'")
 
(No difference)

Latest revision as of 10:47, 16 March 2024

If you're getting errors about the address not being in the To: or CC: lines, enable the -T flag in your list file:

edit your listfile (/home/vpopmail/domains/yourdomain.com/.qmail-yourlist)

Change this line:

|/usr/bin/ezmlm-reject '/home/vpopmail/domains/yourdomain.com/yourlist'

To this:

|/usr/bin/ezmlm-reject -T '/home/vpopmail/domains/yourdomain.com/yourlist'