Revision [3495]
Last edited on 2009-08-19 19:23:15 by WikiAdminAdditions:
# address test mode
> sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter
3,0 user@domain.com
> sendmail -bt
ADDRESS TEST MODE (ruleset 3 NOT automatically invoked)
Enter
3,0 user@domain.com
Revision [3494]
Edited on 2009-08-19 19:12:05 by WikiAdminAdditions:
# verify an alias
sendmail -bv -c some-alias
some-others@gmail.com... deliverable: mailer relay, host mailsorter.foo.com, user some-others@gmail.com
sendmail -bv -c some-alias
some-others@gmail.com... deliverable: mailer relay, host mailsorter.foo.com, user some-others@gmail.com
Revision [1943]
Edited on 2008-09-11 02:07:01 by WikiAdminAdditions:
# flush the mail queue now
sendmail -OTimeout.hoststatus=0m -q -v
sendmail -OTimeout.hoststatus=0m -q -v
Deletions:
sendmail -q -v
Revision [1942]
Edited on 2008-09-11 02:03:47 by WikiAdminAdditions:
===useful commands===
# printout sendmail processes
sendmail -q -v
# printout sendmail processes
sendmail -q -v
Revision [1030]
Edited on 2007-10-12 01:32:30 by WikiAdminAdditions:
=== Sendmai startup options===
The following starts up sendmail in background, and writes a very detail debug log.
/usr/lib/sendmail -bd -X /var/log/mail.log -oL9 &
The following starts up sendmail in background, and writes a very detail debug log.
/usr/lib/sendmail -bd -X /var/log/mail.log -oL9 &
Revision [987]
Edited on 2007-09-28 19:15:04 by WikiAdminAdditions:
==Read==
Domainkeys with dk-milter http://www.elandsys.com/resources/sendmail/domainkeys.html
Domainkeys with dk-milter http://www.elandsys.com/resources/sendmail/domainkeys.html
Revision [857]
Edited on 2007-08-09 01:40:53 by WikiAdminAdditions:
==[[SendmailMailFrom Use sendmail to change sender address]]==
Revision [851]
Edited on 2007-08-09 00:22:30 by WikiAdminAdditions:
==[[SendmailAdmin Excellent admin reference]]==
Deletions:
Revision [481]
Edited on 2007-05-06 21:03:38 by WikiAdminAdditions:
=== Configuring smart host===
Smart host is the SMTP server to route all non-local mails to. If enabled, MTA will not try to query the smtp server for each domain, instead, all non-local mails will be delivered to the smart host. In sendmail, smart host can be configured by adding the SMART_HOST directive to sendmail.mc (then use m4 to produce sendmail.cf). If the smart host does not have a FQDN, surround the IP address with [].
define(`SMART_HOST',`SMTP:[63.131.146.34]')dnl
dnl # or
define(`SMART_HOST',`SMTP:smtp.myisp.com')dnl
Smart host is the SMTP server to route all non-local mails to. If enabled, MTA will not try to query the smtp server for each domain, instead, all non-local mails will be delivered to the smart host. In sendmail, smart host can be configured by adding the SMART_HOST directive to sendmail.mc (then use m4 to produce sendmail.cf). If the smart host does not have a FQDN, surround the IP address with [].
define(`SMART_HOST',`SMTP:[63.131.146.34]')dnl
dnl # or
define(`SMART_HOST',`SMTP:smtp.myisp.com')dnl
Revision [208]
Edited on 2007-04-16 08:04:13 by WikiAdminAdditions:
%%(bash)
Revision [152]
Edited on 2007-04-14 22:04:12 by WikiAdminAdditions:
{{parent page="Mail"}}