Revision [3495]

Last edited on 2009-08-19 19:23:15 by WikiAdmin
Additions:
# address test mode
> 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 WikiAdmin
Additions:
# verify an alias
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 WikiAdmin
Additions:
# flush the mail queue now
sendmail -OTimeout.hoststatus=0m -q -v
Deletions:
# printout sendmail processes
sendmail -q -v


Revision [1942]

Edited on 2008-09-11 02:03:47 by WikiAdmin
Additions:
===useful commands===
# printout sendmail processes
sendmail -q -v


Revision [1030]

Edited on 2007-10-12 01:32:30 by WikiAdmin
Additions:
=== 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 &


Revision [987]

Edited on 2007-09-28 19:15:04 by WikiAdmin
Additions:
==Read==
Domainkeys with dk-milter http://www.elandsys.com/resources/sendmail/domainkeys.html


Revision [857]

Edited on 2007-08-09 01:40:53 by WikiAdmin
Additions:
==[[SendmailMailFrom Use sendmail to change sender address]]==


Revision [851]

Edited on 2007-08-09 00:22:30 by WikiAdmin
Additions:
==[[SendmailAdmin Excellent admin reference]]==
Deletions:
{{adsense}}


Revision [481]

Edited on 2007-05-06 21:03:38 by WikiAdmin
Additions:
=== 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


Revision [208]

Edited on 2007-04-16 08:04:13 by WikiAdmin
Additions:
%%(bash)


Revision [152]

Edited on 2007-04-14 22:04:12 by WikiAdmin
Additions:
{{parent page="Mail"}}


Revision [61]

The oldest known version of this page was created on 2007-04-14 09:01:09 by WikiAdmin
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki