Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Use Postfix (SMTP) server
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Joseph Hesse  
View profile  
 More options Nov 4 2012, 3:47 pm
Newsgroups: comp.mail.mutt
From: Joseph Hesse <j...@gmail.com>
Date: Sun, 04 Nov 2012 14:47:30 -0600
Local: Sun, Nov 4 2012 3:47 pm
Subject: Use Postfix (SMTP) server
Hi,

I just set up a virtual Postix/Dovecot/MySQL server serving multiple
domains.

The MySQL database has a table of each "user@domain".  Each
"user@domain" can receive email sent from an email client.

I read these emails with:
$ mutt -f imaps://user@dom...@mail.myserver.com
mutt prompts for a password.

Is there a command line for mutt so I can send email from a
"user@domain" in the database to an arbitrary email address?

Thank you,
Joe


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Fredrik Jonson  
View profile  
 More options Nov 5 2012, 2:56 am
Newsgroups: comp.mail.mutt
From: Fredrik Jonson <fred...@jonson.org>
Date: 5 Nov 2012 07:56:16 GMT
Local: Mon, Nov 5 2012 2:56 am
Subject: Re: Use Postfix (SMTP) server

Joseph Hesse wrote:
>  I just set up a virtual Postix/Dovecot/MySQL server serving multiple
>  domains. [...] Is there a command line for mutt so I can send email from
>  a "user@domain" in the database to an arbitrary email address?

Do you merely want a different address in the "From" header of the outgoing
mail?

 mutt -e 'set realname="Mr Foo";set from=...@example.org' b...@example.com

If you want the other headers to reflect the user too, you want to configure
the smtp-url, and remember to configure postfix to accept submissions too.

 mutt -e 'set smtp_url="smtp://...@mail.example.org:587/"' ...

And if you do not want to remember these cryptic parameters, a convenient
way to handle multiple identities is mutt's folder hooks.

http://www.mutt.org/doc/manual/manual-3.html#folder-hook

--
Fredrik Jonson


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »