As root you can redeliver all mail in the mail server queue via:
sendmail -v -q
resend all mails in sendmail queueSubmitted by sandip on Sun, 07/11/2010 - 23:31.As root you can redeliver all mail in the mail server queue via: sendmail -v -qPlesk email users and passwordsSubmitted by sandip on Wed, 06/09/2010 - 14:42.Below is sql, if you ever need to test out your users email accounts on plesk server: mysql> use psaUsing a .forward to send mail to multiple accountsSubmitted by sandip on Thu, 05/06/2010 - 14:00.If you put multiple addresses in a .forward file, a copy will be sent to each. remoteuser1@domain.tld, remoteuser2@domain.tld, remoteuser3@domain.tld If you want to keep a copy of each message in the original account without causing a .forward infinite loop, put a backslash in front of the account name. \localuser, remoteuser1@domain.tld, remoteuser2@domain.tld, remoteuser3@domain.tld sendmail access.db by exampleSubmitted by sandip on Wed, 02/06/2008 - 00:02.The sendmail access database file can be created to accept or reject mail from selected domains. Since "/etc/mail/access" is a database, after creating the text file, use makemap to create the database map. # makemap hash /etc/mail/access.db < /etc/mail/accessBelow is what my access file currently looks like and can be used as a starting point. All internal addresses have been changed except for spammers!! # by default we allow relaying from localhost... localhost.localdomain RELAY localhost RELAY 127.0.0.1 RELAY # Allow Connect from local server IPs Connect:207.44.206.144 OK # Accept Mail # accept mail from PayPal paypal.com OK # Reject Mail posterclub@e.allposters.com REJECT posterclub@email.allposters.com REJECT plastmarket.com REJECT jr@jrtr.org REJECT 7b2.606@fe01.atl2.webusenet.com REJECT mysoldpad.com REJECT # Discard Mail 1and1-private-registration.com DISCARD # forum admin mails: fictionaluser@gmail.com DISCARD # Reject full mailbox fictionaluser@linuxweblog.com ERROR:4.2.2:450 mailbox full fictionaluser@linuxweblog.net REJECT # Blacklist recipients linuxweblog.net ERROR:550 That host does not accept mail # Spam friend domains: exempt domains from dnsbl list checking Spam:linuxweblog.org FRIEND # Spam friend users: exempt email users from dnsbl list checking # example: # Spam:user@domain.tld FRIEND # clients Spam:fictionalclient@hotmail.com FRIEND # Auto REJECT via hourly cron added below |
User loginRecent blog posts
Who's onlineThere are currently 0 users and 30 guests online.
|